1. 09 Sep, 2014 4 commits
    • Nishanth Menon's avatar
      ARM: dts: OMAP5 / DRA7: switch over to interrupts-extended property for UART · e2265abe
      Nishanth Menon authored
      We've had deeper idle states working on omaps for few years now,
      but only in the legacy mode. When booted with device tree, the
      wake-up events did not have a chance to work until commit
      3e6cee17 ("pinctrl: single: Add support for wake-up interrupts")
      that recently got merged. In addition to that we also needed
      commit 79d97015 ("of/irq: create interrupts-extended property")
      that's now also merged.
      
      Note that there's no longer need to specify the wake-up bit in
      the pinctrl settings, the request_irq on the wake-up pin takes
      care of that.
      Signed-off-by: default avatarNishanth Menon <nm@ti.com>
      e2265abe
    • Nishanth Menon's avatar
      ARM: dts: AM437x: switch to compatible pinctrl · d8c5bab6
      Nishanth Menon authored
      Now that ti,am437-padconf is available, switch over to that compatible
      property. Retain pinctrl-single for legacy support.
      
      While at it, mark the pinctrl as interrupt controller so that it can
      be used with interrupts-extended property for wakeup events.
      Signed-off-by: default avatarNishanth Menon <nm@ti.com>
      d8c5bab6
    • Nishanth Menon's avatar
      ARM: dts: DRA7: switch to compatible pinctrl · 817c0378
      Nishanth Menon authored
      Now that ti,dra7-padconf is available, switch over to that compatible
      property. Retain pinctrl-single for legacy support.
      
      While at it, mark pinctrl as interrupt controller so that it can be used
      with interrupts-extended property for wakeup events.
      Signed-off-by: default avatarNishanth Menon <nm@ti.com>
      817c0378
    • Nishanth Menon's avatar
      ARM: dts: OMAP5: switch to compatible pinctrl · 924c31cc
      Nishanth Menon authored
      Now that ti,omap5-padconf is available, switch over to that compatible
      property. Retain pinctrl-single for legacy support.
      
      While at it, mark pinctrl as interrupt controller so that it can be
      used with interrupts-extended property for wakeup events.
      Signed-off-by: default avatarNishanth Menon <nm@ti.com>
      924c31cc
  2. 16 Aug, 2014 36 commits