]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: hwmod data: split omap2/3 dispc hwmod class
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 23 Jan 2012 12:15:28 +0000 (14:15 +0200)
committerPaul Walmsley <paul@pwsan.com>
Wed, 25 Jan 2012 19:57:33 +0000 (12:57 -0700)
commit92e3121702548d01e888e2b79146866412fb0e90
treebce7cc3613fb0489ac78cff7fe76c7562fa9b5de
parent1e5ed5b4d5a9924b9ec96032051e81bc6340728e
ARM: OMAP2+: hwmod data: split omap2/3 dispc hwmod class

Currently OMAP2 and 3 share the same omap_hwmod_class and
omap_hwmod_class_sysconfig for dispc. However, OMAP3 has sysconfig
bits that OMAP2 doesn't have, so we need to split those structs into
OMAP2 and OMAP3 specific versions.

This patch only splits the structs, without changing the contents.
This is a prerequisite for a subsequent fix.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
[paul@pwsan.com: added commit note]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c