linux/arch/arm/configs
Olof Johansson d36d520ae6 Renesas ARM Based SoC r8a73a4 CCF and Multiplatform Updates for v4.1
* Add CCF and them multiplatform support to r8a73a4 SoC and its
   ape6evm board.
 * Then remove legacy r8a73a4 SoC and ape6evm board code.
 
 ----------------------------------------------------------------
 Geert Uytterhoeven (6):
       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
       PM / Domains: R-Mobile SYSC: Document R-Mobile APE6 (r8a73a4) binding
       ARM: shmobile: r8a73a4 dtsi: Add PM domain support
 
 Laurent Pinchart (1):
       ARM: shmobile: r8a73a4: Remove legacy code
 
 Simon Horman (1):
       ARM: shmobile: r8a73a4: ape6evm: Remove legacy platform
 
 Ulrich Hecht (5):
       ARM: shmobile: r8a73a4: Add CPG register bits header
       ARM: shmobile: r8a73a4: Common clock framework DT description
       ARM: shmobile: ape6evm: Disable legacy clock initialization
       ARM: shmobile: r8a73a4: Add MSTP clock assignments to DT
       ARM: shmobile: ape6evm-reference: Remove board C code and DT file
 
  Documentation/devicetree/bindings/arm/shmobile.txt |   2 -
  .../bindings/power/renesas,sysc-rmobile.txt        |   1 +
  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                     | 557 ++++++++++++++++-
  arch/arm/configs/ape6evm_defconfig                 | 109 ----
  arch/arm/mach-shmobile/Kconfig                     |  25 -
  arch/arm/mach-shmobile/Makefile                    |   3 -
  arch/arm/mach-shmobile/Makefile.boot               |   2 -
  arch/arm/mach-shmobile/board-ape6evm-reference.c   |  60 --
  arch/arm/mach-shmobile/board-ape6evm.c             | 306 ----------
  arch/arm/mach-shmobile/clock-r8a73a4.c             | 659 ---------------------
  arch/arm/mach-shmobile/r8a73a4.h                   |  17 -
  arch/arm/mach-shmobile/setup-r8a73a4.c             | 273 +--------
  include/dt-bindings/clock/r8a73a4-clock.h          |  62 ++
  17 files changed, 615 insertions(+), 1657 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
  delete mode 100644 arch/arm/mach-shmobile/clock-r8a73a4.c
  delete mode 100644 arch/arm/mach-shmobile/r8a73a4.h
  create mode 100644 include/dt-bindings/clock/r8a73a4-clock.h
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJU96qlAAoJENfPZGlqN0++J+4P/iMsuriwDf4KEav4d9IAKdOr
 uMGx7yN1wsi2tQTVen2ThEjZFF5TwDfT4VN9hSsDvqqnvFP+IZ1/GQNtsV5PAxoh
 EQJMxUDAHYbUhAYeiCb5dA6e6+Xpem9jBj5eI03Xqy6o6b5rmhy4878Kf/zHyx6q
 02rwUlry2D+DMhe+urxKr/3ihBJWBp0c7ivontYd+awgs5L6QaF8/I69i6ggC1N/
 GFEdPKx6411LxBp+CVVvbmye9tcNn6q5wjAv/2egtyeMYjOhd9bl/tc88hE5dda3
 YjKMqtVZoZ7R6sks/Xe2VbgQLq/5/+9KcX0XY9IJ9fyWtd/ZRU2g3cIxdWCGVqmI
 bVAUOBWu86I93EA37E6B41vM8qaqeRa0LOqS/0FccfkItCHdARR4CTvUZVQGyLc3
 Jf0S+cF4AYpGzlyIRNiBY9pXgRngSPbntX+tj+h8sBL2Z1c9KOCotPX4ceiLKAOn
 KRpW/eCevfCeTkv5DTKDeZMGHgcyVCwlz3TjnJp3gNBDbeHzVr7JdtoRbxceGX/8
 nZ/KmPd7+Td8Ft/zpeXpoW0g4PTYFUVAKIaG9OEdqMw/yPX2y8ev+433Aq7ZzZCe
 LTaqw/LpM0NKnUU3mey3CXAXvN3zvZWu4mV9ICp0uxQv4pmGxKaD7q+kIJSk6RaN
 ZXReVZUGOX0tUODNWM8h
 =CiEt
 -----END PGP SIGNATURE-----

Merge tag 'renesas-r8a73a4-ccf-and-multiplatform-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/multiplatform

Merge "Renesas ARM Based SoC r8a73a4 CCF and Multiplatform Updates for
v4.1" from Simon Horman:

* Add CCF and them multiplatform support to r8a73a4 SoC and its
  ape6evm board.
* Then remove legacy r8a73a4 SoC and ape6evm board code.

----------------------------------------------------------------
Geert Uytterhoeven (6):
      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
      PM / Domains: R-Mobile SYSC: Document R-Mobile APE6 (r8a73a4) binding
      ARM: shmobile: r8a73a4 dtsi: Add PM domain support

Laurent Pinchart (1):
      ARM: shmobile: r8a73a4: Remove legacy code

Simon Horman (1):
      ARM: shmobile: r8a73a4: ape6evm: Remove legacy platform

Ulrich Hecht (5):
      ARM: shmobile: r8a73a4: Add CPG register bits header
      ARM: shmobile: r8a73a4: Common clock framework DT description
      ARM: shmobile: ape6evm: Disable legacy clock initialization
      ARM: shmobile: r8a73a4: Add MSTP clock assignments to DT
      ARM: shmobile: ape6evm-reference: Remove board C code and DT file

 Documentation/devicetree/bindings/arm/shmobile.txt |   2 -
 .../bindings/power/renesas,sysc-rmobile.txt        |   1 +
 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                     | 557 ++++++++++++++++-
 arch/arm/configs/ape6evm_defconfig                 | 109 ----
 arch/arm/mach-shmobile/Kconfig                     |  25 -
 arch/arm/mach-shmobile/Makefile                    |   3 -
 arch/arm/mach-shmobile/Makefile.boot               |   2 -
 arch/arm/mach-shmobile/board-ape6evm-reference.c   |  60 --
 arch/arm/mach-shmobile/board-ape6evm.c             | 306 ----------
 arch/arm/mach-shmobile/clock-r8a73a4.c             | 659 ---------------------
 arch/arm/mach-shmobile/r8a73a4.h                   |  17 -
 arch/arm/mach-shmobile/setup-r8a73a4.c             | 273 +--------
 include/dt-bindings/clock/r8a73a4-clock.h          |  62 ++
 17 files changed, 615 insertions(+), 1657 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
 delete mode 100644 arch/arm/mach-shmobile/clock-r8a73a4.c
 delete mode 100644 arch/arm/mach-shmobile/r8a73a4.h
 create mode 100644 include/dt-bindings/clock/r8a73a4-clock.h

* tag 'renesas-r8a73a4-ccf-and-multiplatform-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  ARM: shmobile: r8a73a4: Remove legacy code
  ARM: shmobile: r8a73a4 dtsi: Add PM domain support
  PM / Domains: R-Mobile SYSC: Document R-Mobile APE6 (r8a73a4) binding
  ARM: shmobile: ape6evm dts: Drop console= bootargs parameter
  ARM: shmobile: r8a73a4: ape6evm: Remove legacy platform
  ARM: shmobile: ape6evm-reference: Remove board C code and DT file
  ARM: shmobile: r8a73a4: Move pfc node to work around probe ordering bug
  ARM: shmobile: ape6evm dts: Move Ethernet node to BSC
  ARM: shmobile: r8a73a4 dtsi: Add Bus State Controller node
  ARM: shmobile: r8a73a4: Add MSTP clock assignments to DT
  ARM: shmobile: ape6evm: Disable legacy clock initialization
  ARM: shmobile: r8a73a4: Common clock framework DT description
  ARM: shmobile: r8a73a4: Add CPG register bits header

Signed-off-by: Olof Johansson <olof@lixom.net>
2015-04-01 16:29:31 -07:00
..
acs5k_defconfig
acs5k_tiny_defconfig
am200epdkit_defconfig
armadillo800eva_defconfig PM: Eliminate CONFIG_PM_RUNTIME 2014-12-19 22:55:06 +01:00
assabet_defconfig
at91_dt_defconfig ARM: at91: merge all SOC_AT91SAM9xxx 2015-02-02 11:01:26 +01:00
axm55xx_defconfig ARM: axxia: Adding defconfig for AXM55xx 2014-05-23 18:18:45 +02:00
badge4_defconfig USB: remove CONFIG_USB_DEBUG from defconfig files 2014-05-28 09:40:45 -07:00
bcm2835_defconfig ARM: bcm2835: enable USB_DWC2_HOST in defconfig 2014-09-25 23:27:03 +02:00
bcm_defconfig PM: Eliminate CONFIG_PM_RUNTIME 2014-12-19 22:55:06 +01:00
bockw_defconfig PM: Eliminate CONFIG_PM_RUNTIME 2014-12-19 22:55:06 +01:00
cerfcube_defconfig
clps711x_defconfig ARM: clps711x: edb7211: Use new PWM driver for backlight 2014-09-04 21:39:53 +02:00
cm_x2xx_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
cm_x300_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
cns3420vb_defconfig ARM: cns3xxx: enable multiplatform support 2013-03-14 17:34:57 +01:00
colibri_pxa270_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
colibri_pxa300_defconfig USB: remove CONFIG_USB_DEBUG from defconfig files 2014-05-28 09:40:45 -07:00
collie_defconfig
corgi_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
davinci_all_defconfig PM: Eliminate CONFIG_PM_RUNTIME 2014-12-19 22:55:06 +01:00
dove_defconfig ARM: mvebu: defconfig: add MTD_SPI_NOR (new dependency for M25P80) 2014-05-05 01:02:02 +00:00
ebsa110_defconfig
efm32_defconfig ARM: efm32: update defconfig 2015-01-15 15:49:55 -08:00
em_x270_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
ep93xx_defconfig ARM: 8140/1: ep93xx: Enable DEBUG_LL_UART_PL01X 2014-09-16 16:10:48 +01:00
eseries_pxa_defconfig
exynos_defconfig ARM: SoC defconfig changes 2015-02-17 09:44:50 -08:00
ezx_defconfig PM: Eliminate CONFIG_PM_RUNTIME 2014-12-19 22:55:06 +01:00
footbridge_defconfig USB: remove CONFIG_USB_DEBUG from defconfig files 2014-05-28 09:40:45 -07:00
h3600_defconfig ARM: 7849/2: h3600: update defconfig 2013-10-29 11:01:06 +00:00
h5000_defconfig
hackkit_defconfig
hisi_defconfig ARM: config: enable ARCH_HIP01 2015-01-21 14:32:25 -08:00
imote2_defconfig PM: Eliminate CONFIG_PM_RUNTIME 2014-12-19 22:55:06 +01:00
imx_v4_v5_defconfig ARM: imx: Fix the removal of CONFIG_SPI option 2014-11-04 19:00:01 +08:00
imx_v6_v7_defconfig ARM: imx_v6_v7_defconfig: enable more USB functions 2015-01-20 16:11:06 +08:00
integrator_defconfig ARM: integrator: set V4T and V5 as default multitargets 2014-10-22 09:49:26 +02:00
iop13xx_defconfig
iop32x_defconfig ARM: 8268/1: configs: Enable DEBUG_LL_UART_8250 where needed 2015-01-21 15:49:36 +00:00
iop33x_defconfig ARM: 8268/1: configs: Enable DEBUG_LL_UART_8250 where needed 2015-01-21 15:49:36 +00:00
ixp4xx_defconfig ARM: 8268/1: configs: Enable DEBUG_LL_UART_8250 where needed 2015-01-21 15:49:36 +00:00
jornada720_defconfig
keystone_defconfig ARM: config: add DEVTMPFS option by default to keystone config 2015-01-29 09:00:20 -08:00
ks8695_defconfig
kzm9g_defconfig ARM: shmobile: kzm9g_defconfig: Update AK8975 config option 2014-12-21 16:41:37 +09:00
lart_defconfig
lpc32xx_defconfig ARM: 8268/1: configs: Enable DEBUG_LL_UART_8250 where needed 2015-01-21 15:49:36 +00:00
lpd270_defconfig
lubbock_defconfig
magician_defconfig arch: Change defconfigs to point to g_mass_storage. 2012-11-08 16:00:52 +02:00
mainstone_defconfig
marzen_defconfig PM: Eliminate CONFIG_PM_RUNTIME 2014-12-19 22:55:06 +01:00
mini2440_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
mmp2_defconfig
moxart_defconfig ARM: moxart: add MOXA ART SoC platform files 2013-12-22 11:57:38 -08:00
msm_defconfig tgt: defconfig cleanup 2014-07-17 22:07:44 +02:00
multi_v5_defconfig ARM: config: Add DLINK DIR665 options to multi_v5_defconfig 2014-11-01 23:36:56 +00:00
multi_v7_defconfig ARM: multi_v7_defconfig: Enable shmobile platforms 2015-02-26 16:36:09 +01:00
mv78xx0_defconfig ARM: 8268/1: configs: Enable DEBUG_LL_UART_8250 where needed 2015-01-21 15:49:36 +00:00
mvebu_v5_defconfig ARM: mvebu: Add DLINK DIR665 options to mvebu_v5_defconfig 2014-11-01 23:36:50 +00:00
mvebu_v7_defconfig ARM: SoC defconfig changes 2015-02-17 09:44:50 -08:00
mxs_defconfig ARM: imx: defconfig: Select CONFIG_FHANDLE 2014-07-18 16:10:10 +08:00
neponset_defconfig USB: remove CONFIG_USB_DEBUG from defconfig files 2014-05-28 09:40:45 -07:00
netwinder_defconfig
netx_defconfig
nhk8815_defconfig ARM: nomadik: configure in STMPE support 2014-11-06 09:06:22 +01:00
nuc910_defconfig
nuc950_defconfig
nuc960_defconfig
omap1_defconfig PM: Eliminate CONFIG_PM_RUNTIME 2014-12-19 22:55:06 +01:00
omap2plus_defconfig ARM: omap2plus_defconfig: Fix SATA boot 2015-02-24 10:35:43 -08:00
orion5x_defconfig ARM: 8268/1: configs: Enable DEBUG_LL_UART_8250 where needed 2015-01-21 15:49:36 +00:00
palmz72_defconfig
pcm027_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
pleb_defconfig
prima2_defconfig PM: Eliminate CONFIG_PM_RUNTIME 2014-12-19 22:55:06 +01:00
pxa3xx_defconfig ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs 2014-09-04 22:07:52 +02:00
pxa168_defconfig
pxa255-idp_defconfig
pxa910_defconfig ARM: mmp: add display and fb support in pxa910 defconfig 2013-02-21 17:22:17 -08:00
qcom_defconfig ARM: qcom: Update defconfig 2014-09-22 13:59:08 -05:00
raumfeld_defconfig USB: remove CONFIG_USB_DEBUG from defconfig files 2014-05-28 09:40:45 -07:00
realview_defconfig ARM: plat-versatile: update defconfigs for Versatile LEDs 2014-03-28 10:54:31 +01:00
realview-smp_defconfig ARM: plat-versatile: update defconfigs for Versatile LEDs 2014-03-28 10:54:31 +01:00
rpc_defconfig ARM: 8268/1: configs: Enable DEBUG_LL_UART_8250 where needed 2015-01-21 15:49:36 +00:00
s3c2410_defconfig tgt: defconfig cleanup 2014-07-17 22:07:44 +02:00
s3c6400_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
s5pv210_defconfig
sama5_defconfig ARM: at91: sama5: enable atmel-isi and ov2640 in defconfig 2015-01-15 16:28:23 +01:00
shannon_defconfig
shmobile_defconfig ARM: SoC defconfig changes 2015-02-17 09:44:50 -08:00
simpad_defconfig
socfpga_defconfig ARM: socfpga_defconfig: Update defconfig for SoCFPGA 2014-10-24 16:51:13 -05:00
spear3xx_defconfig ARM: spear: use multiplatform configuration options. 2013-03-12 17:40:14 +01:00
spear6xx_defconfig ARM: spear: use multiplatform configuration options. 2013-03-12 17:40:14 +01:00
spear13xx_defconfig ARM: SPEAr13xx: Update defconfigs 2014-07-14 11:04:44 +05:30
spitz_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
sunxi_defconfig ARM: sunxi: Add AXP20x support in defconfig 2015-01-06 17:33:06 +01:00
tct_hammer_defconfig USB: remove CONFIG_USB_DEBUG from defconfig files 2014-05-28 09:40:45 -07:00
tegra_defconfig ARM: tegra: Regenerate defconfig based on v3.19-rc1 2015-01-06 14:10:57 +01:00
trizeps4_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
u300_defconfig ARM: u300: u300_defconfig: Enable PARTITION_ADVANCED 2014-04-14 09:21:43 +02:00
u8500_defconfig PM: Eliminate CONFIG_PM_RUNTIME 2014-12-19 22:55:06 +01:00
versatile_defconfig ARM: 8139/1: versatile: Enable DEBUG_LL_UART_PL01X 2014-09-16 16:10:46 +01:00
vexpress_defconfig ARM: vexpress: Enable platform-specific options in defconfig 2013-10-28 13:26:02 -07:00
viper_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
vt8500_v6_v7_defconfig PM: Eliminate CONFIG_PM_RUNTIME 2014-12-19 22:55:06 +01:00
xcep_defconfig
zeus_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00