Re: [PATCH] ARM: OMAP4: clock/hwmod data: remove MODULEMODE entries in mux + gate combos

2013-01-11 Thread Mike Turquette
Quoting Paul Walmsley (2012-12-17 14:41:13) > 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 c

[PATCH] ARM: OMAP4: clock/hwmod data: remove MODULEMODE entries in mux + gate combos

2012-12-17 Thread Paul Walmsley
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 c