public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6] ARM: shmobile: r8a73a4/ape6evm: Complete multiplatform support
@ 2015-02-17 15:04 Geert Uytterhoeven
  2015-02-17 15:04 ` [PATCH v4 1/6] ARM: shmobile: r8a73a4 dtsi: Add Bus State Controller node Geert Uytterhoeven
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Geert Uytterhoeven @ 2015-02-17 15:04 UTC (permalink / raw)
  To: linux-arm-kernel

	Hi Simon, Magnus,

This patch series completes the migration from aep6evm-legacy (legacy board
code) and ape6evm-reference (legacy DT based) to ape6evm-multiplatform (ARM
multiplatform DT based with common clock framework).

It depends on Simon's branch simple-pm-bus-for-v3.21.

  - The first two patches fix Ethernet on ape6evm, by adding a Bus State
    Controller node, and moving the Ethernet node to it, and thus depends
    on Simon's branch simple-pm-bus-for-v3.21,
  - The third patch moves the pfc node after the irqc nodes, to work around
    a bug in the core OF proving code,
  - The fourth and fifth patch remove all ape6evm-legacy and
    ape6evm-reference support, now the r8a73a4 generic multiplatform case
    has the same feature set,
  - The sixth patch is new, and removes the now superfluous console=
    bootargs parameter.

Thanks for applying!

Geert Uytterhoeven (4):
  ARM: shmobile: r8a73a4 dtsi: Add Bus State Controller node
  ARM: shmobile: ape6evm dts: Move Ethernet node to BSC
  ARM: shmobile: r8a73a4: Move pfc node to work around probe ordering
    bug
  ARM: shmobile: ape6evm dts: Drop console= bootargs parameter

Ulrich Hecht (2):
  ARM: shmobile: ape6evm-reference: Remove board C code and DT file
  ARM: shmobile: r8a73a4: ape6evm: Remove legacy platform

 Documentation/devicetree/bindings/arm/shmobile.txt |   2 -
 MAINTAINERS                                        |   1 -
 arch/arm/boot/dts/Makefile                         |   2 -
 arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts    | 156 -----------
 arch/arm/boot/dts/r8a73a4-ape6evm.dts              |  37 ++-
 arch/arm/boot/dts/r8a73a4.dtsi                     |  56 ++--
 arch/arm/configs/ape6evm_defconfig                 | 109 --------
 arch/arm/mach-shmobile/Kconfig                     |  25 --
 arch/arm/mach-shmobile/Makefile                    |   2 -
 arch/arm/mach-shmobile/Makefile.boot               |   2 -
 arch/arm/mach-shmobile/board-ape6evm-reference.c   |  61 ----
 arch/arm/mach-shmobile/board-ape6evm.c             | 306 ---------------------
 12 files changed, 49 insertions(+), 710 deletions(-)
 delete mode 100644 arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
 delete mode 100644 arch/arm/configs/ape6evm_defconfig
 delete mode 100644 arch/arm/mach-shmobile/board-ape6evm-reference.c
 delete mode 100644 arch/arm/mach-shmobile/board-ape6evm.c

-- 
1.9.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

end of thread, other threads:[~2015-02-19 18:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-17 15:04 [PATCH v4 0/6] ARM: shmobile: r8a73a4/ape6evm: Complete multiplatform support Geert Uytterhoeven
2015-02-17 15:04 ` [PATCH v4 1/6] ARM: shmobile: r8a73a4 dtsi: Add Bus State Controller node Geert Uytterhoeven
2015-02-17 15:04 ` [PATCH v4 2/6] ARM: shmobile: ape6evm dts: Move Ethernet node to BSC Geert Uytterhoeven
2015-02-17 15:04 ` [PATCH v4 3/6] ARM: shmobile: r8a73a4: Move pfc node to work around probe ordering bug Geert Uytterhoeven
2015-02-17 15:04 ` [PATCH v4 4/6] ARM: shmobile: ape6evm-reference: Remove board C code and DT file Geert Uytterhoeven
2015-02-17 15:04 ` [PATCH v4 5/6] ARM: shmobile: r8a73a4: ape6evm: Remove legacy platform Geert Uytterhoeven
2015-02-17 15:04 ` [PATCH v4 6/6] ARM: shmobile: ape6evm dts: Drop console= bootargs parameter Geert Uytterhoeven
2015-02-17 15:16   ` Mark Rutland
2015-02-18 21:20 ` [PATCH v4 0/6] ARM: shmobile: r8a73a4/ape6evm: Complete multiplatform support Simon Horman
2015-02-19 17:44   ` Geert Uytterhoeven
2015-02-19 17:59     ` Simon Horman
2015-02-19 17:59     ` Geert Uytterhoeven
2015-02-19 18:05       ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox