Votre devis mutuelle gratuit

2012-02-13 Thread Locostia Sante par Affilibaz
Si vous rencontrez des problèmes pour afficher ce message, cliquez ici Locostia V3 J'assure ma santé [IMG] Je préserve mon budget [IMG] Optique DENTAIRE

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

2012-02-13 Thread Barry Song
2012/2/14 Grant Likely : > On Fri, Feb 10, 2012 at 05:06:15AM +, Barry Song wrote: >> Hi Grant, >> > > + >> > > +struct sirfsoc_spi { >> > > + struct spi_bitbang bitbang; >> > > + struct completion done; >> > > + >> > > + u32 irq; >> > >> > irq is set once and never used outside the probe funct

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

2012-02-13 Thread Grant Likely
On Fri, Feb 10, 2012 at 05:06:15AM +, Barry Song wrote: > Hi Grant, > > > + > > > +struct sirfsoc_spi { > > > + struct spi_bitbang bitbang; > > > + struct completion done; > > > + > > > + u32 irq; > > > > irq is set once and never used outside the probe function. Doesn't need > > to be here.

Re: [SPI] Fix section mismatch in spi-pl022.c

2012-02-13 Thread Grant Likely
On Mon, Feb 13, 2012 at 09:52:29AM +, Russell King - ARM Linux wrote: > From: Russell King > > WARNING: drivers/spi/built-in.o(.devinit.text+0xdb8): Section mismatch in > reference from the function pl022_probe() to the function > .init.text:pl022_dma_probe() > The function __devinit pl022_

[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 *

[SPI] Fix section mismatch in spi-pl022.c

2012-02-13 Thread Russell King - ARM Linux
From: Russell King WARNING: drivers/spi/built-in.o(.devinit.text+0xdb8): Section mismatch in reference from the function pl022_probe() to the function .init.text:pl022_dma_probe() The function __devinit pl022_probe() references a function __init pl022_dma_probe(). If pl022_dma_probe is only use