Re: [PATCHv3] spi: orion: Add multiple chip select support to spi-orion

2015-01-16 Thread Mark Brown
On Fri, Jan 16, 2015 at 01:10:47PM +1000, Ken Wilson wrote: > This commit adds support for multiple hardware chip selects to spi-orion. > Different SoCs support different number of chip selects (up to > 8 on some platforms). The driver allows up to this number, and it is up > to the implementer to

[PATCHv3] spi: orion: Add multiple chip select support to spi-orion

2015-01-15 Thread Ken Wilson
This commit adds support for multiple hardware chip selects to spi-orion. Different SoCs support different number of chip selects (up to 8 on some platforms). The driver allows up to this number, and it is up to the implementer to only use the chip selects that are available. Signed-off-by: Ken Wi