Re: [PATCH 5.10 134/717] spi: dw: fix build error by selecting MULTIPLEXER

2020-12-31 Thread Greg Kroah-Hartman
On Thu, Dec 31, 2020 at 12:10:34PM +0300, Serge Semin wrote: > On Thu, Dec 31, 2020 at 09:51:21AM +0100, Greg Kroah-Hartman wrote: > > On Thu, Dec 31, 2020 at 11:49:56AM +0300, Serge Semin wrote: > > > Hello Greg, > > > The next patch has been created to supersede the one you've applied: > > >

Re: [PATCH 5.10 134/717] spi: dw: fix build error by selecting MULTIPLEXER

2020-12-31 Thread Serge Semin
On Thu, Dec 31, 2020 at 09:51:21AM +0100, Greg Kroah-Hartman wrote: > On Thu, Dec 31, 2020 at 11:49:56AM +0300, Serge Semin wrote: > > Hello Greg, > > The next patch has been created to supersede the one you've applied: > >

Re: [PATCH 5.10 134/717] spi: dw: fix build error by selecting MULTIPLEXER

2020-12-31 Thread Greg Kroah-Hartman
On Thu, Dec 31, 2020 at 11:49:56AM +0300, Serge Semin wrote: > Hello Greg, > The next patch has been created to supersede the one you've applied: > https://lore.kernel.org/linux-spi/20201127144612.4204-1-sergey.se...@baikalelectronics.ru/ > Mark has already merged it in his repo. Ok, so should

Re: [PATCH 5.10 134/717] spi: dw: fix build error by selecting MULTIPLEXER

2020-12-31 Thread Serge Semin
Hello Greg, The next patch has been created to supersede the one you've applied: https://lore.kernel.org/linux-spi/20201127144612.4204-1-sergey.se...@baikalelectronics.ru/ Mark has already merged it in his repo. -Sergey On Mon, Dec 28, 2020 at 01:42:12PM +0100, Greg Kroah-Hartman wrote: > From:

[PATCH 5.10 134/717] spi: dw: fix build error by selecting MULTIPLEXER

2020-12-28 Thread Greg Kroah-Hartman
From: Randy Dunlap [ Upstream commit 1241f0787578136ab58f49adc52f2dcd2bbc4bf2 ] Fix build error for spi-dw-bt1.o by selecting MULTIPLEXER. hppa-linux-ld: drivers/spi/spi-dw-bt1.o: in function `dw_spi_bt1_sys_init': (.text+0x1ac): undefined reference to `devm_mux_control_get' Fixes: