Re: [PATCH 01/25] OMAPDSS: panel-dvi: add PD gpio handling

2012-05-09 Thread Tomi Valkeinen
On Wed, 2012-05-09 at 09:50 -0700, Russ Dill wrote: > On Thu, May 3, 2012 at 6:57 AM, Tomi Valkeinen wrote: > > The driver for the TFP410 chip should handle the power-down signal of > > the chip, instead of the current way of handling it in the board files. > > > > This patch adds power_down_gpio

Re: [PATCH 01/25] OMAPDSS: panel-dvi: add PD gpio handling

2012-05-09 Thread Russ Dill
On Thu, May 3, 2012 at 6:57 AM, Tomi Valkeinen wrote: > The driver for the TFP410 chip should handle the power-down signal of > the chip, instead of the current way of handling it in the board files. > > This patch adds power_down_gpio into the device's platform data, and > adds the necessary code

[PATCH 01/25] OMAPDSS: panel-dvi: add PD gpio handling

2012-05-03 Thread Tomi Valkeinen
The driver for the TFP410 chip should handle the power-down signal of the chip, instead of the current way of handling it in the board files. This patch adds power_down_gpio into the device's platform data, and adds the necessary code in the driver to request and handle the GPIO. Signed-off-by: T