On 08/19/2013 09:04 PM, Sebastian Hesselbarth wrote: > With arch/arm calling of_clk_init(NULL) from time_init(), we can now > remove custom .init_time hooks. Highbank clock provider need a reference > to system registers, as a workaround current clk driver maps those > independent of arch code now. > > Signed-off-by: Sebastian Hesselbarth <[email protected]> > --- > Notes: > - I suggest to consolidate the four single clock providers into a single > provider with one node if possible.
And how do you suggest doing that while maintaining the DT ABI? > > Cc: Russell King <[email protected]> > Cc: Arnd Bergmann <[email protected]> > Cc: Rob Herring <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > arch/arm/mach-highbank/highbank.c | 23 +++++++---------------- > drivers/clk/clk-highbank.c | 10 +++++++--- > 2 files changed, 14 insertions(+), 19 deletions(-) Acked-by: Rob Herring <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

