Re: [PATCH v4 5/6] ARM: vexpress: DT-based support for Cortex-A5 and Cortex-A9 based tiles

2011-12-08 Thread Dave Martin
On Wed, Dec 07, 2011 at 07:09:34PM +, Pawel Moll wrote: On Wed, 2011-12-07 at 15:33 +, Dave Martin wrote: Oh, we should select HAVE_PATA_PLATFORM in here somewhere too. But that's not critical for this series. It's already selected in arch/arm/Kconfig: config ARCH_VEXPRESS

Re: [PATCH v4 5/6] ARM: vexpress: DT-based support for Cortex-A5 and Cortex-A9 based tiles

2011-12-07 Thread Dave Martin
On Tue, Dec 06, 2011 at 03:43:48PM +, Pawel Moll wrote: [...] +/include/ vexpress-v2m.dtsi diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index 56a61fb..c1cd08d 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig @@ -1,13 +1,23

Re: [PATCH v4 5/6] ARM: vexpress: DT-based support for Cortex-A5 and Cortex-A9 based tiles

2011-12-07 Thread Dave Martin
On Tue, Dec 06, 2011 at 03:43:48PM +, Pawel Moll wrote: [...] diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index 56a61fb..c1cd08d 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig @@ -1,13 +1,23 @@ menu Versatile Express

Re: [PATCH v4 5/6] ARM: vexpress: DT-based support for Cortex-A5 and Cortex-A9 based tiles

2011-12-07 Thread Pawel Moll
On Tue, 2011-12-06 at 23:13 +, Arnd Bergmann wrote: Actually, I have to take that back. Looking at both patch 5 and 6, the dt-ca*.c files are almost identical and all the differences are about stuff that you can find in the device tree: You are obviously right - I was rushing with that.

Re: [PATCH v4 5/6] ARM: vexpress: DT-based support for Cortex-A5 and Cortex-A9 based tiles

2011-12-07 Thread Pawel Moll
On Wed, 2011-12-07 at 15:33 +, Dave Martin wrote: Oh, we should select HAVE_PATA_PLATFORM in here somewhere too. But that's not critical for this series. It's already selected in arch/arm/Kconfig: config ARCH_VEXPRESS bool ARM Ltd. Versatile Express family select

Re: [PATCH v4 5/6] ARM: vexpress: DT-based support for Cortex-A5 and Cortex-A9 based tiles

2011-12-07 Thread Arnd Bergmann
On Wednesday 07 December 2011 19:06:28 Pawel Moll wrote: On Tue, 2011-12-06 at 23:13 +, Arnd Bergmann wrote: Actually, I have to take that back. Looking at both patch 5 and 6, the dt-ca*.c files are almost identical and all the differences are about stuff that you can find in the

[PATCH v4 5/6] ARM: vexpress: DT-based support for Cortex-A5 and Cortex-A9 based tiles

2011-12-06 Thread Pawel Moll
This patch adds Flattened Device Trees based support for ARM Ltd. Versatile Express platforms based on Cortex-A5 and Cortex-A9 processors. Signed-off-by: Pawel Moll pawel.m...@arm.com --- arch/arm/boot/dts/vexpress-v2p-ca5s.dts | 131

Re: [PATCH v4 5/6] ARM: vexpress: DT-based support for Cortex-A5 and Cortex-A9 based tiles

2011-12-06 Thread Arnd Bergmann
On Tuesday 06 December 2011 15:43:48 Pawel Moll wrote: This patch adds Flattened Device Trees based support for ARM Ltd. Versatile Express platforms based on Cortex-A5 and Cortex-A9 processors. Signed-off-by: Pawel Moll pawel.m...@arm.com Acked-by: Arnd Bergmann a...@arndb.de

Re: [PATCH v4 5/6] ARM: vexpress: DT-based support for Cortex-A5 and Cortex-A9 based tiles

2011-12-06 Thread Arnd Bergmann
On Tuesday 06 December 2011 23:53:46 Arnd Bergmann wrote: On Tuesday 06 December 2011 15:43:48 Pawel Moll wrote: This patch adds Flattened Device Trees based support for ARM Ltd. Versatile Express platforms based on Cortex-A5 and Cortex-A9 processors. Signed-off-by: Pawel Moll