From: viresh.kumar@st.com (Viresh KUMAR)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] SPEAr3xx: Unify build of SPEAr3xx platforms
Date: Tue, 15 Jun 2010 11:02:23 +0530 [thread overview]
Message-ID: <4C171067.1060102@st.com> (raw)
In-Reply-To: <1275717955-14545-1-git-send-email-ryan@bluewatersys.com>
On 6/5/2010 11:35 AM, Ryan Mallon wrote:
> Rework the SPEAr3xx code to allow all three SPEAr3xx platforms to be
> built into a single kernel.
>
> I do not have access to any SPEAr3xx hardware, so the patch series is
> build tested only.
>
> Ryan Mallon (5):
> SPEAr3xx: Make local structres static
> SPEAR3xx: Rename register/irq defines to remove naming conflicts
> SPEAr3xx: Rework pmx_dev code to remove conflicts
> SPEAr3xx: Rework KConfig to allow all boards to be compiled in
> SPEAr3xx: Replace defconfigs with single unfied defconfig
>
> arch/arm/configs/spear300_defconfig | 773 -----------------------
> arch/arm/configs/spear310_defconfig | 775 ------------------------
> arch/arm/configs/spear320_defconfig | 775 ------------------------
> arch/arm/configs/spear3xx_defconfig | 775 ++++++++++++++++++++++++
> arch/arm/mach-spear3xx/Kconfig | 30 +-
> arch/arm/mach-spear3xx/Kconfig300 | 17 -
> arch/arm/mach-spear3xx/Kconfig310 | 17 -
> arch/arm/mach-spear3xx/Kconfig320 | 17 -
> arch/arm/mach-spear3xx/include/mach/generic.h | 139 ++---
> arch/arm/mach-spear3xx/include/mach/irqs.h | 195 +++---
> arch/arm/mach-spear3xx/include/mach/spear300.h | 26 +-
> arch/arm/mach-spear3xx/include/mach/spear310.h | 44 +-
> arch/arm/mach-spear3xx/include/mach/spear320.h | 50 +-
> arch/arm/mach-spear3xx/spear300.c | 135 ++--
> arch/arm/mach-spear3xx/spear300_evb.c | 26 +-
> arch/arm/mach-spear3xx/spear310.c | 137 +++--
> arch/arm/mach-spear3xx/spear310_evb.c | 42 +-
> arch/arm/mach-spear3xx/spear320.c | 247 ++++----
> arch/arm/mach-spear3xx/spear320_evb.c | 36 +-
> arch/arm/mach-spear3xx/spear3xx.c | 124 ++--
> 20 files changed, 1387 insertions(+), 2993 deletions(-)
> delete mode 100644 arch/arm/configs/spear300_defconfig
> delete mode 100644 arch/arm/configs/spear310_defconfig
> delete mode 100644 arch/arm/configs/spear320_defconfig
> create mode 100644 arch/arm/configs/spear3xx_defconfig
> delete mode 100644 arch/arm/mach-spear3xx/Kconfig300
> delete mode 100644 arch/arm/mach-spear3xx/Kconfig310
> delete mode 100644 arch/arm/mach-spear3xx/Kconfig320
>
>
Ryan,
Patches looks fine to me, but i need to test them before i Ack them.
Please give me some time to do that, currently i am very busy in some other
activities.
viresh.
next prev parent reply other threads:[~2010-06-15 5:32 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-05 6:05 [PATCH 0/5] SPEAr3xx: Unify build of SPEAr3xx platforms Ryan Mallon
2010-06-05 6:05 ` [PATCH 1/5] SPEAr3xx: Make local structres static Ryan Mallon
2010-06-14 5:16 ` Viresh KUMAR
2010-06-14 5:31 ` Ryan Mallon
2010-06-14 5:41 ` Viresh KUMAR
2010-06-05 6:05 ` [PATCH 2/5] SPEAR3xx: Rename register/irq defines to remove naming conflicts Ryan Mallon
2010-06-14 5:18 ` Viresh KUMAR
2010-06-14 5:36 ` Ryan Mallon
2010-06-14 5:46 ` Viresh KUMAR
2010-06-14 10:17 ` Ryan Mallon
2010-08-10 5:12 ` viresh kumar
2010-08-10 20:50 ` Ryan Mallon
2010-08-11 9:14 ` viresh kumar
2010-08-11 20:43 ` Ryan Mallon
2010-08-12 4:40 ` viresh kumar
2010-06-05 6:05 ` [PATCH 3/5] SPEAr3xx: Rework pmx_dev code to remove conflicts Ryan Mallon
2010-06-14 5:21 ` Viresh KUMAR
2010-06-05 6:05 ` [PATCH 4/5] SPEAr3xx: Rework KConfig to allow all boards to be compiled in Ryan Mallon
2010-06-05 6:05 ` [PATCH 5/5] SPEAr3xx: Replace defconfigs with single unfied defconfig Ryan Mallon
2010-06-13 22:51 ` [PATCH 0/5] SPEAr3xx: Unify build of SPEAr3xx platforms Ryan Mallon
2010-06-15 5:32 ` Viresh KUMAR [this message]
2010-06-15 6:49 ` Ryan Mallon
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=4C171067.1060102@st.com \
--to=viresh.kumar@st.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 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.