OSDN Git Service

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)
commit1ac6d46e43a52a901dadde2a341204e9a1c9e147
treebce7cc3613fb0489ac78cff7fe76c7562fa9b5de
parentdcd6c92267155e70a94b3927bce681ce74b80d1f
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