summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-model
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2016-02-22 15:04:08 +0530
committerLaxman Dewangan <ldewangan@nvidia.com>2016-02-23 19:40:52 +0530
commit77ae582c86cf4b5bd5b8df84d9508b7b4dcc25a6 (patch)
tree60dffa2dbc9fb6df976ffd6ad0c9c9b976aab286 /Documentation/driver-model
parent38115ead78627b2ef1d127210f34f9c42cd90fac (diff)
downloadop-kernel-dev-77ae582c86cf4b5bd5b8df84d9508b7b4dcc25a6.zip
op-kernel-dev-77ae582c86cf4b5bd5b8df84d9508b7b4dcc25a6.tar.gz
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')
-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 8d8f944..73b98df 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()
OpenPOWER on IntegriCloud