[GIT PULL] Renesas ARM Based SoC Lager Board Removal for v3.20

Simon Horman horms+renesas at verge.net.au
Sun Dec 28 17:46:47 PST 2014


Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC lager board removal for v3.20.

The serial port rename changes are not strictly related to lager board
removal from a feature point of view. But the lager portion of this change
depends on board removal to avoid a regression of booting using that code,
And thus it seems to make sense to put here. And it seems best to put the
koelsch and lager serial port rename changes in the same branch.

Likewise the removal of bootargs from lager DT depends on removing lager
board code to avoid a regression when using it and thus I have included
it in the same branch.


The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-lager-board-removal-for-v3.20

for you to fetch changes up to 569dd56c9971c699472d3b270e988baf7f6de8c9:

  ARM: shmobile: lager dts: Drop console= bootargs parameter (2014-12-21 17:03:53 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Lager Board Removal for v3.20

* Remove legacy r8a7790 SoC and its Lager board code
* Update serial port names on koelsch and lager boards
* Remove console bootargs parameter from lager DT

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: shmobile: lager dts: Drop console= bootargs parameter

Laurent Pinchart (3):
      ARM: shmobile: r8a7790: Remove legacy code
      ARM: shmobile: lager: Rename SCIFA[01] serial ports to ttySC[01]
      ARM: shmobile: koelsch: Rename SCIF[01] serial ports to ttySC[01]

Magnus Damm (2):
      ARM: shmobile: lager-reference: DTS-only board support
      ARM: shmobile: lager: Remove legacy board support

 MAINTAINERS                                    |   1 -
 arch/arm/boot/dts/Makefile                     |   1 -
 arch/arm/boot/dts/r8a7790-lager.dts            |   6 +-
 arch/arm/boot/dts/r8a7791-koelsch.dts          |   4 +-
 arch/arm/configs/lager_defconfig               | 150 -----
 arch/arm/configs/shmobile_defconfig            |   1 -
 arch/arm/mach-shmobile/Kconfig                 |  20 -
 arch/arm/mach-shmobile/Makefile                |   3 -
 arch/arm/mach-shmobile/Makefile.boot           |   1 -
 arch/arm/mach-shmobile/board-lager-reference.c |  39 --
 arch/arm/mach-shmobile/board-lager.c           | 827 -------------------------
 arch/arm/mach-shmobile/clock-r8a7790.c         | 459 --------------
 arch/arm/mach-shmobile/r8a7790.h               |  28 -
 arch/arm/mach-shmobile/setup-r8a7790.c         | 284 +--------
 14 files changed, 6 insertions(+), 1818 deletions(-)
 delete mode 100644 arch/arm/configs/lager_defconfig
 delete mode 100644 arch/arm/mach-shmobile/board-lager-reference.c
 delete mode 100644 arch/arm/mach-shmobile/board-lager.c
 delete mode 100644 arch/arm/mach-shmobile/clock-r8a7790.c



More information about the linux-arm-kernel mailing list