1. 29 Feb, 2016 1 commit
    • Arnd Bergmann's avatar
      Merge tag 'renesas-arm64-dt2-for-v4.6' of... · 9b1c124d
      Arnd Bergmann authored
      Merge tag 'renesas-arm64-dt2-for-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt64
      
      Merge "Second Round of Renesas ARM64 Based SoC DT Updates for v4.6"
      from Simon Horman:
      
      Updates for r8a7795/salvator-x
      * Enable USB2.0, and SDHI0 & 3
      * Add GIC-400 virtual interfaces
      * Add INTC-EX and L2 cache-controller nodes
      * Use fallback etheravb compatibility string
      * Use GIC_* defines where appropriate
      
      * tag 'renesas-arm64-dt2-for-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        arm64: dts: salvator-x: enable USB 2.0 Host of channel 1 and 2
        arm64: dts: salvator-x: enable usb2_phy of channel 1 and 2
        arm64: dts: r8a7795: add USB2.0 Host (EHCI/OHCI) device nodes
        arm64: dts: r8a7795: add usb2_phy device nodes
        arm64: dts: r8a7795: use fallback etheravb compatibility string
        arm64: dts: r8a7795: salvator-x: enable SDHI0 & 3
        arm64: dts: r8a7795: Add SDHI support to dtsi
        arm64: dts: r8a7795: Add GIC-400 virtual interfaces
        arm64: dts: r8a7795: Add INTC-EX device node
        arm64: dts: r8a7795: Add CA53 L2 cache-controller node
        arm64: dts: r8a7795: Add missing properties to CA57 L2 cache node
        arm64: dts: r8a7795: use GIC_* defines
        arm64: dts: r8a7795: pmu: switch to Cortex specific device nodes
        arm64: dts: r8a7795: Add L2 cache-controller nodes
      9b1c124d
  2. 26 Feb, 2016 5 commits
  3. 25 Feb, 2016 10 commits
  4. 24 Feb, 2016 2 commits
  5. 20 Feb, 2016 1 commit
  6. 19 Feb, 2016 2 commits
  7. 17 Feb, 2016 7 commits
  8. 15 Feb, 2016 1 commit
  9. 12 Feb, 2016 5 commits
  10. 11 Feb, 2016 2 commits
  11. 09 Feb, 2016 1 commit
    • Sudeep Holla's avatar
      arm64: dts: rockchip: replace gpio-key,wakeup with wakeup-source property · e6f49b11
      Sudeep Holla authored
      Keyboard driver for GPIO buttons(gpio-keys) checks for the legacy
      "gpio-key,wakeup" boolean property to enable gpio buttons as wakeup
      source.
      
      Few dts files assign value "1" to gpio-key,wakeup and in one instance a
      value "0" is assigned probably assuming it won't be enabled as a wakeup
      source. Since the presence of the boolean property indicates it is
      enabled, value of "0" have no value.
      
      This patch replaces the legacy "gpio-key,wakeup" with the unified
      "wakeup-source" property which inturn fixes the above mentioned issue.
      Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
      Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
      e6f49b11
  12. 08 Feb, 2016 3 commits