RE: [PATCH v4] SPI: add CSR SiRFprimaII SPI controller driver

2012-03-20 Thread Barry Song
ubject: Re: [PATCH v4] SPI: add CSR SiRFprimaII SPI controller driver > > On Mon, 13 Feb 2012 17:45:38 +0800, Barry Song > wrote: > > From: Zhiwu Song > > > > CSR SiRFprimaII has two SPIs (SPI0 and SPI1). Features: > > * Master and slave modes > > * 8-/12-/16

Re: [PATCH v4] SPI: add CSR SiRFprimaII SPI controller driver

2012-03-09 Thread Grant Likely
On Mon, 13 Feb 2012 17:45:38 +0800, Barry Song wrote: > From: Zhiwu Song > > CSR SiRFprimaII has two SPIs (SPI0 and SPI1). Features: > * Master and slave modes > * 8-/12-/16-/32-bit data unit > * 256 bytes receive data FIFO and 256 bytes transmit data FIFO > * Multi-unit frame > * Configurable S

[PATCH v4] SPI: add CSR SiRFprimaII SPI controller driver

2012-02-13 Thread Barry Song
From: Zhiwu Song CSR SiRFprimaII has two SPIs (SPI0 and SPI1). Features: * Master and slave modes * 8-/12-/16-/32-bit data unit * 256 bytes receive data FIFO and 256 bytes transmit data FIFO * Multi-unit frame * Configurable SPI_EN (chip select pin) active state * Configurable SPI_CLK polarity *