On 9 Dec 2016 4:42 p.m., "Atul Raj" [off-list ref] wrote:
>
> Using device managed API to make the code simpler
>
> using devm_gpio_request_one in place of gpio_request_one
> using devm_request_threaded_irq in place of request_threaded_irq
> using devm_power_supply_register in place of power_supply_register
> using gpiod_* API's in place of gpio_* API's
Missed signoff.
I will send v3 patch.
> ---
> Changes in v2:
> - using gpiod_* API's in place of gpio_* API's
Sorry for trouble
Atul Raj