RE: [PATCH] spi: spi-mem: Fix build error without CONFIG_SPI_MEM

2019-04-09 Thread Naga Sureshkumar Relli
inux-...@vger.kernel.org > Subject: RE: [PATCH] spi: spi-mem: Fix build error without CONFIG_SPI_MEM > > Hi Vignesh, > > > -Original Message- > > From: linux-spi-ow...@vger.kernel.org > > On Behalf Of YueHaibing > > Sent: Wednesday, April 10, 2019 9:

RE: [PATCH] spi: spi-mem: Fix build error without CONFIG_SPI_MEM

2019-04-09 Thread Naga Sureshkumar Relli
; linux-...@vger.kernel.org > Subject: Re: [PATCH] spi: spi-mem: Fix build error without CONFIG_SPI_MEM > > On 2019/4/10 0:30, Vignesh Raghavendra wrote: > > On 08/04/19 8:09 PM, Yue Haibing wrote: > >> From: YueHaibing > >> > >> When building with CONFIG_SP

Re: [PATCH] spi: spi-mem: Fix build error without CONFIG_SPI_MEM

2019-04-09 Thread YueHaibing
On 2019/4/10 0:30, Vignesh Raghavendra wrote: > On 08/04/19 8:09 PM, Yue Haibing wrote: >> From: YueHaibing >> >> When building with CONFIG_SPI_MEM is not set >> gc warns this: >> >> drivers/spi/spi-zynq-qspi.o: In function `zynq_qspi_supports_op': >> spi-zynq-qspi.c:(.text+0x1da): undefined

Re: [PATCH] spi: spi-mem: Fix build error without CONFIG_SPI_MEM

2019-04-09 Thread Vignesh Raghavendra
On 08/04/19 8:09 PM, Yue Haibing wrote: > From: YueHaibing > > When building with CONFIG_SPI_MEM is not set > gc warns this: > > drivers/spi/spi-zynq-qspi.o: In function `zynq_qspi_supports_op': > spi-zynq-qspi.c:(.text+0x1da): undefined reference to > `spi_mem_default_supports_op' > > Fixes: