Re: [PATCH 1/8] OMAPDSS: HDMI: Move GPIO handling to HDMI driver

2012-09-07 Thread Tony Lindgren
* Tomi Valkeinen [120823 06:46]: > We currently manage HDMI GPIOs in the board files via > platform_enable/disable calls. This won't work with device tree, and in > any case the correct place to manage the GPIOs is in the HDMI driver. > > This patch moves the handling of the GPIOs to the HDMI dri

Re: [PATCH 1/8] OMAPDSS: HDMI: Move GPIO handling to HDMI driver

2012-08-23 Thread Tomi Valkeinen
On Fri, 2012-08-24 at 11:30 +0530, Archit Taneja wrote: > On Thursday 23 August 2012 07:15 PM, Tomi Valkeinen wrote: > > We currently manage HDMI GPIOs in the board files via > > platform_enable/disable calls. This won't work with device tree, and in > > any case the correct place to manage the GPI

Re: [PATCH 1/8] OMAPDSS: HDMI: Move GPIO handling to HDMI driver

2012-08-23 Thread Archit Taneja
On Thursday 23 August 2012 07:15 PM, Tomi Valkeinen wrote: We currently manage HDMI GPIOs in the board files via platform_enable/disable calls. This won't work with device tree, and in any case the correct place to manage the GPIOs is in the HDMI driver. This patch moves the handling of the GPIO

[PATCH 1/8] OMAPDSS: HDMI: Move GPIO handling to HDMI driver

2012-08-23 Thread Tomi Valkeinen
We currently manage HDMI GPIOs in the board files via platform_enable/disable calls. This won't work with device tree, and in any case the correct place to manage the GPIOs is in the HDMI driver. This patch moves the handling of the GPIOs to the HDMI driver. The GPIO handling is moved to the commo