1. 22 Aug, 2013 2 commits
    • Kevin Hilman's avatar
      Merge tag 'nomadik-i2c-for-arm-soc' of... · 7ae0cebc
      Kevin Hilman authored
      Merge tag 'nomadik-i2c-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into next/dt
      
      From Linus Walleij:
      Enables the standard Nomadik I2C driver for use
      on the original Nomadik instead of using a bit-banged
      driver.
      
      * tag 'nomadik-i2c-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik:
        ARM: nomadik: switch to use the Nomadik I2C driver
      Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
      7ae0cebc
    • Kevin Hilman's avatar
      Merge tag 'samsung-dt-1' of... · 5f5cc5cd
      Kevin Hilman authored
      Merge tag 'samsung-dt-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dt
      
      From Kukjin Kim:
      Samsung Exynos DT updates for v3.12
      - update codec, pmic, usb hub for Arndale
      - add exynos4412-trats 2 board dt
      - update camera, spi, sensor for Trats2
      - update fimc, sensor for Trats
      - add support tmu for exynos5440
      - add support g2d for exynos5250
      - correct camera pinctrl for exynos4x12
      - add support camera subsystem for exynos4
      - add support basic pm domain, fimd, dp for exynos5420
      - add support secure-firmware for OrigenQuad
      - update mfc and add support mfc for exynos5420
      - add usb host node for exynos4
      
      * tag 'samsung-dt-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: (38 commits)
        ARM: dts: Add USB host node for Exynos4
        ARM: dts: add audio clock controller for exynos5420
        ARM: dts: Correct the /include entry on exynos5420 dtsi file
        ARM: dts: Add MFC node for exynos 5420
        ARM: dts: Update 5250 MFC node
        ARM: dts: Remove unsused MFC clock from exynos4
        ARM: dts: Update clocks entry in MFC binding documentation
        ARM: dts: Hook up internal PHY on Arndale
        ARM: dts: Enable USB hub on Arndale
        ARM: dts: Add secure-firmware boot support for OrigenQaud board
        ARM: dts: Add pin state information for DP HPD support to Exynos5420
        ARM: dts: Add DP controller DT node to exynos5420 SoC
        ARM: dts: Update DP controller DT Node for Exynos5 based SoCs
        ARM: dts: Add FIMD DT node to exynos5420 DTS files
        ARM: dts: Add basic PM domains for EXYNOS5420
        ARM: dts: Update FIMD DT node for Exynos5 SoCs
        ARM: dts: Move display-timing information inside FIMD DT node for exynos5250
        ARM: dts: Add S5K5BA sensor regulator definitions for Trats board
        ARM: dts: Add Exynos4210 SoC camera port pinctrl nodes
        ARM: dts: Add FIMC nodes for Exynos4210 Trats board
        ...
      Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
      5f5cc5cd
  2. 21 Aug, 2013 2 commits
    • Kevin Hilman's avatar
      Merge tag 'sunxi-dt-for-3.12-2' of https://github.com/mripard/linux into next/dt · 656d79ca
      Kevin Hilman authored
      Allwinner sunXi DT additions for 3.12, take 2
      
      These patches add basic support for:
        - Allwinner A31 and A20 SoCs
        - The Olimex A20-Olinuxino board
        - The Olimex A10s-Olinuxino board
      
      * tag 'sunxi-dt-for-3.12-2' of https://github.com/mripard/linux:
        ARM: sun7i: Add Olimex A20-Olinuxino-Micro support
        ARM: sun7i: Add Allwinner A20 DTSI
        ARM: sun6i: Add WITS Colombus A31 evaluation kit support
        ARM: sunxi: Add Allwinner A31 DTSI
      656d79ca
    • Kevin Hilman's avatar
      Merge tag 'sunxi-dt-for-3.12' of https://github.com/mripard/linux into next/dt · 7a37ffa0
      Kevin Hilman authored
      Allwinner sunXi DT additions for 3.12
      
        - Cleanups and few fixes to the DTSI
        - A few additions to the A10s olinuxino board
      
      * tag 'sunxi-dt-for-3.12' of https://github.com/mripard/linux:
        ARM: sunxi: dt: Add device tree for Mele A1000
        ARM: sun5i: dt: Fix A13 SoC bus base address
        ARM: sun5i: a13: Remove useless simple-bus reg property
        ARM: sun5i: dt: Fix A10s SoC bus base address
        ARM: sun5i: a10s: Remove useless simple-bus reg property
        ARM: sun4i: dt: Fix A10 SoC bus base address
        ARM: sun4i: a10: Remove useless simple-bus reg property
        ARM: sunxi: make the leds' names conform to the current naming convention
        ARM: sun5i: dt: Add AT24 device on A10S-OLinuXino-Micro
        ARM: sun5i: dt: Enable I2C controllers on A10S-OLinuXino-Micro
        ARM: sun5i: dt: Add I2C controller nodes to the A10S dtsi
        ARM: sun5i: dt: Add I2C muxings for sun5i A10S
      Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
      7a37ffa0
  3. 20 Aug, 2013 5 commits
    • Bill Huang's avatar
      ARM: tegra: configure power off for Dalmore · 27cf5d14
      Bill Huang authored
      Add DT property to tell the regulator to register pm_power_off to make
      "shutdown" work.
      Signed-off-by: default avatarBill Huang <bilhuang@nvidia.com>
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
      27cf5d14
    • Kevin Hilman's avatar
      Merge tag 'tegra-for-3.12-dt' of... · 1fa5fcda
      Kevin Hilman authored
      Merge tag 'tegra-for-3.12-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/dt
      
      From: Stephen Warren:
      ARM: tegra: device tree changes for 3.12
      
      This branch contains all *.dts (device tree) changes for Tegra.
      New features enabled are:
      
      * PMICs on Dalmore
      * CPU power-gating on Dalmore
      * HDMI output on Beaver
      * LP1 system suspend mode on almost all boards
      * PCIe support on numerous Tegra20/30 boards
      * USB support on Tegra30/114 boards
      * Audio capture on Beaver and Dalmore
      * Temperature sensor on Cardhu.
      
      ... along with a few DT cleanups.
      
      * tag 'tegra-for-3.12-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra: (25 commits)
        ARM: tegra: add Mic Jack to Dalmore device tree
        ARM: tegra: add Mic Jack to Beaver device tree
        ARM: tegra: add USB DT entries for Tegra114, Dalmore
        ARM: tegra: add USB DT entries for Tegra30
        ARM: dts: tegra: Increase prefetchable PCI memory space
        ARM: tegra: Fix Beaver's PCIe lane configuration
        ARM: tegra: Enable PCIe controller on Beaver
        ARM: tegra: Enable PCIe controller on Cardhu
        ARM: tegra: Add Tegra30 PCIe support
        ARM: tegra: trimslice: Initialize PCIe from DT
        ARM: tegra: harmony: Initialize PCIe from DT
        ARM: tegra: tec: Add PCIe support
        ARM: tegra: tamonten: Add PCIe support
        ARM: tegra: Add Tegra20 PCIe support to DT
        ARM: tegra: enable LP1 suspend mode
        ARM: tegra: beaver: Enable HDMI output
        ARM: tegra: use TEGRA_GPIO() in a couple more places
        ARM: tegra: dalmore: fix the irq trigger type of Palmas MFD device
        ARM: tegra: define valid function names in DT document
        ARM: tegra: dalmore: add PM configurations for PMC
        ...
      1fa5fcda
    • Kevin Hilman's avatar
      Merge tag 'ux500-devicetree-for-v3.12-1' of... · 4cb635d7
      Kevin Hilman authored
      Merge tag 'ux500-devicetree-for-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/dt
      
      From: Linus Walleij:
      Ux500 device tree enablement base for the v3.12
      development cycle:
      - Various cleanups like remove non-existant hardware from
        the Snowball device tree, prefix all files with "ste-*"
      - External regulators
      - Documentation updates
      - Delete some minor dangling platform data
      - Pin control settings for U8540 through DT
      
      * tag 'ux500-devicetree-for-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson: (22 commits)
        ARM: ux500: fix devicetree builds
        ARM: ux500: Remove u9540.dts as it's been replaced
        ARM: ux500: Apply a ste-* prefix onto dbx5x0.dtsi
        ARM: ux500: Apply a ste-* prefix onto stuib.dtsi
        ARM: ux500: Apply a ste-* prefix onto hrefv60plus.dts
        ARM: ux500: Apply a ste-* prefix onto hrefprev60.dts Signed-off-by: Lee Jones <lee.jones@linaro.org>
        ARM: ux500: Apply a ste-* prefix onto href.dtsi
        ARM: ux500: Apply a ste-* prefix onto ccu9540.dts
        ARM: ux500: Apply a ste-* prefix onto ccu8540.dts
        ARM: ux500: Apply a ste-* prefix onto snowball.dts
        ARM: ux500: Remove Snowball DTS entry for ROHM BH1780GLI ambient light sensor
        ARM: ux500: Remove Snowball DTS entry for TPS61052 chip
        ARM: ux500: Remove Snowball DTS entry for National Semiconductor LP5521 LED chip
        ARM: ux500: Remove Toshiba TC35892 I/O Expander's DT entry from Snowball's DTS
        ARM: u8540: DT: Set pinctrl mapping to i2c0,1,2,4 & 5
        ARM: u8540: Add Pinctrl Device Tree settings for uart0, uart2
        ARM: ux500: Stop passing MMC's platform data for Device Tree boots
        Documentation: Update binding for Nomadik and DBx5x based platforms
        ARM: ux500: Supply external regulator names for Snowball's DT
        ARM: ux500: Provide a supply name for the AB8500 AUX regulators to use
        ...
      4cb635d7
    • Maxime Ripard's avatar
      ARM: sun7i: Add Olimex A20-Olinuxino-Micro support · e476ac8b
      Maxime Ripard authored
      The Olimex A20-Olinuxino is an open-hardware board based on the
      Allwinner A20 SoC, with most of the pins exported on headers, a 10/100M
      ethernet port, SATA, SD and uSD slots, etc.
      Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      e476ac8b
    • Maxime Ripard's avatar
      ARM: sun7i: Add Allwinner A20 DTSI · 4790ecfa
      Maxime Ripard authored
      The Allwinner A20 SoC is based on 2 Cortex A7, an ARM Mali GPU, and is
      built to be pin-compatible with the older Allwinner A10.
      Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      4790ecfa
  4. 18 Aug, 2013 17 commits
  5. 16 Aug, 2013 2 commits
  6. 15 Aug, 2013 2 commits
  7. 14 Aug, 2013 5 commits
    • Linus Walleij's avatar
      ARM: ux500: fix devicetree builds · 2ce05a14
      Linus Walleij authored
      The patch set beginning with commit:
      "ARM: ux500: Apply a ste-* prefix onto snowball.dts"
      thru commit:
      "ARM: ux500: Remove u9540.dts as it's been replaced"
      altered the names of the ux500 device tree files but forgot
      to:
      
      - Rename the ccu8540-pinctrl.dtsi file
      
      - Update #include statements from files using these
        files, so the build broke.
      
      - Update the Makefile for the device trees so the build
        broke.
      
      Fix it up so we can build them all again.
      Acked-by: default avatarLee Jones <lee.jones@linaro.org>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@stericsson.com>
      2ce05a14
    • Kevin Hilman's avatar
      Merge branch 'zynq/dt' into next/dt · 080e3da4
      Kevin Hilman authored
      * zynq/dt: (1054 commits)
        arm: zynq: dt: Set correct L2 ram latencies
        + v3.11-rc5
      
      Conflicts:
      	arch/arm/Makefile
      080e3da4
    • Emilio López's avatar
      ARM: sunxi: dt: Add device tree for Mele A1000 · 629ae88e
      Emilio López authored
      This adds a device tree usable on Mele A1000 (and A2000, as it
      apparently is the same device except for the case). This device features
      one UART port, Ethernet, an AXP209 PMU on i2c0 and two user configurable
      LEDs.
      Signed-off-by: default avatarEmilio López <emilio@elopez.com.ar>
      [maxime: fixed the soc node address]
      Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      629ae88e
    • Olof Johansson's avatar
      Merge tag 'renesas-multiplatform-for-v3.12' of... · e91f24ae
      Olof Johansson authored
      Merge tag 'renesas-multiplatform-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
      
      From Simon Horman:
      Renesas ARM based SoC multiplatform updates for v3.12
      
      Move Renesas ARM based SoCs a little closer to using
      multiplatform by adding ARCH_SHMOBILE_MULTI and only
      building clocks when COMMON_CLK=n.
      
      * tag 'renesas-multiplatform-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: Allow ARCH_SHMOBILE_MULTI timer configuration
        ARM: shmobile: Add EMEV2 and KZM9D to ARCH_SHMOBILE_MULTI
        ARM: shmobile: Introduce ARCH_SHMOBILE_MULTI
        ARM: shmobile: Only build clocks when COMMON_CLK=n
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      e91f24ae
    • Olof Johansson's avatar
      Merge tag 'renesas-pinmux-for-v3.12' of... · 55689bfa
      Olof Johansson authored
      Merge tag 'renesas-pinmux-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
      
      From Simon Horman:
      Renesas ARM based SoC pinmux updates for v3.12
      
      SH Mobile pinctrl DT support
      
      * tag 'renesas-pinmux-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: kzm9g-reference: Add LED1-LED4 to the device tree
        ARM: shmobile: kzm9g-reference: Move SDHI regulators to DT
        ARM: shmobile: kzm9g-reference: Move pinctrl mappings to device tree
        ARM: shmobile: marzen-reference: Add LED2-LED4 to the device tree
        ARM: shmobile: marzen-reference: Move pinctrl mappings to device tree
        ARM: shmobile: armadillo-reference: Add LED1-LED4 to the device tree
        ARM: shmobile: armadillo-reference: Move st1232 reset GPIO to DT
        ARM: shmobile: armadillo-reference: Add st1232 pin mappings
        ARM: shmobile: armadillo-reference: Move pinctrl mappings to device tree
        ARM: shmobile: sh73a0: Add pin control device to device tree
        ARM: shmobile: sh7372: Add pin control device to device tree
        ARM: shmobile: r8a7790: Add GPIO controller devices to device tree
        ARM: shmobile: r8a7790: Add pin control device to device tree
        ARM: shmobile: r8a7779: Add GPIO controller devices to device tree
        ARM: shmobile: r8a7779: Add pin control device to device tree
        ARM: shmobile: r8a7778: Add GPIO controller devices to device tree
        ARM: shmobile: r8a7778: Add pin control device to device tree
        ARM: shmobile: r8a7740: Add pin control device to device tree
        ARM: shmobile: r8a73a4: Add pin control device to device tree
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      
      Conflicts:
      	arch/arm/boot/dts/r8a73a4.dtsi
      	arch/arm/boot/dts/r8a7790.dtsi
      55689bfa
  8. 13 Aug, 2013 5 commits