Re: [PATCH] drm/panel: ld9040: Update calls to gpiod_get*()

2014-11-06 Thread Thierry Reding
On Thu, Oct 23, 2014 at 05:16:17PM +0900, Alexandre Courbot wrote: > Add the new flags argument to calls of (devm_)gpiod_get*() and > remove any direction setting code afterwards. > > Currently both forms (with or without the flags argument) > are valid thanks to transitional macros in > . These

Re: [PATCH] drm/panel: ld9040: Update calls to gpiod_get*()

2014-11-06 Thread Thierry Reding
On Thu, Oct 23, 2014 at 05:16:17PM +0900, Alexandre Courbot wrote: Add the new flags argument to calls of (devm_)gpiod_get*() and remove any direction setting code afterwards. Currently both forms (with or without the flags argument) are valid thanks to transitional macros in

Re: [PATCH] drm/panel: ld9040: Update calls to gpiod_get*()

2014-11-05 Thread Andrzej Hajda
On 11/06/2014 04:32 AM, Alexandre Courbot wrote: > On Thu, Oct 23, 2014 at 6:45 PM, Andrzej Hajda wrote: >> On 10/23/2014 10:16 AM, Alexandre Courbot wrote: >>> Add the new flags argument to calls of (devm_)gpiod_get*() and >>> remove any direction setting code afterwards. >>> >>> Currently both

Re: [PATCH] drm/panel: ld9040: Update calls to gpiod_get*()

2014-11-05 Thread Alexandre Courbot
On Thu, Oct 23, 2014 at 6:45 PM, Andrzej Hajda wrote: > On 10/23/2014 10:16 AM, Alexandre Courbot wrote: >> Add the new flags argument to calls of (devm_)gpiod_get*() and >> remove any direction setting code afterwards. >> >> Currently both forms (with or without the flags argument) >> are valid

Re: [PATCH] drm/panel: ld9040: Update calls to gpiod_get*()

2014-11-05 Thread Alexandre Courbot
On Thu, Oct 23, 2014 at 6:45 PM, Andrzej Hajda a.ha...@samsung.com wrote: On 10/23/2014 10:16 AM, Alexandre Courbot wrote: Add the new flags argument to calls of (devm_)gpiod_get*() and remove any direction setting code afterwards. Currently both forms (with or without the flags argument)

Re: [PATCH] drm/panel: ld9040: Update calls to gpiod_get*()

2014-11-05 Thread Andrzej Hajda
On 11/06/2014 04:32 AM, Alexandre Courbot wrote: On Thu, Oct 23, 2014 at 6:45 PM, Andrzej Hajda a.ha...@samsung.com wrote: On 10/23/2014 10:16 AM, Alexandre Courbot wrote: Add the new flags argument to calls of (devm_)gpiod_get*() and remove any direction setting code afterwards. Currently

Re: [PATCH] drm/panel: ld9040: Update calls to gpiod_get*()

2014-10-23 Thread Andrzej Hajda
On 10/23/2014 10:16 AM, Alexandre Courbot wrote: > Add the new flags argument to calls of (devm_)gpiod_get*() and > remove any direction setting code afterwards. > > Currently both forms (with or without the flags argument) > are valid thanks to transitional macros in > . These macros will be

[PATCH] drm/panel: ld9040: Update calls to gpiod_get*()

2014-10-23 Thread Alexandre Courbot
Add the new flags argument to calls of (devm_)gpiod_get*() and remove any direction setting code afterwards. Currently both forms (with or without the flags argument) are valid thanks to transitional macros in . These macros will be removed once all consumers are updated and the flags argument

[PATCH] drm/panel: ld9040: Update calls to gpiod_get*()

2014-10-23 Thread Alexandre Courbot
Add the new flags argument to calls of (devm_)gpiod_get*() and remove any direction setting code afterwards. Currently both forms (with or without the flags argument) are valid thanks to transitional macros in linux/gpio/consumer.h. These macros will be removed once all consumers are updated and

Re: [PATCH] drm/panel: ld9040: Update calls to gpiod_get*()

2014-10-23 Thread Andrzej Hajda
On 10/23/2014 10:16 AM, Alexandre Courbot wrote: Add the new flags argument to calls of (devm_)gpiod_get*() and remove any direction setting code afterwards. Currently both forms (with or without the flags argument) are valid thanks to transitional macros in linux/gpio/consumer.h. These