* [PATCH] 3430: Make naming consistent in io.h
@ 2007-11-14 19:02 Amit Kucheria
2007-11-15 22:15 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Amit Kucheria @ 2007-11-14 19:02 UTC (permalink / raw)
To: linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 140 bytes --]
Hi,
Please find a patch attached to make the naming of IO address space
more consistent.
Regards,
Amit
--
Amit Kucheria, Linux developer
[-- Attachment #2: 0001-3430-Make-IO-mapping-names-consistent.patch --]
[-- Type: application/octet-stream, Size: 1594 bytes --]
From 56078004aa5da481bb83a89ce6e7c39f23385f5f Mon Sep 17 00:00:00 2001
From: Amit Kucheria <amit.kucheria@verdurent.com>
Date: Wed, 3 Oct 2007 16:54:33 +0300
Subject: [PATCH] 3430: Make IO mapping names consistent
Signed-off-by: Amit Kucheria <amit.kucheria@verdurent.com>
---
include/asm-arm/arch-omap/io.h | 2 +-
include/asm-arm/arch-omap/omap34xx.h | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/asm-arm/arch-omap/io.h b/include/asm-arm/arch-omap/io.h
index 83b9e66..160578e 100644
--- a/include/asm-arm/arch-omap/io.h
+++ b/include/asm-arm/arch-omap/io.h
@@ -129,7 +129,7 @@
#define L4_PER_34XX_VIRT 0xd9000000
#define L4_PER_34XX_SIZE SZ_1M
-#define L4_EMU_34XX_PHYS L4_34XX_EMU_BASE /* 0x54000000 */
+#define L4_EMU_34XX_PHYS L4_EMU_34XX_BASE /* 0x54000000 */
#define L4_EMU_34XX_VIRT 0xe4000000
#define L4_EMU_34XX_SIZE SZ_64M
diff --git a/include/asm-arm/arch-omap/omap34xx.h b/include/asm-arm/arch-omap/omap34xx.h
index 6bc7f8a..e23058a 100644
--- a/include/asm-arm/arch-omap/omap34xx.h
+++ b/include/asm-arm/arch-omap/omap34xx.h
@@ -31,11 +31,11 @@
#define L4_34XX_BASE 0x48000000
#define L4_WK_34XX_BASE 0x48300000
-#define L4_WK_OMAP_BASE L4_WK_OMAP_BASE
+#define L4_WK_OMAP_BASE L4_WK_34XX_BASE
#define L4_PER_34XX_BASE 0x49000000
#define L4_PER_OMAP_BASE L4_PER_34XX_BASE
-#define L4_34XX_EMU_BASE 0x54000000
-#define L4_EMU_BASE L4_34XX_EMU_BASE
+#define L4_EMU_34XX_BASE 0x54000000
+#define L4_EMU_BASE L4_EMU_34XX_BASE
#define L3_34XX_BASE 0x68000000
#define L3_OMAP_BASE L3_34XX_BASE
--
1.5.2.GIT
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] 3430: Make naming consistent in io.h
2007-11-14 19:02 [PATCH] 3430: Make naming consistent in io.h Amit Kucheria
@ 2007-11-15 22:15 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-11-15 22:15 UTC (permalink / raw)
To: Amit Kucheria; +Cc: linux-omap-open-source
* Amit Kucheria <kucheria.amit@gmail.com> [071114 11:02]:
> Hi,
>
> Please find a patch attached to make the naming of IO address space
> more consistent.
Pushing today.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-15 22:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-14 19:02 [PATCH] 3430: Make naming consistent in io.h Amit Kucheria
2007-11-15 22:15 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox