Re: [PATCH 07/22] ARM: omap1: move perseus spi pinconf to board file

2019-08-09 Thread Mark Brown
On Fri, Aug 09, 2019 at 01:29:13PM +0200, Arnd Bergmann wrote: > On Fri, Aug 9, 2019 at 12:24 AM Mark Brown wrote: > > On Thu, Aug 08, 2019 at 11:22:16PM +0200, Arnd Bergmann wrote: > > > The driver has always had a FIXME about this, and it seems > > > like this trivial code move avoids a mach he

Re: [PATCH 07/22] ARM: omap1: move perseus spi pinconf to board file

2019-08-09 Thread Arnd Bergmann
On Fri, Aug 9, 2019 at 12:24 AM Mark Brown wrote: > > On Thu, Aug 08, 2019 at 11:22:16PM +0200, Arnd Bergmann wrote: > > The driver has always had a FIXME about this, and it seems > > like this trivial code move avoids a mach header inclusion, > > so just do it. > > This appears to be part of a se

Re: [PATCH 07/22] ARM: omap1: move perseus spi pinconf to board file

2019-08-08 Thread Mark Brown
On Thu, Aug 08, 2019 at 11:22:16PM +0200, Arnd Bergmann wrote: > The driver has always had a FIXME about this, and it seems > like this trivial code move avoids a mach header inclusion, > so just do it. This appears to be part of a series but I've no cover letter or anything else from it. What's

[PATCH 07/22] ARM: omap1: move perseus spi pinconf to board file

2019-08-08 Thread Arnd Bergmann
The driver has always had a FIXME about this, and it seems like this trivial code move avoids a mach header inclusion, so just do it. With that out of the way, and the header file inclusions changed to global files, the driver can also be compile-tested on other platforms. Signed-off-by: Arnd Ber