Re: [PATCH 5/8] spi: spi-ep93xx: remove 'dss' from per chip private data

2013-06-30 Thread Mika Westerberg
On Fri, Jun 28, 2013 at 11:44:33AM -0700, H Hartley Sweeten wrote: > This value is only needed to set the bits per word for each transfer > of a message. There is no reason to set the value in ep93xx_spi_enable() > because ep93xx_spi_process_transfer() sets it again for each transfer. > > Just

Re: [PATCH 5/8] spi: spi-ep93xx: remove 'dss' from per chip private data

2013-06-30 Thread Mika Westerberg
On Fri, Jun 28, 2013 at 11:44:33AM -0700, H Hartley Sweeten wrote: This value is only needed to set the bits per word for each transfer of a message. There is no reason to set the value in ep93xx_spi_enable() because ep93xx_spi_process_transfer() sets it again for each transfer. Just pass

[PATCH 5/8] spi: spi-ep93xx: remove 'dss' from per chip private data

2013-06-28 Thread H Hartley Sweeten
This value is only needed to set the bits per word for each transfer of a message. There is no reason to set the value in ep93xx_spi_enable() because ep93xx_spi_process_transfer() sets it again for each transfer. Just pass the t->bits_per_word directly to ep93xx_spi_chip_setup() in

[PATCH 5/8] spi: spi-ep93xx: remove 'dss' from per chip private data

2013-06-28 Thread H Hartley Sweeten
This value is only needed to set the bits per word for each transfer of a message. There is no reason to set the value in ep93xx_spi_enable() because ep93xx_spi_process_transfer() sets it again for each transfer. Just pass the t-bits_per_word directly to ep93xx_spi_chip_setup() in