Hello,
On Tue, Jun 09, 2015 at 11:43:02AM +0200, Uwe Kleine-König wrote:
Since 39b2bbe3d715 (gpio: add flags argument to gpiod_get*() functions) which appeared in v3.17-rc1, the gpiod_get* functions take an additional parameter that allows to specify direction and initial value for output.
Furthermore there is devm_gpiod_get_optional which is designed to get optional gpios.
Simplify driver accordingly.
Signed-off-by: Uwe Kleine-König u.kleine-koenig@pengutronix.de
Same question as for the drm/msm/dp patch:
I intend to make the flags parameter mandatory for 4.3. So if this patch doesn't make it in for 4.2-rc1 I'd like to take it as part of the respective gpio change via the gpio tree.
What's your plan regarding this change?
Best regards Uwe