Re: [PATCH v2 1/3] OMAPDSS: HDMI: HPD support in boardfile

2012-01-09 Thread Tomi Valkeinen
On Fri, 2012-01-06 at 18:14 +0530, mythr...@ti.com wrote: From: Mythri P K mythr...@ti.com Add support for HPD GPIO configuration in board file. Also remove the enabling of GPIO's required for HDMI from hdmi driver file to display.c based on the GPIO #'s sent from board file.

Re: [PATCH v2 1/3] OMAPDSS: HDMI: HPD support in boardfile

2012-01-09 Thread Tomi Valkeinen
On Tue, 2012-01-10 at 09:37 +0200, Tomi Valkeinen wrote: I still think we should try to fix the bug at hand, not try to implement proper HPD support. Was there something wrong with the example patch I gave? (other than it needs some splitting up). And one reason I'm saying we shouldn't try to

[PATCH v2 1/3] OMAPDSS: HDMI: HPD support in boardfile

2012-01-06 Thread mythripk
From: Mythri P K mythr...@ti.com Add support for HPD GPIO configuration in board file. Also remove the enabling of GPIO's required for HDMI from hdmi driver file to display.c based on the GPIO #'s sent from board file. Signed-off-by: Mythri P K mythr...@ti.com Acked-by: Tony Lindgren