Re: [PATCH RFCv1 0/1] Update struct spi_transfer to specify 8x bit transfers

2016-07-14 Thread Mark Brown
On Wed, Jul 13, 2016 at 01:34:36PM -0600, Girish Mahadevan wrote: > We’re working on a driver for a Quad SPI controller [using up to 4 data > lines] which can use dual-data-sampling to implement 8-bit transfers. To > allow a slave driver to specify the 8-bit transfer we'd like to make this > cha

[PATCH RFCv1 0/1] Update struct spi_transfer to specify 8x bit transfers

2016-07-13 Thread Girish Mahadevan
We’re working on a driver for a Quad SPI controller [using up to 4 data lines] which can use dual-data-sampling to implement 8-bit transfers. To allow a slave driver to specify the 8-bit transfer we'd like to make this change to the spi_transfer data structure. We are still working on the driver