[PATCH] drm/msm/dp: use flags argument of devm_gpiod_get to set direction

2015-06-18 Thread Uwe Kleine-König
Hello Emil, On Thu, Jun 18, 2015 at 03:51:26PM +0100, Emil Velikov wrote: > > I had planned to send a second pull request for 4.2 with some > > additional hdcp patches that depend on scm changes coming in via > > arm-soc tree for 4.2.. if that is ok, I can include this patch with > > that second p

[PATCH] drm/msm/dp: use flags argument of devm_gpiod_get to set direction

2015-06-18 Thread Emil Velikov
On 16 June 2015 at 02:00, Rob Clark wrote: > On Mon, Jun 15, 2015 at 5:00 PM, Uwe Kleine-König > wrote: >> On Tue, Jun 09, 2015 at 11:38:45AM +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

[PATCH] drm/msm/dp: use flags argument of devm_gpiod_get to set direction

2015-06-15 Thread Uwe Kleine-König
On Tue, Jun 09, 2015 at 11:38:45AM +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. > > Use

[PATCH] drm/msm/dp: use flags argument of devm_gpiod_get to set direction

2015-06-15 Thread Rob Clark
On Mon, Jun 15, 2015 at 5:00 PM, Uwe Kleine-König wrote: > On Tue, Jun 09, 2015 at 11:38:45AM +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 al

[PATCH] drm/msm/dp: use flags argument of devm_gpiod_get to set direction

2015-06-10 Thread Linus Walleij
On Tue, Jun 9, 2015 at 11:38 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. > > Use this to

[PATCH] drm/msm/dp: use flags argument of devm_gpiod_get to set direction

2015-06-10 Thread Alexandre Courbot
On 06/09/2015 06:38 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. > > Use this to simplify t

[PATCH] drm/msm/dp: use flags argument of devm_gpiod_get to set direction

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. Use this to simplify the driver. Furthermore this is one caller less that stops