Re: [PATCH 1/2] spi: Add the SPI daisy chain support.

2020-07-03 Thread kernel test robot
Hi Adrian, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on spi/for-next] [also build test WARNING on v5.8-rc3 next-20200703] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented in ht

Re: [PATCH 1/2] spi: Add the SPI daisy chain support.

2020-07-03 Thread kernel test robot
Hi Adrian, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on spi/for-next] [also build test WARNING on v5.8-rc3 next-20200703] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented in ht

[PATCH 1/2] spi: Add the SPI daisy chain support.

2020-07-03 Thread Adrian Fiergolski
The implementation is transparent for the SPI devices and doesn't require their modifications. It is based on a virtual SPI device (spi-daisy_chain) and defines two required device tree properties ('spi-daisy-chain-len' and 'spi-daisy-chain-noop') and one optional ('spi-daisy-chain-bits_per_word').