Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1169717 > unrolled thread

[PATCH 0/6] ARM: AM437x: Add IO wake up support

Started byKeerthy <j-keerthy@ti.com>
First post2015-06-22 08:30 +0200
Last post2015-06-22 08:30 +0200
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/6] ARM: AM437x: Add IO wake up support  Keerthy <j-keerthy@ti.com> - 2015-06-22 08:30 +0200
    [PATCH 3/6] ARM: dts: AM4372: Add PRCM IRQ entry Keerthy <j-keerthy@ti.com> - 2015-06-22 08:30 +0200

#1169717 — [PATCH 0/6] ARM: AM437x: Add IO wake up support

FromKeerthy <j-keerthy@ti.com>
Date2015-06-22 08:30 +0200
Subject[PATCH 0/6] ARM: AM437x: Add IO wake up support
Message-ID<pE3p0-3ZS-19@gated-at.bofh.it>
The patch series adds IO wake up support for AM437x series
making use of the existing OMAP4 support. Adds the AM437x
specifics.

The series is boot tested on OMAP4 panda, DAR7 evm and AM437x evms.
I do not have OMAP3 boards so not able to test on OMAP3.

Keerthy (6):
  ARM: OMAP4: PRM: Remove hardcoding of PRM_IO_PMCTRL_OFFSET register
  ARM: AM43xx: Add the PRM IRQ register offsets
  ARM: dts: AM4372: Add PRCM IRQ entry
  ARM: OMAP: PRM: Remove hardcoding of IRQENABLE_MPU_2 and
    IRQSTATUS_MPU_2 register offsets
  ARM: OMAP4+: PRM: Add AM437x specific data
  ARM: PRM: AM437x: Enable IO wakeup feature

 arch/arm/boot/dts/am4372.dtsi     |  1 +
 arch/arm/mach-omap2/prcm-common.h |  9 +++---
 arch/arm/mach-omap2/prcm43xx.h    |  5 +++
 arch/arm/mach-omap2/prm3xxx.c     | 20 ++++++------
 arch/arm/mach-omap2/prm44xx.c     | 65 +++++++++++++++++++++++----------------
 arch/arm/mach-omap2/prm_common.c  |  6 ++--
 6 files changed, 63 insertions(+), 43 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1169719 — [PATCH 3/6] ARM: dts: AM4372: Add PRCM IRQ entry

FromKeerthy <j-keerthy@ti.com>
Date2015-06-22 08:30 +0200
Subject[PATCH 3/6] ARM: dts: AM4372: Add PRCM IRQ entry
Message-ID<pE3p1-3ZS-31@gated-at.bofh.it>
In reply to#1169717
Add PRCM IRQ entry.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 arch/arm/boot/dts/am4372.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index 1680602..7bcdeb2 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -86,6 +86,7 @@
 			prcm: prcm@1f0000 {
 				compatible = "ti,am4-prcm";
 				reg = <0x1f0000 0x11000>;
+				interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
 
 				prcm_clocks: clocks {
 					#address-cells = <1>;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web