linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: rurality.linux@gmail.com (Qiang Wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH]NUC900 add gpio virtual memory map
Date: Tue, 2 Feb 2010 14:28:39 +0900	[thread overview]
Message-ID: <71413c851002012128l26bbf64fvfffabcae194f076e@mail.gmail.com> (raw)

hi, Dear Wan

   This patch adds the gpio registers virtual memory map.
   Without it, the gpio access will cause the "Data Abort" due to no
virtual memory assign to it.

Signed-off-by: Wang Qiang <rurality.linux@gmail.com>
Cc: Wang Zongshun <mcuos.com@gmail.com>
---
 arch/arm/mach-w90x900/cpu.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-w90x900/cpu.c b/arch/arm/mach-w90x900/cpu.c
index 20dc0c9..7a79de0 100644
--- a/arch/arm/mach-w90x900/cpu.c
+++ b/arch/arm/mach-w90x900/cpu.c
@@ -45,6 +45,7 @@ static struct map_desc nuc900_iodesc[] __initdata = {
 	IODESC_ENT(UART),
 	IODESC_ENT(TIMER),
 	IODESC_ENT(EBI),
+	IODESC_ENT(GPIO),
 };

 /* Initial clock declarations. */
-- 
1.6.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nuc900-add-gpio-virtual-memory-map.patch
Type: application/octet-stream
Size: 558 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100202/f8fb9fd0/attachment.obj>

             reply	other threads:[~2010-02-02  5:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-02  5:28 Qiang Wang [this message]
2010-02-10  2:31 ` [PATCH]NUC900 add gpio virtual memory map Qiang Wang
2010-02-10  4:53   ` [Linux-arm-nuc900] " Wan ZongShun
2010-02-19  2:39     ` Wan ZongShun
2010-02-19  2:42       ` Qiang Wang

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=71413c851002012128l26bbf64fvfffabcae194f076e@mail.gmail.com \
    --to=rurality.linux@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).