linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] cns3xxx multiplatform support
@ 2013-03-14 22:14 Arnd Bergmann
  2013-03-14 22:14 ` [PATCH 1/5] ARM: cns3xxx: make mach header files local Arnd Bergmann
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Arnd Bergmann @ 2013-03-14 22:14 UTC (permalink / raw)
  To: linux-arm-kernel

I've looked at all the platforms recently to see what their
state is. cns3xxx seems quite clean but not very actively
maintained. Since it is really easy to convert to multiplatform,
that's what I did here. I'd like to apply this for linux-3.9
unless there are objections or other comments.

Arnd Bergmann (5):
  ARM: cns3xxx: make mach header files local
  ARM: cns3xxx: enable sparse IRQ support
  ARM: cns3xxx: move debug_ll code to include/debug/
  ARM: cns3xxx: enable multiplatform support
  ARM: cns3xxx: initial DT support

 arch/arm/Kconfig                                   |  11 --
 arch/arm/Kconfig.debug                             |   8 ++
 arch/arm/configs/cns3420vb_defconfig               |   3 +
 .../mach/debug-macro.S => include/debug/cns3xxx.S} |   0
 arch/arm/mach-cns3xxx/Kconfig                      |  12 ++
 arch/arm/mach-cns3xxx/Makefile                     |   8 +-
 arch/arm/mach-cns3xxx/cns3420vb.c                  |   6 +-
 arch/arm/mach-cns3xxx/{include/mach => }/cns3xxx.h |   7 +-
 arch/arm/mach-cns3xxx/core.c                       | 121 ++++++++++++++++++++-
 arch/arm/mach-cns3xxx/devices.c                    |   5 +-
 arch/arm/mach-cns3xxx/include/mach/irqs.h          |  24 ----
 arch/arm/mach-cns3xxx/include/mach/timex.h         |  12 --
 arch/arm/mach-cns3xxx/include/mach/uncompress.h    |  53 ---------
 arch/arm/mach-cns3xxx/pcie.c                       |   2 +-
 arch/arm/mach-cns3xxx/pm.c                         |   4 +-
 arch/arm/mach-cns3xxx/{include/mach => }/pm.h      |   0
 drivers/mmc/host/sdhci-cns3xxx.c                   |   1 -
 17 files changed, 158 insertions(+), 119 deletions(-)
 rename arch/arm/{mach-cns3xxx/include/mach/debug-macro.S => include/debug/cns3xxx.S} (100%)
 rename arch/arm/mach-cns3xxx/{include/mach => }/cns3xxx.h (99%)
 delete mode 100644 arch/arm/mach-cns3xxx/include/mach/irqs.h
 delete mode 100644 arch/arm/mach-cns3xxx/include/mach/timex.h
 delete mode 100644 arch/arm/mach-cns3xxx/include/mach/uncompress.h
 rename arch/arm/mach-cns3xxx/{include/mach => }/pm.h (100%)

-- 
1.8.1.2

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

end of thread, other threads:[~2013-03-29  8:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 22:14 [PATCH 0/5] cns3xxx multiplatform support Arnd Bergmann
2013-03-14 22:14 ` [PATCH 1/5] ARM: cns3xxx: make mach header files local Arnd Bergmann
2013-03-14 22:14 ` [PATCH 2/5] ARM: cns3xxx: enable sparse IRQ support Arnd Bergmann
2013-03-14 22:14 ` [PATCH 3/5] ARM: cns3xxx: move debug_ll code to include/debug/ Arnd Bergmann
2013-03-14 22:14 ` [PATCH 4/5] ARM: cns3xxx: enable multiplatform support Arnd Bergmann
2013-03-14 22:14 ` [PATCH 5/5] ARM: cns3xxx: initial DT support Arnd Bergmann
2013-03-15 10:58 ` [PATCH 0/5] cns3xxx multiplatform support Florian Fainelli
2013-03-15 11:27   ` Gabor Juhos
2013-03-16 16:50 ` Anton Vorontsov
2013-03-29  8:11   ` Mac Lin
2013-03-29  8:58     ` Imre Kaloz

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