Re: [PATCH 1/2] drm/panel: use gpiod interface for enable GPIO

2014-03-14 Thread Thierry Reding
On Sat, Mar 01, 2014 at 02:00:58PM +0900, Alexandre Courbot wrote: > Use the new GPIO descriptor interface to handle the panel's enable GPIO. > This considerably simplifies the code. > > Signed-off-by: Alexandre Courbot > --- > drivers/gpu/drm/panel/panel-simple.c | 69 >

Re: [PATCH 1/2] drm/panel: use gpiod interface for enable GPIO

2014-03-14 Thread Thierry Reding
On Sat, Mar 01, 2014 at 02:00:58PM +0900, Alexandre Courbot wrote: Use the new GPIO descriptor interface to handle the panel's enable GPIO. This considerably simplifies the code. Signed-off-by: Alexandre Courbot acour...@nvidia.com --- drivers/gpu/drm/panel/panel-simple.c | 69

[PATCH 1/2] drm/panel: use gpiod interface for enable GPIO

2014-02-28 Thread Alexandre Courbot
Use the new GPIO descriptor interface to handle the panel's enable GPIO. This considerably simplifies the code. Signed-off-by: Alexandre Courbot --- drivers/gpu/drm/panel/panel-simple.c | 69 ++-- 1 file changed, 18 insertions(+), 51 deletions(-) diff --git

[PATCH 1/2] drm/panel: use gpiod interface for enable GPIO

2014-02-28 Thread Alexandre Courbot
Use the new GPIO descriptor interface to handle the panel's enable GPIO. This considerably simplifies the code. Signed-off-by: Alexandre Courbot acour...@nvidia.com --- drivers/gpu/drm/panel/panel-simple.c | 69 ++-- 1 file changed, 18 insertions(+), 51