Re: [PATCH v2 04/13] spidev: Add Pensando CPLD compatible

2021-03-29 Thread Brad Larson
On Mon, Mar 29, 2021 at 3:45 AM Andy Shevchenko wrote: > > On Mon, Mar 29, 2021 at 5:01 AM Brad Larson wrote: > > > > Pensando Elba SoC platforms have a SPI connected CPLD > > for platform management. > > And? It's not a good justification to spread the (debugging only) > spidev interface. > >

Re: [PATCH v2 04/13] spidev: Add Pensando CPLD compatible

2021-03-29 Thread Andy Shevchenko
On Mon, Mar 29, 2021 at 5:01 AM Brad Larson wrote: > > Pensando Elba SoC platforms have a SPI connected CPLD > for platform management. And? It's not a good justification to spread the (debugging only) spidev interface. What tool is going to use it? Why can't you have a driver for that in the

[PATCH v2 04/13] spidev: Add Pensando CPLD compatible

2021-03-28 Thread Brad Larson
Pensando Elba SoC platforms have a SPI connected CPLD for platform management. Signed-off-by: Brad Larson --- drivers/spi/spidev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 8cb4d923aeaa..8b285852ce82 100644 --- a/drivers/spi/spidev.c