Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e44a01fa authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'renesas-cleanup-for-v4.4' of...

Merge tag 'renesas-cleanup-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/cleanup

Merge "Renesas ARM Based SoC Cleanup for v4.4" from Simon Horman:

* Remove bockw/r8a7798 legacy board and SoC code
* Many cleanups relating to legacy board and SoC code removal

* tag 'renesas-cleanup-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: (21 commits)
  ARM: shmobile: Remove legacy clock support leftovers
  ARM: shmobile: remove Makefile.boot
  ARM: shmobile: Kconfig: remove unused SHMOBILE_TIMER_HZ section
  ARM: shmobile: bockw: remove legacy DTB build target
  MAINTAINERS: remove references to dropped marzen and bockw defconfigs
  ARM: shmobile: bockw: remove legacy defconfig
  ARM: shmobile: remove ARCH_SHMOBILE_LEGACY option
  ARM: shmobile: r8a7778: remove legacy clock implementation
  ARM: shmobile: Kconfig: remove obsolete option ARCH_R8A7778
  ARM: shmobile: r8a7778: remove obsolete setup code
  ARM: shmobile: bockw: remove legacy board file and config
  ARM: shmobile: remove paragraph on DT reference platforms
  ARM: shmobile: bockw: remove "reference" board file and config
  ARM: shmobile: bockw: remove "reference" device tree
  ARM: shmobile: Remove obsolete twd_local_timer declaration
  ARM: shmobile: Remove obsolete earlytimer registration
  ARM: shmobile: Remove obsolete legacy PM Domain leftovers
  ARM: shmobile: Remove obsolete intc.h
  ARM: shmobile: Remove obsolete custom earlyprintk code
  ARM: shmobile: Remove obsolete sh-gpio.h
  ...
parents 049e6dde 04418c23
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -39,8 +39,6 @@ Boards:
    compatible = "renesas,armadillo800eva"
    compatible = "renesas,armadillo800eva"
  - BOCK-W
  - BOCK-W
    compatible = "renesas,bockw", "renesas,r8a7778"
    compatible = "renesas,bockw", "renesas,r8a7778"
  - BOCK-W - Reference Device Tree Implementation
    compatible = "renesas,bockw-reference", "renesas,r8a7778"
  - Genmai (RTK772100BC00000BR)
  - Genmai (RTK772100BC00000BR)
    compatible = "renesas,genmai", "renesas,r7s72100"
    compatible = "renesas,genmai", "renesas,r7s72100"
  - Gose
  - Gose
@@ -57,7 +55,3 @@ Boards:
    compatible = "renesas,lager", "renesas,r8a7790"
    compatible = "renesas,lager", "renesas,r8a7790"
  - Marzen
  - Marzen
    compatible = "renesas,marzen", "renesas,r8a7779"
    compatible = "renesas,marzen", "renesas,r8a7779"

Note: Reference Device Tree Implementations are temporary implementations
      to ease the migration from platform devices to Device Tree, and are
      intended to be removed in the future.
+0 −2
Original line number Original line Diff line number Diff line
@@ -1491,8 +1491,6 @@ F: arch/arm/boot/dts/emev2*
F:	arch/arm/boot/dts/r7s*
F:	arch/arm/boot/dts/r7s*
F:	arch/arm/boot/dts/r8a*
F:	arch/arm/boot/dts/r8a*
F:	arch/arm/boot/dts/sh*
F:	arch/arm/boot/dts/sh*
F:	arch/arm/configs/bockw_defconfig
F:	arch/arm/configs/marzen_defconfig
F:	arch/arm/configs/shmobile_defconfig
F:	arch/arm/configs/shmobile_defconfig
F:	arch/arm/include/debug/renesas-scif.S
F:	arch/arm/include/debug/renesas-scif.S
F:	arch/arm/mach-shmobile/
F:	arch/arm/mach-shmobile/
+1 −25
Original line number Original line Diff line number Diff line
@@ -621,28 +621,6 @@ config ARCH_PXA
	help
	help
	  Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
	  Support for Intel/Marvell's PXA2xx/PXA3xx processor line.


config ARCH_SHMOBILE_LEGACY
	bool "Renesas ARM SoCs (non-multiplatform)"
	select ARCH_SHMOBILE
	select ARM_PATCH_PHYS_VIRT if MMU
	select CLKDEV_LOOKUP
	select CPU_V7
	select GENERIC_CLOCKEVENTS
	select HAVE_ARM_SCU if SMP
	select HAVE_ARM_TWD if SMP
	select HAVE_SMP
	select MIGHT_HAVE_CACHE_L2X0
	select MULTI_IRQ_HANDLER
	select NO_IOPORT_MAP
	select PINCTRL
	select PM_GENERIC_DOMAINS if PM
	select SH_CLK_CPG
	select SPARSE_IRQ
	help
	  Support for Renesas ARM SoC platforms using a non-multiplatform
	  kernel. This includes the SH-Mobile, R-Mobile, EMMA-Mobile, R-Car
	  and RZ families.

config ARCH_RPC
config ARCH_RPC
	bool "RiscPC"
	bool "RiscPC"
	select ARCH_ACORN
	select ARCH_ACORN
@@ -1534,7 +1512,6 @@ config HZ_FIXED
	default 200 if ARCH_EBSA110 || ARCH_S3C24XX || \
	default 200 if ARCH_EBSA110 || ARCH_S3C24XX || \
		ARCH_S5PV210 || ARCH_EXYNOS4
		ARCH_S5PV210 || ARCH_EXYNOS4
	default 128 if SOC_AT91RM9200
	default 128 if SOC_AT91RM9200
	default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE_LEGACY
	default 0
	default 0


choice
choice
@@ -1752,8 +1729,7 @@ config ARM_MODULE_PLTS
source "mm/Kconfig"
source "mm/Kconfig"


config FORCE_MAX_ZONEORDER
config FORCE_MAX_ZONEORDER
	int "Maximum zone order" if ARCH_SHMOBILE_LEGACY
	int "Maximum zone order"
	range 11 64 if ARCH_SHMOBILE_LEGACY
	default "12" if SOC_AM33XX
	default "12" if SOC_AM33XX
	default "9" if SA1111 || ARCH_EFM32
	default "9" if SA1111 || ARCH_EFM32
	default "11"
	default "11"
+1 −2
Original line number Original line Diff line number Diff line
@@ -1621,8 +1621,7 @@ config DEBUG_UNCOMPRESS
config UNCOMPRESS_INCLUDE
config UNCOMPRESS_INCLUDE
	string
	string
	default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
	default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
					PLAT_SAMSUNG || ARM_SINGLE_ARMV7M || \
					PLAT_SAMSUNG || ARM_SINGLE_ARMV7M
					ARCH_SHMOBILE_LEGACY
	default "mach/uncompress.h"
	default "mach/uncompress.h"


config EARLY_PRINTK
config EARLY_PRINTK
+0 −3
Original line number Original line Diff line number Diff line
@@ -522,9 +522,6 @@ dtb-$(CONFIG_ARCH_S5PV210) += \
	s5pv210-smdkc110.dtb \
	s5pv210-smdkc110.dtb \
	s5pv210-smdkv210.dtb \
	s5pv210-smdkv210.dtb \
	s5pv210-torbreck.dtb
	s5pv210-torbreck.dtb
dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) += \
	r8a7778-bockw.dtb \
	r8a7778-bockw-reference.dtb
dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += \
dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += \
	emev2-kzm9d.dtb \
	emev2-kzm9d.dtb \
	r7s72100-genmai.dtb \
	r7s72100-genmai.dtb \
Loading