]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: OMAP4: clock/hwmod data: remove MODULEMODE entries in mux + gate combos
authorPaul Walmsley <paul@pwsan.com>
Sat, 26 Jan 2013 07:48:55 +0000 (00:48 -0700)
committerPaul Walmsley <paul@pwsan.com>
Sat, 26 Jan 2013 07:48:55 +0000 (00:48 -0700)
commitee877acd98ea608041e13e75277f0d2f8df76527
treefcdc76c3227e184fdcd6d6b307ac1a0fb73addbc
parent17b7e7d33530e2bbd3bdc90f4db09b91cfdde2bb
ARM: OMAP4: clock/hwmod data: remove MODULEMODE entries in mux + gate combos

Convert all DEFINE_OMAP_MUX_GATE() combinations that list MODULEMODE
registers in their gate arguments to DEFINE_OMAP_MUX(), dropping the
MODULEMODE data.  This is possible because the MODULEMODE bits control
IP blocks, not clocks; and the hwmod code takes care of IP block
control.  Rename these clocks to reflect the original multiplexer name
as specified in the comments.  And convert the hwmod data to use the
multiplexer clock name.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: BenoƮt Cousson <b-cousson@ti.com>
Cc: Mike Turquette <mturquette@linaro.org>
arch/arm/mach-omap2/cclock44xx_data.c
arch/arm/mach-omap2/omap_hwmod_44xx_data.c