OMAPDSS: HDMI: define and dump CORE registers in correct order
authorArchit Taneja <archit@ti.com>
Mon, 7 May 2012 13:20:28 +0000 (18:50 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 9 May 2012 10:43:05 +0000 (13:43 +0300)
commit9b9c457b43a0bfe227c5016606a2543e2ac4424e
tree52dc3977a8c6f7dc3625e4f3025df6cd85a2bf3f
parent3c7de24771cbc4546728875dc77016bbfc0195df
OMAPDSS: HDMI: define and dump CORE registers in correct order

The HDMI core register offset macros aren't defined in ascending order of their
values, some of the offset macros are also redefined. The same issues occur when
these core registers are dumped.

Clean up the ordering of HDMI core registers and remove repeated registers in
the definition in ti_hdmi_4xxx_ip.h and in ti_hdmi_4xxx_core_dump().

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
drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h