public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] OMAPDSS: HDMI: Debug support and Register cleanup
@ 2011-09-20 12:49 mythripk
  2011-09-20 12:49 ` [PATCH 1/5] OMAPDSS: HDMI: Move the comments in avi infoframe mythripk
  0 siblings, 1 reply; 10+ messages in thread
From: mythripk @ 2011-09-20 12:49 UTC (permalink / raw)
  To: tomi.valkeinen, linux-omap; +Cc: Mythri P K

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

Add support to dump HDMI core, wrapper, PHY and PLL registers and the clock
dividers for HDMI.
Some changes such as 
1.Add some H/w indexable registers missed in definition.
2.Remove usage of struct hdmi_reg and use u16 instead.
3.Move the avi_infoframe parameters comments above the field.
are also added as a part of this patch series.

Mythri P K (5):
  OMAPDSS: HDMI: Move the comments in avi infoframe structure
  OMAPDSS: HDMI: Replace hdmi_reg struct with u16
  OMAPDSS: HDMI: Add missing register definitions
  OMAPDSS: HDMI: Add support to dump registers through debugfs
  OMAPDSS: HDMI: Add support to dump clocks through debugfs

 drivers/video/omap2/dss/core.c            |    4 +
 drivers/video/omap2/dss/dss.c             |    3 +
 drivers/video/omap2/dss/dss.h             |    2 +
 drivers/video/omap2/dss/dss_features.c    |    5 +
 drivers/video/omap2/dss/hdmi.c            |   47 +++++
 drivers/video/omap2/dss/ti_hdmi.h         |   14 ++
 drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c |  178 +++++++++++++++++-
 drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h |  296 ++++++++++++++---------------
 8 files changed, 394 insertions(+), 155 deletions(-)

-- 
1.7.5.4


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

end of thread, other threads:[~2011-09-20 15:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-20 12:49 [PATCH 0/5] OMAPDSS: HDMI: Debug support and Register cleanup mythripk
2011-09-20 12:49 ` [PATCH 1/5] OMAPDSS: HDMI: Move the comments in avi infoframe mythripk
2011-09-20 12:49   ` [PATCH 2/5] OMAPDSS: HDMI: Replace hdmi_reg struct with u16 mythripk
2011-09-20 12:49     ` [PATCH 3/5] OMAPDSS: HDMI: Add missing register definitions mythripk
2011-09-20 12:49       ` [PATCH 4/5] OMAPDSS: HDMI: Add support to dump registers through mythripk
2011-09-20 12:49         ` [PATCH 5/5] OMAPDSS: HDMI: Add support to dump clocks through mythripk
2011-09-20 13:31           ` Tomi Valkeinen
2011-09-20 15:36             ` K, Mythri P
2011-09-20 15:42               ` Tomi Valkeinen
2011-09-20 13:29         ` [PATCH 4/5] OMAPDSS: HDMI: Add support to dump registers through Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox