From: Kevin Hilman <khilman@deeprootsystems.com>
To: "Shilimkar, Santosh" <santosh.shilimkar@ti.com>
Cc: Tony Lindgren <tony@atomide.com>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH 0/5] ARM: OMAP2/3/4: Reclaim the kernel IO address space
Date: Fri, 28 Aug 2009 15:01:50 +0300 [thread overview]
Message-ID: <87vdk8ywnl.fsf@deeprootsystems.com> (raw)
In-Reply-To: <EAF47CD23C76F840A9E7FCE10091EFAB02BA29C203@dbde02.ent.ti.com> (Santosh Shilimkar's message of "Sun\, 23 Aug 2009 19\:00\:21 +0530")
"Shilimkar, Santosh" <santosh.shilimkar@ti.com> writes:
> This patch series is intended to free up the kernel IO address space for OMAP2XXX, OMAP3XXX and OMAP4430. It is generated against Tony's
> "omap-headers "(2.6.31-rc6) branch and boot tested on OMAP3430 SDP and OMAP4430 platform.
>
> Some more combinations are possible but to make it uniform across
> OMAP2, OMAP3 and OMAP4, these io combinations are chosen.
>
> If needed documentation entry can be created to ease up reading and debugging information.
> Like "Documentation/arm/omap/io_map.txt"
Yes, this would be very helpful.
Otherwise, this series looks OK with me.
Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
> Summary of changes:
>
> The following changes since commit 95e32bc5b2d95370fb67a108a0e3678381fc42df:
> Tony Lindgren (1):
> OMAP: Remove ifdefs for io.h
>
> Santosh Shilimkar (5):
> ARM: OMAP2/3/4: Split OMAP2_IO_ADDRESS to L3 and L4
> ARM: OMAP2/3/4: Remap L3, L4 to get more kernel io address space
> ARM: OMAP2/3/4: Move SRAM map to claim more io space
> ARM: OMAP2/3/4: Fix DEBUG_LL UART io address
> ARM: OMAP2/3/4: Add OMAP4 L3 and L4 peripherals.
>
> arch/arm/mach-omap2/board-2430sdp.c | 2 +-
> arch/arm/mach-omap2/board-3430sdp.c | 2 +-
> arch/arm/mach-omap2/board-4430sdp.c | 6 +-
> arch/arm/mach-omap2/board-apollon.c | 2 +-
> arch/arm/mach-omap2/board-generic.c | 2 +-
> arch/arm/mach-omap2/board-h4.c | 2 +-
> arch/arm/mach-omap2/board-ldp.c | 2 +-
> arch/arm/mach-omap2/board-omap3beagle.c | 2 +-
> arch/arm/mach-omap2/board-omap3evm.c | 2 +-
> arch/arm/mach-omap2/board-omap3pandora.c | 2 +-
> arch/arm/mach-omap2/board-overo.c | 2 +-
> arch/arm/mach-omap2/board-rx51.c | 2 +-
> arch/arm/mach-omap2/board-zoom2.c | 2 +-
> arch/arm/mach-omap2/cm.h | 6 +-
> arch/arm/mach-omap2/io.c | 18 ++++
> arch/arm/mach-omap2/irq.c | 4 +-
> arch/arm/mach-omap2/omap-smp.c | 2 +-
> arch/arm/mach-omap2/pm-debug.c | 3 +-
> arch/arm/mach-omap2/prm.h | 6 +-
> arch/arm/mach-omap2/sdrc.h | 9 +-
> arch/arm/mach-omap2/serial.c | 6 +-
> arch/arm/mach-omap2/sram242x.S | 4 +-
> arch/arm/mach-omap2/sram243x.S | 4 +-
> arch/arm/mach-omap2/timer-gp.c | 2 +-
> arch/arm/plat-omap/common.c | 44 +++++-----
> arch/arm/plat-omap/dma.c | 6 +-
> arch/arm/plat-omap/dmtimer.c | 2 +-
> arch/arm/plat-omap/gpio.c | 42 ++++----
> arch/arm/plat-omap/include/mach/control.h | 15 ++-
> arch/arm/plat-omap/include/mach/debug-macro.S | 4 +-
> arch/arm/plat-omap/include/mach/entry-macro.S | 4 +-
> arch/arm/plat-omap/include/mach/io.h | 124 +++++++++++++++++--------
> arch/arm/plat-omap/include/mach/omap44xx.h | 14 ++-
> arch/arm/plat-omap/include/mach/sdrc.h | 6 +-
> arch/arm/plat-omap/include/mach/vmalloc.h | 2 +-
> arch/arm/plat-omap/io.c | 20 +++-
> arch/arm/plat-omap/sram.c | 24 +++---
> drivers/video/omap/dispc.c | 6 +-
> 38 files changed, 246 insertions(+), 161 deletions(-)
>
>
> Regards,
> Santosh
next prev parent reply other threads:[~2009-08-28 12:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-23 13:30 [PATCH 0/5] ARM: OMAP2/3/4: Reclaim the kernel IO address space Shilimkar, Santosh
2009-08-28 10:52 ` Shilimkar, Santosh
2009-08-28 12:01 ` Kevin Hilman [this message]
2009-08-28 16:47 ` Shilimkar, Santosh
2009-09-09 5:19 ` Shilimkar, Santosh
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=87vdk8ywnl.fsf@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=linux-omap@vger.kernel.org \
--cc=santosh.shilimkar@ti.com \
--cc=tony@atomide.com \
/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