]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
OMAPDSS: HDMI: OMAP4: Complete dumping of wrapper registers
authorRicardo Neri <ricardo.neri@ti.com>
Fri, 13 Sep 2013 10:29:33 +0000 (15:59 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 27 Sep 2013 06:58:21 +0000 (09:58 +0300)
Add missing registers when dumping the HDMI wrapper. Also, order the dump by
offset to improve readability.

Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c

index 3dfe00956a4f156b8c0261c03186efda84187c87..ecadd7a0e005a3de22139ae4ac440a315b0808ba 100644 (file)
@@ -859,8 +859,11 @@ void ti_hdmi_4xxx_wp_dump(struct hdmi_ip_data *ip_data, struct seq_file *s)
        DUMPREG(HDMI_WP_SYSCONFIG);
        DUMPREG(HDMI_WP_IRQSTATUS_RAW);
        DUMPREG(HDMI_WP_IRQSTATUS);
-       DUMPREG(HDMI_WP_PWR_CTRL);
        DUMPREG(HDMI_WP_IRQENABLE_SET);
+       DUMPREG(HDMI_WP_IRQENABLE_CLR);
+       DUMPREG(HDMI_WP_IRQWAKEEN);
+       DUMPREG(HDMI_WP_PWR_CTRL);
+       DUMPREG(HDMI_WP_DEBOUNCE);
        DUMPREG(HDMI_WP_VIDEO_CFG);
        DUMPREG(HDMI_WP_VIDEO_SIZE);
        DUMPREG(HDMI_WP_VIDEO_TIMING_H);