summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-model/devres.txt
diff options
context:
space:
mode:
authorLaxman Dewangan2016-02-22 10:34:08 +0100
committerLaxman Dewangan2016-02-23 15:10:52 +0100
commit77ae582c86cf4b5bd5b8df84d9508b7b4dcc25a6 (patch)
tree60dffa2dbc9fb6df976ffd6ad0c9c9b976aab286 /Documentation/driver-model/devres.txt
parentgpio: Add resource management devm_gpio_chip_{add_data,remove} (diff)
downloadkernel-qcow2-linux-77ae582c86cf4b5bd5b8df84d9508b7b4dcc25a6.tar.gz
kernel-qcow2-linux-77ae582c86cf4b5bd5b8df84d9508b7b4dcc25a6.tar.xz
kernel-qcow2-linux-77ae582c86cf4b5bd5b8df84d9508b7b4dcc25a6.zip
gpio: Add missing devm_gpio_ wrapper in devres.txt
Add following missing devm wrappers in file devrs.txt under list of managed interfaces. devm_gpio_request() devm_gpio_request_one() devm_gpio_free() Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'Documentation/driver-model/devres.txt')
-rw-r--r--Documentation/driver-model/devres.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
index 8d8f944266a6..73b98dfbcea4 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -254,6 +254,9 @@ GPIO
devm_gpiod_put()
devm_gpiochip_add_data()
devm_gpiochip_remove()
+ devm_gpio_request()
+ devm_gpio_request_one()
+ devm_gpio_free()
IIO
devm_iio_device_alloc()