From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Tue, 26 Mar 2013 14:12:28 +0000 Subject: [PATCH 00/03 v3] ARM: shmobile: r8a73a4 APE6EVM board support Message-Id: <20130326141228.19958.93081.sendpatchset@w520> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org ARM: shmobile: r8a73a4 APE6EVM board support (V3) [PATCH 01/03 v2] ARM: shmobile: APE6EVM base support [PATCH 02/03 v2] ARM: shmobile: APE6EVM PFC support [PATCH 03/03 v2] ARM: shmobile: APE6EVM LAN9220 support This series is V3 of initial support for the APE6EVM board. The APE6EVM board makes use of the r8a73a4 SoC and has a couple of different I/O devices on board, but with this series only support for the SCIFA0 UART and the Ethernet chip is included. In the future support for more I/O devices will be added as incremental feature patches. Changes since V2: - Use PINCTRL instead of function GPIOs. - Modify bootargs to enable DHCP and NFS root. - Now depends on r8a73a4 PFC V2 Changes since V1: - Went from single patch to series - Use ape6evm_add_standard_devices() to setup SoC devices and clocks - Use PFC to configure SCIFA0 - Add Ethernet support including PFC support For more details please see the individual patches. Signed-off-by: Magnus Damm --- Written against renesas-next-20130321 in renesas.git Depends on the following two series: [PATCH 00/04] ARM: shmobile: r8a73a4 SoC support V3 [PATCH 00/13 v2] sh-pfc: Initial r8a73a4 PFC support arch/arm/boot/dts/Makefile | 1 arch/arm/boot/dts/r8a73a4-ape6evm.dts | 49 ++++++++++++++++ arch/arm/mach-shmobile/Kconfig | 8 ++ arch/arm/mach-shmobile/Makefile | 1 arch/arm/mach-shmobile/board-ape6evm.c | 94 ++++++++++++++++++++++++++++++++ 5 files changed, 151 insertions(+), 2 deletions(-)