Re: [PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Arnd Bergmann
On Mon, Aug 7, 2017 at 12:40 PM, Arnd Bergmann wrote: > When the audio driver selects CONFIG_PXA_SSP to be a loadable > module on a platform other than PXA, and the PXA SPI driver > is built-in, we get a link error in the SPI driver: > > drivers/spi/spi-pxa2xx.o: In function

Re: [PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Arnd Bergmann
On Mon, Aug 7, 2017 at 12:40 PM, Arnd Bergmann wrote: > When the audio driver selects CONFIG_PXA_SSP to be a loadable > module on a platform other than PXA, and the PXA SPI driver > is built-in, we get a link error in the SPI driver: > > drivers/spi/spi-pxa2xx.o: In function `pxa2xx_spi_remove':

Re: [PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Mark Brown
On Mon, Aug 07, 2017 at 01:58:29PM +0200, Arnd Bergmann wrote: > On Mon, Aug 7, 2017 at 1:48 PM, Mark Brown wrote: > > Still missing a few steps of reasoning here... > Sorry, I just realized that you were trying to point out the incomplete > changelog. I must have

Re: [PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Mark Brown
On Mon, Aug 07, 2017 at 01:58:29PM +0200, Arnd Bergmann wrote: > On Mon, Aug 7, 2017 at 1:48 PM, Mark Brown wrote: > > Still missing a few steps of reasoning here... > Sorry, I just realized that you were trying to point out the incomplete > changelog. I must have accidentally closed the editor

Re: [PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Arnd Bergmann
On Mon, Aug 7, 2017 at 1:48 PM, Mark Brown wrote: > On Mon, Aug 07, 2017 at 01:36:09PM +0200, Arnd Bergmann wrote: >> On Mon, Aug 7, 2017 at 1:20 PM, Mark Brown wrote: >> > On Mon, Aug 07, 2017 at 12:40:44PM +0200, Arnd Bergmann wrote: >> >> When the audio

Re: [PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Arnd Bergmann
On Mon, Aug 7, 2017 at 1:48 PM, Mark Brown wrote: > On Mon, Aug 07, 2017 at 01:36:09PM +0200, Arnd Bergmann wrote: >> On Mon, Aug 7, 2017 at 1:20 PM, Mark Brown wrote: >> > On Mon, Aug 07, 2017 at 12:40:44PM +0200, Arnd Bergmann wrote: >> >> When the audio driver selects CONFIG_PXA_SSP to be a

Re: [PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Mark Brown
On Mon, Aug 07, 2017 at 01:36:09PM +0200, Arnd Bergmann wrote: > On Mon, Aug 7, 2017 at 1:20 PM, Mark Brown wrote: > > On Mon, Aug 07, 2017 at 12:40:44PM +0200, Arnd Bergmann wrote: > >> When the audio driver selects CONFIG_PXA_SSP to be a loadable > >> module on a platform

Re: [PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Mark Brown
On Mon, Aug 07, 2017 at 01:36:09PM +0200, Arnd Bergmann wrote: > On Mon, Aug 7, 2017 at 1:20 PM, Mark Brown wrote: > > On Mon, Aug 07, 2017 at 12:40:44PM +0200, Arnd Bergmann wrote: > >> When the audio driver selects CONFIG_PXA_SSP to be a loadable > >> module on a platform other than PXA, and

Re: [PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Arnd Bergmann
On Mon, Aug 7, 2017 at 1:20 PM, Mark Brown wrote: > On Mon, Aug 07, 2017 at 12:40:44PM +0200, Arnd Bergmann wrote: >> When the audio driver selects CONFIG_PXA_SSP to be a loadable >> module on a platform other than PXA, and the PXA SPI driver >> is built-in, we get a link

Re: [PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Arnd Bergmann
On Mon, Aug 7, 2017 at 1:20 PM, Mark Brown wrote: > On Mon, Aug 07, 2017 at 12:40:44PM +0200, Arnd Bergmann wrote: >> When the audio driver selects CONFIG_PXA_SSP to be a loadable >> module on a platform other than PXA, and the PXA SPI driver >> is built-in, we get a link error in the SPI driver:

Re: [PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Mark Brown
On Mon, Aug 07, 2017 at 12:40:44PM +0200, Arnd Bergmann wrote: > When the audio driver selects CONFIG_PXA_SSP to be a loadable > module on a platform other than PXA, and the PXA SPI driver > is built-in, we get a link error in the SPI driver: Why doesn't this cause problems on PXA?

Re: [PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Mark Brown
On Mon, Aug 07, 2017 at 12:40:44PM +0200, Arnd Bergmann wrote: > When the audio driver selects CONFIG_PXA_SSP to be a loadable > module on a platform other than PXA, and the PXA SPI driver > is built-in, we get a link error in the SPI driver: Why doesn't this cause problems on PXA?

[PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Arnd Bergmann
When the audio driver selects CONFIG_PXA_SSP to be a loadable module on a platform other than PXA, and the PXA SPI driver is built-in, we get a link error in the SPI driver: drivers/spi/spi-pxa2xx.o: In function `pxa2xx_spi_remove': spi-pxa2xx.c:(.text+0x5f0): undefined reference to

[PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing

2017-08-07 Thread Arnd Bergmann
When the audio driver selects CONFIG_PXA_SSP to be a loadable module on a platform other than PXA, and the PXA SPI driver is built-in, we get a link error in the SPI driver: drivers/spi/spi-pxa2xx.o: In function `pxa2xx_spi_remove': spi-pxa2xx.c:(.text+0x5f0): undefined reference to