All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mark F. Brown" <mark.brown314@gmail.com>
To: Eric Miao <eric.y.miao@gmail.com>,
	Haojian Zhuang <haojian.zhuang@marvell.com>,
	"Mark F. Brown" <mark.brown314@gmail.com>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Cc: "Mark F. Brown" <mark.brown314@gmail.com>
Subject: [PATCH 3/5] ARM: pxa168: added wake clear register support for APMU
Date: Thu, 26 Aug 2010 05:18:57 -0400	[thread overview]
Message-ID: <1282814339-10934-4-git-send-email-mark.brown314@gmail.com> (raw)
In-Reply-To: <1282814339-10934-1-git-send-email-mark.brown314@gmail.com>

Signed-off-by: Mark F. Brown <mark.brown314@gmail.com>
---
 arch/arm/mach-mmp/include/mach/regs-apmu.h |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-mmp/include/mach/regs-apmu.h b/arch/arm/mach-mmp/include/mach/regs-apmu.h
index 9190305..ac47023 100644
--- a/arch/arm/mach-mmp/include/mach/regs-apmu.h
+++ b/arch/arm/mach-mmp/include/mach/regs-apmu.h
@@ -33,4 +33,16 @@
 #define APMU_FNRST_DIS	(1 << 1)
 #define APMU_AXIRST_DIS	(1 << 0)
 
+/* Wake Clear Register */
+#define APMU_WAKE_CLR	APMU_REG(0x07c)
+
+#define APMU_PXA168_KP_WAKE_CLR		(1 << 7)
+#define APMU_PXA168_CFI_WAKE_CLR	(1 << 6)
+#define APMU_PXA168_XD_WAKE_CLR		(1 << 5)
+#define APMU_PXA168_MSP_WAKE_CLR	(1 << 4)
+#define APMU_PXA168_SD4_WAKE_CLR	(1 << 3)
+#define APMU_PXA168_SD3_WAKE_CLR	(1 << 2)
+#define APMU_PXA168_SD2_WAKE_CLR	(1 << 1)
+#define APMU_PXA168_SD1_WAKE_CLR	(1 << 0)
+
 #endif /* __ASM_MACH_REGS_APMU_H */
-- 
1.7.0.4


WARNING: multiple messages have this Message-ID (diff)
From: mark.brown314@gmail.com (Mark F. Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] ARM: pxa168: added wake clear register support for APMU
Date: Thu, 26 Aug 2010 05:18:57 -0400	[thread overview]
Message-ID: <1282814339-10934-4-git-send-email-mark.brown314@gmail.com> (raw)
In-Reply-To: <1282814339-10934-1-git-send-email-mark.brown314@gmail.com>

Signed-off-by: Mark F. Brown <mark.brown314@gmail.com>
---
 arch/arm/mach-mmp/include/mach/regs-apmu.h |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-mmp/include/mach/regs-apmu.h b/arch/arm/mach-mmp/include/mach/regs-apmu.h
index 9190305..ac47023 100644
--- a/arch/arm/mach-mmp/include/mach/regs-apmu.h
+++ b/arch/arm/mach-mmp/include/mach/regs-apmu.h
@@ -33,4 +33,16 @@
 #define APMU_FNRST_DIS	(1 << 1)
 #define APMU_AXIRST_DIS	(1 << 0)
 
+/* Wake Clear Register */
+#define APMU_WAKE_CLR	APMU_REG(0x07c)
+
+#define APMU_PXA168_KP_WAKE_CLR		(1 << 7)
+#define APMU_PXA168_CFI_WAKE_CLR	(1 << 6)
+#define APMU_PXA168_XD_WAKE_CLR		(1 << 5)
+#define APMU_PXA168_MSP_WAKE_CLR	(1 << 4)
+#define APMU_PXA168_SD4_WAKE_CLR	(1 << 3)
+#define APMU_PXA168_SD3_WAKE_CLR	(1 << 2)
+#define APMU_PXA168_SD2_WAKE_CLR	(1 << 1)
+#define APMU_PXA168_SD1_WAKE_CLR	(1 << 0)
+
 #endif /* __ASM_MACH_REGS_APMU_H */
-- 
1.7.0.4

  parent reply	other threads:[~2010-08-31  2:36 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-26  9:18 [PATCH 0/5] ARM: pxa168: add keypad support Mark F. Brown
2010-08-26  9:18 ` Mark F. Brown
2010-08-26  9:18 ` [PATCH 1/5] ARM: pxa27x/pxa3xx: moved pxa27x_keypad.h to platform pxa directory Mark F. Brown
2010-08-26  9:18   ` Mark F. Brown
2010-08-26  9:18   ` Mark F. Brown
2010-08-31  4:13   ` Eric Miao
2010-08-31  4:13     ` Eric Miao
2010-08-31  4:13     ` Eric Miao
2010-08-26  9:18 ` [PATCH 2/5] ARM: pxa168: added keypad support Mark F. Brown
2010-08-26  9:18   ` Mark F. Brown
2010-08-26  9:18   ` Mark F. Brown
2010-08-31  4:56   ` Haojian Zhuang
2010-08-31  4:56     ` Haojian Zhuang
2010-08-26  9:18 ` [PATCH 3/5] ARM: pxa168: added wake clear register support for APMU Mark F. Brown
2010-08-26  9:18 ` Mark F. Brown [this message]
2010-08-26  9:18   ` Mark F. Brown
2010-08-26  9:18 ` [PATCH 4/5] ARM: pxa168: added special case handler for keypad interrupts Mark F. Brown
2010-08-26  9:18 ` Mark F. Brown
2010-08-26  9:18   ` Mark F. Brown
2010-08-31  4:53   ` Haojian Zhuang
2010-08-31  4:53     ` Haojian Zhuang
2010-08-31  4:53     ` Haojian Zhuang
2010-08-31  6:28     ` Mark F. Brown
2010-08-31  6:28       ` Mark F. Brown
2010-08-31  6:28       ` Mark F. Brown
2010-08-31  7:05       ` Eric Miao
2010-08-31  7:05         ` Eric Miao
2010-08-31  7:05         ` Eric Miao
2010-08-31  7:13         ` Mark F. Brown
2010-08-31  7:13           ` Mark F. Brown
2010-08-31  7:13           ` Mark F. Brown
2010-08-31  7:15           ` Eric Miao
2010-08-31  7:15             ` Eric Miao
2010-08-31  7:15             ` Eric Miao
2010-08-26  9:18 ` [PATCH 5/5] ARM: pxa168: aspenite: add board support for keypad Mark F. Brown
2010-08-26  9:18 ` Mark F. Brown
2010-08-26  9:18   ` Mark F. Brown
2010-08-31  5:00   ` Haojian Zhuang
2010-08-31  5:00     ` Haojian Zhuang
2010-08-31  5:00     ` Haojian Zhuang
2010-09-03  4:50     ` Mark F. Brown
2010-09-03  4:50       ` Mark F. Brown
2010-09-03  4:50       ` Mark F. Brown
2010-09-03 14:11       ` Marek Vasut
2010-09-03 14:11         ` Marek Vasut
2010-09-03 14:11         ` Marek Vasut
2010-09-03 14:39         ` Eric Miao
2010-09-03 14:39           ` Eric Miao
2010-09-03 14:39           ` Eric Miao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1282814339-10934-4-git-send-email-mark.brown314@gmail.com \
    --to=mark.brown314@gmail.com \
    --cc=eric.y.miao@gmail.com \
    --cc=haojian.zhuang@marvell.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.