Re: [PATCH 4/8] spi: spi-ep93xx: remove bits_per_word() helper

2013-06-30 Thread Mika Westerberg
On Sat, Jun 29, 2013 at 09:21:48AM +1000, Ryan Mallon wrote: > On 29/06/13 04:44, H Hartley Sweeten wrote: > > > This inline helper function is only used to determine the bus width > > of the current transfer (8 or 16 bit). Add a bool flag to the private > > structure and set it appropriately for

Re: [PATCH 4/8] spi: spi-ep93xx: remove bits_per_word() helper

2013-06-28 Thread Ryan Mallon
On 29/06/13 04:44, H Hartley Sweeten wrote: > This inline helper function is only used to determine the bus width > of the current transfer (8 or 16 bit). Add a bool flag to the private > structure and set it appropriately for each transfer. > > Signed-off-by: H Hartley Sweeten > Cc: Ryan Mallon

[PATCH 4/8] spi: spi-ep93xx: remove bits_per_word() helper

2013-06-28 Thread H Hartley Sweeten
This inline helper function is only used to determine the bus width of the current transfer (8 or 16 bit). Add a bool flag to the private structure and set it appropriately for each transfer. Signed-off-by: H Hartley Sweeten Cc: Ryan Mallon Cc: Mika Westerberg Cc: Mark Brown Cc: Grant Likely