From: <mythripk@ti.com>
To: tomi.valkeinen@ti.com, linux-omap@vger.kernel.org
Cc: Mythri P K <mythripk@ti.com>
Subject: [PATCH 0/3] OMAPDSS: HDMI: HDMI Hot-plug detect support.
Date: Fri, 6 Jan 2012 18:14:34 +0530 [thread overview]
Message-ID: <1325853877-6712-1-git-send-email-mythripk@ti.com> (raw)
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
next reply other threads:[~2012-01-06 12:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-06 12:44 mythripk [this message]
2012-01-06 12:44 ` [PATCH v2 1/3] OMAPDSS: HDMI: HPD support in boardfile mythripk
2012-01-06 12:44 ` [PATCH v2 2/3] OMAPDSS: HDMI: Handle HPD event in ip mythripk
2012-01-06 12:44 ` [PATCH v2 3/3] OMAPDSS: HDMI: HPD support added to HDMI driver mythripk
2012-01-10 7:58 ` Shubhrajyoti
2012-01-10 7:37 ` [PATCH v2 1/3] OMAPDSS: HDMI: HPD support in boardfile Tomi Valkeinen
2012-01-10 7:43 ` Tomi Valkeinen
-- strict thread matches above, loose matches on Subject: below --
2011-12-13 13:24 [PATCH 0/3] OMAPDSS: HDMI: HDMI Hot-plug detect support mythripk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1325853877-6712-1-git-send-email-mythripk@ti.com \
--to=mythripk@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=tomi.valkeinen@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).