1. 27 Jan, 2015 4 commits
    • Olof Johansson's avatar
      Merge tag 'at91-dt2' of... · 9a5074ff
      Olof Johansson authored
      Merge tag 'at91-dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/dt
      
      Merge "at91: dt for 3.20 #2" from Nicolas Ferre:
      
      Second DT batch for 3.20:
      - correct some pin configuration for at91sam9x5ek
      - add pioD on sama5d4 following a modification of pinctrl driver
      - add more precise nand compatibility string for sama5d4
      - audio modifications for wm8904 or ac97
      
      * tag 'at91-dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91:
        ARM: at91/dt: sam9263: Add ac97 device node
        dt: atmel_ac97c: Add device tree documentation
        ARM: at91: at91sam9n12ek/dt: use dt ids for wm8904
        ARM: at91: sama5d3xek/dt: use dt ids for wm8904
        ARM: at91: sama5d4: dts: change the nand compatible string
        ARM: at91/dt: sama5d4: add pioD controller
        ARM: at91/dt: disable pull-up on vbus-gpio (PB16) to reduce power consumption
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      9a5074ff
    • Olof Johansson's avatar
      Merge tag 'sunxi-dt-for-3.20' of... · 8749f9f3
      Olof Johansson authored
      Merge tag 'sunxi-dt-for-3.20' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into next/dt
      
      Merge "Allwinner device tree changes for 3.20" from Maxime Ripard:
      
      A lot of changes to the device tree for the 3.20 merge window, mostly with:
        - More DT license convertions, only two DTS and two DTSI are still uncertain
          and have not been converted yet
        - Use the C-preprocessor includes in the device trees.
        - Add support for the A31s SoC and improve the A80 support
        - Add IR receiver, lradc, PS/2 support
        - Add cpufreq support for all SoCs but the A23 and A80.
        - And a lot of new boards
      
      * tag 'sunxi-dt-for-3.20' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux: (64 commits)
        ARM: dts: sun5i: Enable axp209 support on A13-OLinuxIno
        ARM: sunxi: dts: Add A10/A20 PS2 pin muxing options
        ARM: sunxi: dts: Add PS2 nodes to dtsi for A10,A20
        ARM: dts: sun6i: Add resistive touchscreen controller node to dtsi
        ARM: dts: sun4i: Add Hyundau A7HD board
        ARM: dts: sun4i: Add Marsboard A10 board
        ARM: dts: sun9i: Enable mmc2 on A80 Optimus Board
        ARM: dts: sun9i: Add 8 bit mmc pinmux setting for mmc2
        ARM: dts: sun9i: Enable mmc0 on A80 Optimus Board
        ARM: dts: sun9i: Convert a80 optimus board dts to label referencing
        ARM: dts: sun9i: Add mmc controller nodes to the A80 dtsi
        ARM: dts: sun9i: Add mmc config clock nodes
        ARM: dts: sunxi: Add missing mdio label
        ARM: dts: sun5i: Add mk802_a10s board
        ARM: dts: sun4i: Add mk802ii board
        ARM: dts: sun4i: Add mk802 board
        ARM: dts: sun4i: Add dts file for Chuwi V7 CW0825 tablet
        ARM: dts: sun7i: Add dts file for Bananapro board
        ARM: sun6i: Enable ARM arch timers
        ARM: dts: sun6i: Convert hummingbird a31 dts to label references
        ...
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      8749f9f3
    • Olof Johansson's avatar
      Merge tag 'samsung-dt' of... · 7c83955a
      Olof Johansson authored
      Merge tag 'samsung-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dt
      
      Merge "Samsung DT updates for v3.20" from Kukjin Kim:
      
      - exynos3250
        : add exynos_usbphy node and hsotg nodes
      - exynos3250-rinato
        : enable usb
        : cleanup and use macro for gpio-keys
        : add fimd and Panel devices support
      - exynos3250-monk
        : enable usb
        : cleanup and use macro for gpio-keys
      - exynos5250-snow
        : add power and lid gpio-keys pinctrl
      - exynos5420-peach-pit and exynos5800-peach-pi
        : configure regulators for suspend
        : set always on for USB webCam regulators
        : add lid GPIO key device
      - exynos5422
        : add support new board Odroid XU3
      - dt-bindings
        : add exynos-chipid
      
      * tag 'samsung-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
        ARM: dts: Configure regulators for suspend on exynos Peach boards
        ARM: dts: Set Peach boards USB WebCam regulators to always on
        ARM: dts: Add lid GPIO key device node for Peach boards
        ARM: dts: Add power and lid GPIO keys pinctrl for exynos5250-snow
        Documentation: dt-bindings: add exynos-chipid binding information
        ARM: dts: add Panel device support for exynos3250-rinato
        ARM: dts: add fimd device support for exynos3250-rinato
        ARM: dts: use macro in gpio keys for exynos3250 boards
        ARM: dts: remove unnecessary gpio-key nodes for exynos3250 boards
        ARM: dts: Enable USB node for exynos3250-monk
        ARM: dts: Enable USB node for exynos3250-rinato
        ARM: dts: Add hsotg node for exynos3250
        ARM: dts: Add exynos_usbphy node for exynos3250
        ARM: dts: Add dts file for Odroid XU3 board
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      7c83955a
    • Nicolas Ferre's avatar
      ARM: dts: re-fromat AT91 part to match other entries · 02453b9c
      Nicolas Ferre authored
      The entries are separated as ARM V4/V5 and ARM V7 as some other per-SoC config
      options may be removed in the near future.
      Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      02453b9c
  2. 26 Jan, 2015 5 commits
  3. 25 Jan, 2015 3 commits
  4. 24 Jan, 2015 1 commit
  5. 23 Jan, 2015 10 commits
  6. 22 Jan, 2015 6 commits
  7. 21 Jan, 2015 11 commits