Re: [RFC/PATCH 11/11] ARM: msm: Move MSM's DT based hardware to multi-platform support

2013-06-26 Thread Stephen Boyd
On 06/26, Ivan T. Ivanov wrote: > > You probably already know, but this patch causes compile error: > > arch/arm/mach-msm/board-dt-8660.c:20:24: fatal error: mach/board.h: No such > file or directory > > I have fixed it locally like this: Thanks. I think I'll just remove instead. -- Qualcom

Re: [RFC/PATCH 11/11] ARM: msm: Move MSM's DT based hardware to multi-platform support

2013-06-26 Thread Ivan T. Ivanov
Hi Stephen, On Tue, 2013-06-18 at 17:04 -0700, Stephen Boyd wrote: > The DT based MSM platforms can join the multi-platform builds, so > introduce a DT based ARCH_MSM option. This option allows DT based > MSM platforms to be built into the multi-platform kernel. Also > introduce a hidden ARCH_MSM

Re: [RFC/PATCH 11/11] ARM: msm: Move MSM's DT based hardware to multi-platform support

2013-06-19 Thread Arnd Bergmann
On Wednesday 19 June 2013, Stephen Boyd wrote: > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index 430c922..22d4fff 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -618,8 +618,9 @@ config ARCH_PXA > help > Support for Intel/Marvell's PXA2xx/PXA3xx processor li

[RFC/PATCH 11/11] ARM: msm: Move MSM's DT based hardware to multi-platform support

2013-06-18 Thread Stephen Boyd
The DT based MSM platforms can join the multi-platform builds, so introduce a DT based ARCH_MSM option. This option allows DT based MSM platforms to be built into the multi-platform kernel. Also introduce a hidden ARCH_MSM config that both the DT and non-DT platform support code select to avoid chu