Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: Add resource management devm_gpio_chip_{add_data,remove}

Add devm wrappers for the gpiochip_add_data() and gpiochip_remove().

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>

+2
+2
Documentation/driver-model/devres.txt
··· 252 252 devm_gpiod_get_index_optional() 253 253 devm_gpiod_get_optional() 254 254 devm_gpiod_put() 255 + devm_gpiochip_add_data() 256 + devm_gpiochip_remove() 255 257 256 258 IIO 257 259 devm_iio_device_alloc()