linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V6 0/8] SPEAr3xx & SPEAr6xx Fixes
@ 2011-03-01 11:26 Viresh Kumar
  2011-03-01 11:26 ` [PATCH V6 1/8] ST SPEAr: Reordering #includes in .h & .c files Viresh Kumar
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Viresh Kumar @ 2011-03-01 11:26 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2011-03-09  3:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01 11:26 [PATCH V6 0/8] SPEAr3xx & SPEAr6xx Fixes Viresh Kumar
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

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).