[PATCH] drm/panel: simple: Use devm_gpiod_get_optional()

2014-08-07 Thread Alexandre Courbot
Ping, Thierry? On Fri, Jul 25, 2014 at 11:47 PM, Alexandre Courbot wrote: > Use the new devm_gpiod_get_optional() to simplify the probe code. > > Signed-off-by: Alexandre Courbot > --- > drivers/gpu/drm/panel/panel-simple.c | 12 +--- > 1 file changed, 5 insertions(+), 7 deletions(-)

[PATCH] drm/panel: simple: Use devm_gpiod_get_optional()

2014-08-07 Thread Thierry Reding
On Fri, Jul 25, 2014 at 11:47:25PM +0900, Alexandre Courbot wrote: > Use the new devm_gpiod_get_optional() to simplify the probe code. > > Signed-off-by: Alexandre Courbot > --- > drivers/gpu/drm/panel/panel-simple.c | 12 +--- > 1 file changed, 5 insertions(+), 7 deletions(-) For some

[PATCH] drm/panel: simple: Use devm_gpiod_get_optional()

2014-07-26 Thread Alexandre Courbot
Use the new devm_gpiod_get_optional() to simplify the probe code. Signed-off-by: Alexandre Courbot --- drivers/gpu/drm/panel/panel-simple.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-simple.c