1. 02 May, 2013 1 commit
    • Arnd Bergmann's avatar
      ARM: imx: reset_controller may be disabled · 5c5f0421
      Arnd Bergmann authored
      The new reset controller API is optional, so if that is disabled,
      we must not call it from platform code.
      
      arch/arm/mach-imx/built-in.o: In function
       `imx_src_init': /git/arm-soc/arch/arm/mach-imx/src.c:144:
      	undefined reference to `reset_controller_register'
      
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      5c5f0421
  2. 18 Apr, 2013 1 commit
    • Olof Johansson's avatar
      Merge tag 'soc_for_v3.10' of git://git.infradead.org/users/jcooper/linux into next/soc2 · 8b85143e
      Olof Johansson authored
      From Jason Cooper:
      mvebu soc changes for v3.10
      
       - use the mvebu-mbus driver
       - prep for LPAE support
      
      Depends:
       - mvebu/cleanup (tags/cleanup_for_v3.10)
       - mvebu/drivers (tags/drivers_for_v3.10)
      
      * tag 'soc_for_v3.10' of git://git.infradead.org/users/jcooper/linux:
        ARM: mvebu: Align the internal registers virtual base to support LPAE
        ARM: mvebu: Limit the DMA zone when LPAE is selected
        arm: plat-orion: remove addr-map code
        arm: mach-mv78xx0: convert to use the mvebu-mbus driver
        arm: mach-orion5x: convert to use mvebu-mbus driver
        arm: mach-dove: convert to use mvebu-mbus driver
        arm: mach-kirkwood: convert to use mvebu-mbus driver
        arm: mach-mvebu: convert to use mvebu-mbus driver
        bus: mvebu: fix mistake in PCIe window target attribute for Kirkwood
        bus: mvebu-mbus: Restore checking for coherency fabric hardware
        ARM: Orion: add dbg_show function to gpio-orion driver
        bus: introduce an Marvell EBU MBus driver
        arm: mach-orion5x: use mv_mbus_dram_info() in PCI code
        arm: plat-orion: use mv_mbus_dram_info() in PCIe code
        arm: plat-orion: only build addr-map.c when needed
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      8b85143e
  3. 15 Apr, 2013 9 commits
  4. 13 Apr, 2013 1 commit
    • Olof Johansson's avatar
      Merge tag 'imx-soc-3.10' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/soc2 · 567b1b08
      Olof Johansson authored
      From Shawn Guo:
      The imx soc changes for 3.10:
      
      * Enable anatop, well bisa and RBC for suspend to optimize the power
        consumption a little bit
      * Clock changes for TVE, LDB, PATA, SRTC support
      * Add System Reset Controller (SRC) support for imx5 and imx6
      * Add initial imx6dl support based on imx6q code
      * Kconfig for cpufreq-cpu0, defconfig updates and few other changes
      
      * tag 'imx-soc-3.10' of git://git.linaro.org/people/shawnguo/linux-2.6: (275 commits)
        ARM i.MX53: set CLK_SET_RATE_PARENT flag on the tve_ext_sel clock
        ARM i.MX53: tve_di clock is not part of the CCM, but of TVE
        ARM i.MX53: make tve_ext_sel propagate rate change to PLL
        ARM i.MX53: Remove unused tve_gate clkdev entry
        ARM i.MX5: Remove tve_sel clock from i.MX53 clock tree
        ARM: i.MX5: Add PATA and SRTC clocks
        ARM: imx: do not bring up unavailable cores
        ARM: imx: add initial imx6dl support
        ARM: imx1: mm: add call to mxc_device_init
        ARM: imx_v4_v5_defconfig: Add CONFIG_GPIO_SYSFS
        ARM: imx_v6_v7_defconfig: Select CONFIG_PERF_EVENTS
        ARM: i.MX53 Add the cko1, cko2 clock outputs.
        staging: drm/imx: Use SRC to reset IPU
        ARM i.MX6q: Add GPU, VPU, IPU, and OpenVG resets to System Reset Controller (SRC)
        ARM: imx: do not use regmap_read for ANADIG_DIGPROG
        ARM i.MX6q: set the LDB serial clock parent to the video PLL
        ARM i.MX6q: Add audio/video PLL post dividers for i.MX6q rev 1.1
        ARM i.MX6q: fix ldb di divider and selector clocks
        ARM i.MX53: fix ldb di divider and selector clocks
        ARM i.MX: Add imx_clk_divider_flags and imx_clk_mux_flags
        ...
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      
      Trivial change/change conflict in arch/arm/mach-imx/mach-imx6q.c resolved.
      567b1b08
  5. 12 Apr, 2013 28 commits