]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
Merge tag 'seb_clk-3.11' of git://git.infradead.org/users/jcooper/linux into next/soc
authorOlof Johansson <olof@lixom.net>
Sat, 1 Jun 2013 06:23:25 +0000 (23:23 -0700)
committerOlof Johansson <olof@lixom.net>
Sat, 1 Jun 2013 06:23:25 +0000 (23:23 -0700)
From Jason Cooper:
mvebu clock restructuring for v3.11

 - clk: mvebu
    - reorganize by SoC to remove built up #ifdefs
    - add clk flags per clock gate

* tag 'seb_clk-3.11' of git://git.infradead.org/users/jcooper/linux:
  clk: mvebu: disintegrate obsolete file
  ARM: mvebu: move DT boards to SoC-centric clock init
  ARM: kirkwood: move DT boards to SoC-centric clock init
  ARM: dove: move DT boards to SoC-centric clock init
  clk: mvebu: add Armada XP SoC-centric clock init
  clk: mvebu: add Armada 370 SoC-centric clock init
  clk: mvebu: add Kirkwood SoC-centric clock init
  clk: mvebu: add Dove SoC-centric clock init
  clk: mvebu: add common clock functions for core clk and clk gating
  clk: mvebu: introduce per-clock-gate flags

1  2 
arch/arm/mach-kirkwood/Kconfig
arch/arm/mach-kirkwood/board-dt.c
arch/arm/mach-mvebu/Kconfig
arch/arm/mach-mvebu/armada-370-xp.c

Simple merge
Simple merge
index fb827ac9d906291aa58d92584d0845a9708d3609,ef4e21cf36bfc4d6edc125ddc7af5288524bb421..9eb63d7246023e061ff80a91b2a600f691906c58
@@@ -10,12 -10,8 +10,9 @@@ config ARCH_MVEB
        select PLAT_ORION
        select SPARSE_IRQ
        select CLKDEV_LOOKUP
-       select MVEBU_CLK_CORE
-       select MVEBU_CLK_CPU
-       select MVEBU_CLK_GATING
        select MVEBU_MBUS
        select ZONE_DMA if ARM_LPAE
 +      select ARCH_REQUIRE_GPIOLIB
        select MIGHT_HAVE_PCI
        select PCI_QUIRKS if PCI
  
Simple merge