]> Pileus Git - ~andy/linux/commitdiff
Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into next...
authorArnd Bergmann <arnd@arndb.de>
Fri, 11 May 2012 15:15:31 +0000 (17:15 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 11 May 2012 15:15:31 +0000 (17:15 +0200)
Shawn Guo <shawn.guo@linaro.org> writes:

  mxs common clk porting for v3.5.  It depends on the following two branches.

  [1] git://git.linaro.org/people/mturquette/linux.git clk-next
  [2] http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-arm.git clkdev

  As the mxs device tree conversion will constantly touch clock files,
  to save the conflicts, the updated mxs/dt branch coming later will
  based on this pull-request.

* 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6:
  ARM: mxs: remove now unused timer_clk argument from mxs_timer_init
  ARM: mxs: remove old clock support
  ARM: mxs: switch to common clk framework
  ARM: mxs: change the lookup name for fec phy clock
  ARM: mxs: request clock for timer
  clk: mxs: add clock support for imx28
  clk: mxs: add clock support for imx23
  clk: mxs: add mxs specific clocks

Includes an update to Linux 3.4-rc6

Conflicts:
drivers/clk/Makefile

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

diff --cc MAINTAINERS
Simple merge
index 24aa7144811bc470b2c87c5ac1d62aa6532a3414,a576f5447d38a36b4378f671d993570299bc2346..4a5bdbc303891e76389bc9074918030b74f2107c
@@@ -1,4 -1,6 +1,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-mux.o clk-divider.o clk-fixed-factor.o
+ obj-$(CONFIG_ARCH_MXS)                += mxs/