Re: [PATCH 00/46] ARM: pxa: towards multiplatform support

2019-10-19 Thread Robert Jarzmik
Arnd Bergmann writes: > On Fri, Oct 18, 2019 at 9:17 PM Arnd Bergmann wrote: >> On Fri, Oct 18, 2019 at 9:04 PM Robert Jarzmik >> wrote: >> > Arnd Bergmann writes: >> > >> > > Hi PXA maintainers, >> > > >> > > I'm in the process of getting the old ARM platforms to all build >> > > in a single

Re: [PATCH 00/46] ARM: pxa: towards multiplatform support

2019-10-19 Thread Arnd Bergmann
On Sat, Oct 19, 2019 at 3:03 AM Guenter Roeck wrote: > On 10/18/19 8:40 AM, Arnd Bergmann wrote: > > I don't get very far. > > $ make-arm pxa_defconfig > arch/arm/Kconfig:677: can't open file "arch/arm/plat-pxa/Kconfig" > scripts/kconfig/Makefile:90: recipe for target 'pxa_defconfig' failed > > D

Re: [PATCH 00/46] ARM: pxa: towards multiplatform support

2019-10-19 Thread Arnd Bergmann
On Sat, Oct 19, 2019 at 3:03 AM Guenter Roeck wrote: > > On 10/18/19 8:40 AM, Arnd Bergmann wrote: > > > > Hi PXA maintainers, > > > > I'm in the process of getting the old ARM platforms to all build > > in a single kernel. The largest part of that work is changing all > > the device drivers to no

Re: [PATCH 00/46] ARM: pxa: towards multiplatform support

2019-10-18 Thread Guenter Roeck
On 10/18/19 8:40 AM, Arnd Bergmann wrote: Hi PXA maintainers, I'm in the process of getting the old ARM platforms to all build in a single kernel. The largest part of that work is changing all the device drivers to no longer require mach/*.h header files. This series does it for arch/pxa/. As

Re: [PATCH 00/46] ARM: pxa: towards multiplatform support

2019-10-18 Thread Arnd Bergmann
On Fri, Oct 18, 2019 at 9:17 PM Arnd Bergmann wrote: > On Fri, Oct 18, 2019 at 9:04 PM Robert Jarzmik wrote: > > Arnd Bergmann writes: > > > > > Hi PXA maintainers, > > > > > > I'm in the process of getting the old ARM platforms to all build > > > in a single kernel. The largest part of that wor

Re: [PATCH 00/46] ARM: pxa: towards multiplatform support

2019-10-18 Thread Robert Jarzmik
Arnd Bergmann writes: > Hi PXA maintainers, > > I'm in the process of getting the old ARM platforms to all build > in a single kernel. The largest part of that work is changing all > the device drivers to no longer require mach/*.h header files. > > This series does it for arch/pxa/. > > As with

[PATCH 00/46] ARM: pxa: towards multiplatform support

2019-10-18 Thread Arnd Bergmann
Hi PXA maintainers, I'm in the process of getting the old ARM platforms to all build in a single kernel. The largest part of that work is changing all the device drivers to no longer require mach/*.h header files. This series does it for arch/pxa/. As with the omap1 and s3c24xx series I sent b