From: Mythri P K <mythripk@xxxxxx> 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. changes since V1 : 1.Make the dump of register with index more readable. 2.Make the clock dump more readable Tested as below: mount debugfs : mount -t debugfs none /sys/kernel/debug Test for register dump : /sys/kernel/debug/omapdss/hdmi Test for clock dump : /sys/kernel/debug/omapdss/clk and verify the dumps for correctness and readablitiy. 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 | 51 +++++ drivers/video/omap2/dss/ti_hdmi.h | 14 ++ drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c | 183 +++++++++++++++++- drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h | 296 ++++++++++++++--------------- 8 files changed, 403 insertions(+), 155 deletions(-) -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html