1. 21 Nov, 2012 6 commits
    • Olof Johansson's avatar
      Merge branch 'next/dt-samsung' of... · 24025f6f
      Olof Johansson authored
      Merge branch 'next/dt-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dt
      
      From Kukjin Kim:
      
      Here is Samsung DT for v3.8 and this is including DT for EXYNOS4X12
      SoC, SMDK4412 board, pinctrl for exynos4x12, TMU, MFC, SATA and SATA
      PHY.
      
      As I commented on [4/7], this branch merged pinctrl/samsung to support
      pinctrl for exynos4x12 without useless merge conflicts.
      
      * 'next/dt-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: (32 commits)
        ARM: EXYNOS: DT Support for SATA and SATA PHY
        ARM: dts: Remove broken-voltage property from sdhci node for exynos4210-trats
        ARM: dts: Add node for touchscreen for exynos4210-trats
        ARM: dts: Add node for touchscreen voltage regulator for exynos4210-trats
        ARM: dts: Add node for i2c3 bus for exynos4210-trats
        ARM: dts: Add nodes for GPIO keys available on Trats
        ARM: dts: Update for pinctrl-samsung driver for exynos4210-trats
        ARM: dts: Add nodes for pin controllers for exynos4x12
        pinctrl: samsung: Add support for EXYNOS4X12
        gpio: samsung: Skip registration if pinctrl driver is present on EXYNOS4X12
        ARM: EXYNOS: Skip wakeup-int setup if pinctrl driver is used on EXYNOS4X12
        ARM: dts: add board dts file for EXYNOS4412 based SMDK board
        ARM: dts: Add support for EXYNOS4X12 SoCs
        ARM: EXYNOS: Add devicetree node for TMU driver for exynos5
        ARM: EXYNOS: Add devicetree node for TMU driver for exynos4
        ARM: EXYNOS: Add MFC device tree support
        ARM: dts: Enable serial controllers on Origen and SMDKV310
        Documentation: Update samsung-pinctrl device tree bindings documentation
        pinctrl: samsung: Add GPIO to IRQ translation
        pinctrl: exynos: Set pin function to EINT in irq_set_type of wake-up EINT
        ...
      
      Add/add conflicts in:
      	arch/arm/boot/dts/exynos5250-smdk5250.dts
      	arch/arm/boot/dts/exynos5250.dtsi
      	arch/arm/mach-exynos/mach-exynos5-dt.c
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      24025f6f
    • Olof Johansson's avatar
      Merge branch 'next/hdmi-samsung' of... · e642779b
      Olof Johansson authored
      Merge branch 'next/hdmi-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dt
      
      From Kukjin Kim:
      This is for adding support for DT based exynos5250 hdmi and it adds
      device node for hdmi, mixer, hdmiphy and hdmiddc.
      
      * 'next/hdmi-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
        ARM: EXYNOS: removing exynos-drm device registration from non-dt platforms
        ARM: EXYNOS: add clocks for exynos5 hdmi
        ARM: dts: add device tree support for exynos5 hdmiddc
        ARM: dts: add device tree support for exynos5 hdmiphy
        ARM: dts: add device tree support for exynos5 mixer
        ARM: dts: add device tree support for exynos5 hdmi
      e642779b
    • Olof Johansson's avatar
      Merge branch 'ste-dt-for-next' of git://git.linaro.org/people/ljones/linux-3.0-ux500 into next/dt · 02d1ea0d
      Olof Johansson authored
      From Lee Jones. It's an update of the previous ux500/dt branch with a few more
      patches:
      
      * 'ste-dt-for-next' of git://git.linaro.org/people/ljones/linux-3.0-ux500:
        ARM: ux500: Describe UART platform registering issues more accurately
        ARM: ux500: Enable all MMC devices on the u9540 when booting with DT
        ARM: ux500: Enable SDI4 port on the u9540 when booting with Device Tree
        ARM: ux500: Add UART support to the u9540 Device Tree
        ARM: ux500: Add skeleton DTS file for the u9540
        ARM: ux500: Add SDI (MMC) support to the HREF Device Tree
        ARM: ux500: Move regulator-name properties out to board DTS files
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      02d1ea0d
    • Olof Johansson's avatar
      Merge tag 'lpc32xx-dts-for-3.7' of git://git.antcom.de/linux-2.6 into next/dt · f09771bc
      Olof Johansson authored
      From Roland Stigge:
      DTS updates for the LPC32xx Soc for 3.7
      
      This time, only one patch: Adding the motor PWM to lpc32xx.dtsi
      
      * tag 'lpc32xx-dts-for-3.7' of git://git.antcom.de/linux-2.6:
        ARM: LPC32xx: Add the motor PWM to base dts file
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      f09771bc
    • Olof Johansson's avatar
      Merge tag 'tegra-for-3.8-dt' of... · 90919bf2
      Olof Johansson authored
      Merge tag 'tegra-for-3.8-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
      
      A wide variety of device tree additions are made across many Tegra
      boards:
      
      * WiFi is supported on Seaboard, Ventana, and Cardhu.
      * An I2C mux is added for Ventana, and Tamonten.
      * SPI flash is added to Cardhu, and TrimSlice.
      * Temperature sensors are added to Harmony, Tamonten, and Ventana.
      * host1x (graphics/display controller) is added to the SoC include files.
      * HDMI displays are enabled on Harmony, TrimSlice, Tamonten, Plutux, Tec,
        and Whistler.
      
      This pull request is based on tegra-for-3.8-soc.
      
      * tag 'tegra-for-3.8-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra: (47 commits)
        ARM: tegra: whistler: enable HDMI port
        ARM: tegra: tec: Enable HDMI output
        ARM: tegra: plutux: Enable HDMI output
        ARM: tegra: tamonten: Add host1x support
        ARM: tegra: trimslice: enable HDMI port
        ARM: tegra: harmony: enable HDMI port
        ARM: tegra: Add Tegra30 host1x support
        ARM: tegra: Add Tegra20 host1x support
        ARM: tegra: trimslice: enable SPI flash
        ARM: tegra: dts: add sflash controller dt entry
        ARM: tegra: ventana: Add NCT1008 temperature sensor
        ARM: tegra: tamonten: Add NCT1008 temperature sensor
        ARM: tegra: harmony: Add ADT7641 temperature sensor
        ARM: tegra: tec: Remove redundant DT properties
        ARM: tegra: tamonten: Add DDC/PTA pinmux
        ARM: tegra: dts: cardhu: enable SLINK4
        ARM: tegra: dts: add slink controller dt entry
        ARM: dt: tegra: ventana: define pinmux for ddc
        ARM: dt: t30 cardhu: set pinmux and power for wlan
        ARM: dt: t20 ventana: set pinmux and power for wlan
        ...
      90919bf2
    • Olof Johansson's avatar
      Merge tag 'at91-for-next-dt' of git://github.com/at91linux/linux-at91 into next/dt · 6fe05f33
      Olof Johansson authored
      From Nicolas Ferre:
      More DT material for AT91:
      
      - conversion of watchdog to DT
      - usart definition for evk-pro3 board
      
      * tag 'at91-for-next-dt' of git://github.com/at91linux/linux-at91:
        ARM: at91/dts: evk-pro3: enable watchdog
        ARM: at91/dts: add at91sam9_wdt driver to at91sam926x, at91sam9g45
        watchdog: at91sam9_wdt: add device tree support
        ARM: at91: dt: evk-pro3: enable uart0 and uart2
      6fe05f33
  2. 20 Nov, 2012 16 commits
  3. 19 Nov, 2012 5 commits
  4. 16 Nov, 2012 13 commits