Re: [PATCH 1/3] ARM: OMAP: HWMOD: split omap2/3 dispc hwmod class
From: Paul Walmsley <paul@pwsan.com>
Date: 2012-01-25 19:02:38
Also in:
linux-omap
From: Paul Walmsley <paul@pwsan.com>
Date: 2012-01-25 19:02:38
Also in:
linux-omap
On Mon, 23 Jan 2012, Tomi Valkeinen wrote:
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. Signed-off-by: Tomi Valkeinen <redacted>
Thanks, queued for 3.3-rc. - Paul