1. 28 Oct, 2013 4 commits
    • Olof Johansson's avatar
      Merge tag 'sunxi-defconfig-for-3.13' of https://github.com/mripard/linux into next/soc · 826f57b4
      Olof Johansson authored
      From Maxime Ripard:
      Allwinner sunXi defconfig changes for 3.13
      
      This pull request only see the introduction of a sunxi_defconfig.
      
      * tag 'sunxi-defconfig-for-3.13' of https://github.com/mripard/linux:
        ARM: sunxi: Add a defconfig for the Allwinner SoCs
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      826f57b4
    • Olof Johansson's avatar
      ARM: sunxi: remove .init_time hooks · 0d74578b
      Olof Johansson authored
      The machine entries were split up, but the cleanup to remove .init_time
      removed the function that the new/split entries refer to. Remove them
      since they are no longer needed.
      
      Cc: Maxime Ripard <mripard@free-electrons.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      0d74578b
    • Olof Johansson's avatar
      Merge tag 'sunxi-core-for-3.13' of https://github.com/mripard/linux into next/soc · e086df92
      Olof Johansson authored
      From Maxime Ripard:
      Allwinner sunXi SoCs machine additions for 3.13
      
      Nothing outstanding here, mostly some documentation cleanup, and the split of
      the previous generic machine declaration into three different machines to
      handle the sun4i/sun5i, sun6i and sun7i separately.
      
      * tag 'sunxi-core-for-3.13' of https://github.com/mripard/linux:
        Documentation: dt: Remove clock gates IDs list for Allwinner SoCs
        Documentation: dt: Remove interrupt sources list for Allwinner SoCs
        Documentation: sunxi: Update Allwinner SoC documentation
        Documentation: sunxi: Update A13 user manual dead link
        ARM: sunxi: Order Kconfig options alphabetically
        ARM: sunxi: Simplify restart setup code
        ARM: sunxi: Split out the DT machines for sun6i and sun7i
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      e086df92
    • Olof Johansson's avatar
      Merge branch 'cleanup/dt-clock' into next/soc · 0fc869e8
      Olof Johansson authored
      Merging in dt clock cleanup as a pre-req with some of the later SoC branches.
      
      There are a handful of conflicts here -- some of the already merged SoC
      branches should have been based on the cleanup but weren't.
      
      In particular, a remove/add of include on highbank and two remove/remove
      conflicts on kirkwood were fixed up.
      
      * cleanup/dt-clock: (28 commits)
        ARM: vt8500: remove custom .init_time hook
        ARM: vexpress: remove custom .init_time hook
        ARM: tegra: remove custom .init_time hook
        ARM: sunxi: remove custom .init_time hook
        ARM: sti: remove custom .init_time hook
        ARM: socfpga: remove custom .init_time hook
        ARM: rockchip: remove custom .init_time hook
        ARM: prima2: remove custom .init_time hook
        ARM: nspire: remove custom .init_time hook
        ARM: nomadik: remove custom .init_time hook
        ARM: mxs: remove custom .init_time hook
        ARM: kirkwood: remove custom .init_time hook
        ARM: imx: remove custom .init_time hook
        ARM: highbank: remove custom .init_time hook
        ARM: exynos: remove custom .init_time hook
        ARM: dove: remove custom .init_time hook
        ARM: bcm2835: remove custom .init_time hook
        ARM: bcm: provide common arch init for DT clocks
        ARM: call of_clk_init from default time_init handler
        ARM: vt8500: prepare for arch-wide .init_time callback
        ...
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      0fc869e8
  2. 25 Oct, 2013 1 commit
    • Kevin Hilman's avatar
      Merge tag 'tegra-for-3.13-soc-v2' of... · 4dcf0334
      Kevin Hilman authored
      Merge tag 'tegra-for-3.13-soc-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/soc
      
      From Stephen Warren:
      ARM: tegra: core SoC support changes for 3.13
      
      This branch includes:
      * SoC fuse values are used as device randomness at boot.
      * Initial support for the Tegra124 SoC is added. When coupled with an
        appropriate clock driver, which should also be merged for 3.13, we are
        able to boot to user-space using an initrd.
      * The powergate code gains support for Tegra114.
      
      This branch is based on previous pull request tegra-for-3.13-cleanup.
      
      * tag 'tegra-for-3.13-soc-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra:
        ARM: tegra: Add Tegra114 powergate support
        ARM: tegra: Constify list of CPU domains
        ARM: tegra: Remove duplicate powergate defines
        ARM: tegra: add LP1 support code for Tegra124
        ARM: tegra: re-calculate the LP1 data for Tegra30/114
        ARM: tegra: enable CPU idle for Tegra124
        ARM: tegra: make tegra_resume can work with current and later chips
        ARM: tegra: CPU hotplug support for Tegra124
        ARM: tegra: add PMC compatible value for Tegra124
        ARM: tegra: add Tegra124 SoC support
        ARM: tegra: add fuses as device randomness
        ARM: tegra: fix ARCH_TEGRA_114_SOC select sort order
        ARM: tegra: make tegra_init_fuse() __init
        ARM: tegra: remove much of iomap.h
        ARM: tegra: move resume vector define to irammap.h
        ARM: tegra: delete gpio-names.h
        ARM: tegra: delete stale header content
        ARM: tegra: remove common.c
        ARM: tegra: split tegra_pmc_init() in two
      Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
      4dcf0334
  3. 18 Oct, 2013 12 commits
  4. 17 Oct, 2013 6 commits
  5. 16 Oct, 2013 11 commits
  6. 14 Oct, 2013 6 commits