linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] ARM: u300 multiplatform support
@ 2013-05-02 16:16 Linus Walleij
  2013-05-02 16:16 ` [PATCH 1/7] ARM: u300: push down syscon registers Linus Walleij
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Linus Walleij @ 2013-05-02 16:16 UTC (permalink / raw)
  To: linux-arm-kernel

From: Linus Walleij <linus.walleij@linaro.org>

This series builds on top of the recently iterated U300
device tree support to convert the platform to multiplatform
(a.k.a. single zImage).

This is intended to be pulled on top of the DT support.

Linus Walleij (7):
  ARM: u300: push down syscon registers
  ARM: u300: remove deps from debug macro
  ARM: u300: delete <mach/hardware.h>
  ARM: u300: delete <mach/irqs.h>
  ARM: u300: localize <mach/u300-regs.h>
  ARM: u300: convert to multiplatform
  ARM: u300: delete remnant machine headers

 arch/arm/Kconfig                                  |  21 +-
 arch/arm/configs/u300_defconfig                   |  11 +-
 arch/arm/include/debug/u300.S                     |   9 +-
 arch/arm/mach-u300/Kconfig                        |  31 +-
 arch/arm/mach-u300/core.c                         |  29 +-
 arch/arm/mach-u300/include/mach/hardware.h        |   5 -
 arch/arm/mach-u300/include/mach/irqs.h            |  80 ---
 arch/arm/mach-u300/include/mach/syscon.h          | 592 ----------------------
 arch/arm/mach-u300/include/mach/timex.h           |  17 -
 arch/arm/mach-u300/include/mach/uncompress.h      |  45 --
 arch/arm/mach-u300/regulator.c                    |   9 +-
 arch/arm/mach-u300/timer.c                        |   3 -
 arch/arm/mach-u300/{include/mach => }/u300-regs.h |   0
 drivers/clk/clk-u300.c                            | 343 ++++++++++++-
 14 files changed, 407 insertions(+), 788 deletions(-)
 delete mode 100644 arch/arm/mach-u300/include/mach/hardware.h
 delete mode 100644 arch/arm/mach-u300/include/mach/irqs.h
 delete mode 100644 arch/arm/mach-u300/include/mach/syscon.h
 delete mode 100644 arch/arm/mach-u300/include/mach/timex.h
 delete mode 100644 arch/arm/mach-u300/include/mach/uncompress.h
 rename arch/arm/mach-u300/{include/mach => }/u300-regs.h (100%)

-- 
1.7.11.3

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

end of thread, other threads:[~2013-05-03 14:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02 16:16 [PATCH 0/7] ARM: u300 multiplatform support Linus Walleij
2013-05-02 16:16 ` [PATCH 1/7] ARM: u300: push down syscon registers Linus Walleij
2013-05-02 16:21   ` Arnd Bergmann
2013-05-02 16:38     ` Linus Walleij
2013-05-02 17:39       ` Arnd Bergmann
2013-05-03  8:01         ` Linus Walleij
2013-05-03 14:43           ` Arnd Bergmann
2013-05-03  4:04   ` Mike Turquette
2013-05-02 16:16 ` [PATCH 2/7] ARM: u300: remove deps from debug macro Linus Walleij
2013-05-02 16:16 ` [PATCH 3/7] ARM: u300: delete <mach/hardware.h> Linus Walleij
2013-05-02 16:16 ` [PATCH 4/7] ARM: u300: delete <mach/irqs.h> Linus Walleij
2013-05-02 16:16 ` [PATCH 5/7] ARM: u300: localize <mach/u300-regs.h> Linus Walleij
2013-05-02 16:16 ` [PATCH 6/7] ARM: u300: convert to multiplatform Linus Walleij
2013-05-02 16:16 ` [PATCH 7/7] ARM: u300: delete remnant machine headers Linus Walleij
2013-05-02 16:23 ` [PATCH 0/7] ARM: u300 multiplatform support Arnd Bergmann

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