lkml.org 
[lkml]   [2016]   [Feb]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 03/61] gpio: Add missing devm_gpio_ wrapper in devres.txt
    Date
    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>
    ---
    Documentation/driver-model/devres.txt | 3 +++
    1 file changed, 3 insertions(+)

    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()
    --
    2.1.4
    \
     
     \ /
      Last update: 2016-02-22 16:21    [W:5.167 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site