From: viresh.kumar@st.com (Viresh Kumar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V6 0/8] SPEAr3xx & SPEAr6xx Fixes
Date: Tue, 1 Mar 2011 16:56:06 +0530 [thread overview]
Message-ID: <cover.1298977691.git.viresh.kumar@st.com> (raw)
This patchset contains minor fixes, renames, & reordering of code of #include
files.
Note: These patches were earlier sent as part of a larger patchset:
"Updating SPEAr Support"
Now it is divided into smaller patchsets. In order to apply these patches
cleanly following order of patchsets must be maintained.
- SPEAr3xx & SPEAr6xx Fixes
- SPEAr3xx & SPEAr6xx: Single Image solution and padmux updates
- Adding SPEAr13xx support
- Adding devices support for all spear machines
- Clock Framework & CPU Freq Updates
Shiraz Hashim (1):
ST SPEAr: Append UL to device address macros.
Viresh Kumar (7):
ST SPEAr: Reordering #includes in .h & .c files.
ST SPEAr: Include mach/hardware.h instead of mach/spear.h
ST SPEAr3xx: Rename sdio to sdhci
ST SPEAr Clock Framework: Rename usbd clock and align apb_clk entry
ST SPEAr3xx: Declare device structures after shirq code
ST SPEAr: Replacing SIZE macro's with SZ_4K macros
ST SPEAr: Remove unused *_SIZE macros from spear*.h files
arch/arm/mach-spear3xx/clock.c | 6 +-
arch/arm/mach-spear3xx/include/mach/entry-macro.S | 3 +-
arch/arm/mach-spear3xx/include/mach/generic.h | 12 +-
arch/arm/mach-spear3xx/include/mach/hardware.h | 1 +
arch/arm/mach-spear3xx/include/mach/irqs.h | 4 +-
arch/arm/mach-spear3xx/include/mach/misc_regs.h | 2 +-
arch/arm/mach-spear3xx/include/mach/spear.h | 135 +++++------------
arch/arm/mach-spear3xx/include/mach/spear300.h | 59 ++-----
arch/arm/mach-spear3xx/include/mach/spear310.h | 34 ++---
arch/arm/mach-spear3xx/include/mach/spear320.h | 67 +++------
arch/arm/mach-spear3xx/spear300.c | 70 ++++-----
arch/arm/mach-spear3xx/spear300_evb.c | 4 +-
arch/arm/mach-spear3xx/spear310.c | 10 +-
arch/arm/mach-spear3xx/spear310_evb.c | 2 +-
arch/arm/mach-spear3xx/spear320.c | 30 ++--
arch/arm/mach-spear3xx/spear320_evb.c | 4 +-
arch/arm/mach-spear3xx/spear3xx.c | 14 +-
arch/arm/mach-spear6xx/clock.c | 6 +-
arch/arm/mach-spear6xx/include/mach/entry-macro.S | 3 +-
arch/arm/mach-spear6xx/include/mach/generic.h | 4 +-
arch/arm/mach-spear6xx/include/mach/hardware.h | 1 +
arch/arm/mach-spear6xx/include/mach/misc_regs.h | 2 +-
arch/arm/mach-spear6xx/include/mach/spear.h | 175 ++++++---------------
arch/arm/mach-spear6xx/spear600.c | 2 +-
arch/arm/mach-spear6xx/spear600_evb.c | 2 +-
arch/arm/mach-spear6xx/spear6xx.c | 29 ++--
arch/arm/plat-spear/include/plat/debug-macro.S | 2 +-
arch/arm/plat-spear/include/plat/system.h | 4 +-
arch/arm/plat-spear/include/plat/uncompress.h | 2 +-
arch/arm/plat-spear/time.c | 5 +-
30 files changed, 235 insertions(+), 459 deletions(-)
--
1.7.2.2
next reply other threads:[~2011-03-01 11:26 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-01 11:26 Viresh Kumar [this message]
2011-03-01 11:26 ` [PATCH V6 1/8] ST SPEAr: Reordering #includes in .h & .c files Viresh Kumar
2011-03-01 11:26 ` [PATCH V6 2/8] ST SPEAr: Include mach/hardware.h instead of mach/spear.h Viresh Kumar
2011-03-01 11:26 ` [PATCH V6 3/8] ST SPEAr3xx: Rename sdio to sdhci Viresh Kumar
2011-03-01 11:26 ` [PATCH V6 4/8] ST SPEAr Clock Framework: Rename usbd clock and align apb_clk entry Viresh Kumar
2011-03-01 11:26 ` [PATCH V6 5/8] ST SPEAr3xx: Declare device structures after shirq code Viresh Kumar
2011-03-01 11:26 ` [PATCH V6 6/8] ST SPEAr: Replacing SIZE macro's with SZ_4K macros Viresh Kumar
2011-03-01 11:26 ` [PATCH V6 7/8] ST SPEAr: Remove unused *_SIZE macros from spear*.h files Viresh Kumar
2011-03-08 22:32 ` Russell King - ARM Linux
2011-03-09 3:43 ` viresh kumar
2011-03-01 11:26 ` [PATCH V6 8/8] ST SPEAr: Append UL to device address macros Viresh Kumar
2011-03-05 14:02 ` [PATCH V6 0/8] SPEAr3xx & SPEAr6xx Fixes Russell King - ARM Linux
2011-03-05 14:04 ` Russell King - ARM Linux
2011-03-05 14:08 ` Russell King - ARM Linux
2011-03-07 3:46 ` viresh kumar
2011-03-07 3:45 ` viresh kumar
2011-03-07 3:44 ` viresh kumar
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=cover.1298977691.git.viresh.kumar@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 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).