[PATCH] drm/tilcdc: panel: make better use of gpiod API

2015-06-15 Thread Uwe Kleine-König
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.

[PATCH] drm/tilcdc: panel: make better use of gpiod API

2015-06-10 Thread Alexandre Courbot
On 06/10/2015 03:59 PM, Uwe Kleine-König wrote: > On Wed, Jun 10, 2015 at 11:25:25AM +0900, Alexandre Courbot wrote: >> On 06/09/2015 06:43 PM, Uwe Kleine-König wrote: >>> Since 39b2bbe3d715 (gpio: add flags argument to gpiod_get*() functions) >>> which appeared in v3.17-rc1, the gpiod_get* funct

[PATCH] drm/tilcdc: panel: make better use of gpiod API

2015-06-10 Thread Linus Walleij
On Tue, Jun 9, 2015 at 11:43 AM, 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

[PATCH] drm/tilcdc: panel: make better use of gpiod API

2015-06-10 Thread Alexandre Courbot
On 06/09/2015 06:43 PM, 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 d

[PATCH] drm/tilcdc: panel: make better use of gpiod API

2015-06-10 Thread Uwe Kleine-König
On Wed, Jun 10, 2015 at 11:25:25AM +0900, Alexandre Courbot wrote: > On 06/09/2015 06:43 PM, 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 sp

[PATCH] drm/tilcdc: panel: make better use of gpiod API

2015-06-09 Thread Uwe Kleine-König
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 g