On Thu, Oct 23, 2014 at 6:45 PM, Andrzej Hajda a.hajda@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) are valid thanks to transitional macros in <linux/gpio/consumer.h>. These macros will be removed once all consumers are updated and the flags argument will become compulsary.
Signed-off-by: Alexandre Courbot acourbot@nvidia.com
It needs patch "gpio: Fix gpio direction flags not getting set" to work correctly. It is not yet present in drm-next. Beside this:
Acked-by: Andrzej Hajda a.hajda@samsung.com
The required patch is now merged, can we go on with this patch?