linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] OMAPDSS: HDMI: HDMI Hot-plug detect support.
@ 2011-12-13 13:24 mythripk
  2011-12-13 13:24 ` [PATCH 1/3] OMAPDSS: HDMI: HPD support in boardfile mythripk
  0 siblings, 1 reply; 6+ messages in thread
From: mythripk @ 2011-12-13 13:24 UTC (permalink / raw)
  To: tomi.valkeinen, linux-omap; +Cc: Mythri P K

From: Mythri P K <mythripk@ti.com>

HDMI even if enabled by default should be powered on only when the cable is
connected. This is supported by the Hot-plug feature.
Now when HDMI is enabled the following steps are followed:
-Display enable for HDMI is based on Hot-plug-detect(HPD).
-It registers to the GPIO irq handler and checks if cable is connected,
	-If yes then it turns on HDMI
-If an HPD interrupt is received the corresponding IRQ handler is called where
it checks if it is a connect / disconnect based on which appropriate action
is taken. 


Mythri P K (3):
  OMAPDSS: HDMI: HPD support in boardfile
  OMAPDSS: HDMI: HPD support added to HDMI driver
  OMAPDSS: HDMI: Add option to enable HDMI in HPD mode

 arch/arm/mach-omap2/board-4430sdp.c    |   35 ++++--------
 arch/arm/mach-omap2/board-omap4panda.c |   35 ++++---------
 arch/arm/mach-omap2/display.c          |   20 ++++++--
 drivers/video/omap2/dss/dss.h          |    2 +
 drivers/video/omap2/dss/hdmi.c         |   92 ++++++++++++++++++++++++++-----
 drivers/video/omap2/dss/hdmi_panel.c   |   54 ++++++++++++++++++-
 include/video/omapdss.h                |   10 +++-
 7 files changed, 176 insertions(+), 72 deletions(-)

-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/3] OMAPDSS: HDMI: HDMI Hot-plug detect support.
@ 2012-01-06 12:44 mythripk
  0 siblings, 0 replies; 6+ messages in thread
From: mythripk @ 2012-01-06 12:44 UTC (permalink / raw)
  To: tomi.valkeinen, linux-omap; +Cc: Mythri P K

From: Mythri P K <mythripk@ti.com>

HDMI phy should be in the LDO_ON state when cable is not connected.
Only when cable is connected and transmission is possible HDMI Phy should move
to TX_ON state.
This is supported by the Hot-plug feature.
Now when HDMI is enabled the following steps are followed:
-It registers to the GPIO irq handler
-If an HPD interrupt is received the corresponding IRQ handler is called where
it checks if it is a connect / disconnect based on which PHY is moved to
appropriate state.

Mythri P K (3):
  OMAPDSS: HDMI: HPD support in boardfile
  OMAPDSS: HDMI: Handle HPD event in ip
  OMAPDSS: HDMI: HPD support added to HDMI driver

 arch/arm/mach-omap2/board-4430sdp.c       |   37 +++++-----------
 arch/arm/mach-omap2/board-omap4panda.c    |   37 +++++-----------
 arch/arm/mach-omap2/display.c             |   21 ++++++++--
 drivers/video/omap2/dss/dss_features.c    |    1 +
 drivers/video/omap2/dss/hdmi.c            |   65 ++++++++++++++++++++++-------
 drivers/video/omap2/dss/ti_hdmi.h         |    4 ++
 drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c |   31 +++++++++++--
 include/video/omapdss.h                   |    6 ++-
 8 files changed, 126 insertions(+), 76 deletions(-)

-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-06 12:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13 13:24 [PATCH 0/3] OMAPDSS: HDMI: HDMI Hot-plug detect support mythripk
2011-12-13 13:24 ` [PATCH 1/3] OMAPDSS: HDMI: HPD support in boardfile mythripk
2011-12-13 13:24   ` [PATCH 2/3] OMAPDSS: HDMI: HPD support added to HDMI driver mythripk
2011-12-13 13:24     ` [PATCH 3/3] OMAPDSS: HDMI: Add option to enable HDMI in HPD mode mythripk
2011-12-17  1:34   ` [PATCH 1/3] OMAPDSS: HDMI: HPD support in boardfile Tony Lindgren
  -- strict thread matches above, loose matches on Subject: below --
2012-01-06 12:44 [PATCH 0/3] OMAPDSS: HDMI: HDMI Hot-plug detect support mythripk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).