Merge branch 'spear/clock' into next/clock
authorArnd Bergmann <arnd@arndb.de>
Sat, 12 May 2012 22:11:06 +0000 (00:11 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 12 May 2012 22:11:06 +0000 (00:11 +0200)
Viresh Kumar <viresh.kumar@st.com> writes:

 This is rebased over a (merge of Mike's/clk-next & SPEAr's DT) + Russell's
 patch: CLKDEV: provide helpers for common clock framework rebased over them.

* spear/clock:
  SPEAr: Switch to common clock framework
  SPEAr: Call clk_prepare() before calling clk_enable
  SPEAr: clk: Add General Purpose Timer Synthesizer clock
  SPEAr: clk: Add Fractional Synthesizer clock
  SPEAr: clk: Add Auxiliary Synthesizer clock
  SPEAr: clk: Add VCO-PLL Synthesizer clock

Conflicts:
drivers/clk/Makefile

[Arnd: rebased again without the spear/dt branch]

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1  2 
MAINTAINERS
arch/arm/Kconfig
drivers/clk/Makefile

diff --cc MAINTAINERS
Simple merge
Simple merge
@@@ -2,5 -2,6 +2,6 @@@
  obj-$(CONFIG_CLKDEV_LOOKUP)   += clkdev.o
  obj-$(CONFIG_COMMON_CLK)      += clk.o clk-fixed-rate.o clk-gate.o \
                                   clk-mux.o clk-divider.o clk-fixed-factor.o
--
+ # SoCs specific
 +obj-$(CONFIG_ARCH_MXS)                += mxs/
+ obj-$(CONFIG_PLAT_SPEAR)      += spear/