Re: [PATCH 1/8] fbdev: w100fb: clean up mach-pxa compile-time dependency

2020-04-19 Thread Robert Jarzmik
Arnd Bergmann writes: Hi Arnd, > diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig > index f60bc29aef68..8444d40df1b3 100644 > --- a/arch/arm/mach-pxa/Kconfig > +++ b/arch/arm/mach-pxa/Kconfig > @@ -549,9 +549,6 @@ config MACH_ICONTROL > > config ARCH_PXA_ESERIES > bool

Re: [PATCH 1/8] fbdev: w100fb: clean up mach-pxa compile-time dependency

2020-04-18 Thread Arnd Bergmann
On Sat, Apr 18, 2020 at 12:11 PM Robert Jarzmik wrote: > > Arnd Bergmann writes: > > Hi Arnd, > > > diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig > > index f60bc29aef68..8444d40df1b3 100644 > > --- a/arch/arm/mach-pxa/Kconfig > > +++ b/arch/arm/mach-pxa/Kconfig > > @@ -549,9

[PATCH 1/8] fbdev: w100fb: clean up mach-pxa compile-time dependency

2020-04-17 Thread Arnd Bergmann
In order to get rid of the 'select FB' line in Kconfig for all platforms, change the w100fb driver to handle the gpio lines itself rather than using an indirect function call. This also allows removing the remaining exported interfaces from the driver, the only other symbol has been unused for a l