Re: [PATCH v9] spi: New driver for Altera SPI

2011-02-15 Thread Grant Likely
On Mon, Feb 14, 2011 at 10:10:43AM +0800, Thomas Chou wrote: > This patch adds a new SPI driver to support the Altera SOPC Builder > SPI component. It uses the bitbanging library. > > Signed-off-by: Thomas Chou Applied, thanks. g. > --- > v2 add devicetree support > v3 remove platform header,

Re: [PATCH v9] spi: New driver for Altera SPI

2011-02-15 Thread Ryan Mallon
On 16/02/11 08:42, Grant Likely wrote: > On Tue, Feb 15, 2011 at 03:04:49PM +0800, Thomas Chou wrote: >> Dear Ryan, >> >> On 02/14/2011 10:20 AM, Ryan Mallon wrote: >>> On 02/14/2011 03:10 PM, Thomas Chou wrote: This patch adds a new SPI driver to support the Altera SOPC Builder SPI compo

Re: [PATCH v9] spi: New driver for Altera SPI

2011-02-15 Thread Grant Likely
On Tue, Feb 15, 2011 at 03:04:49PM +0800, Thomas Chou wrote: > Dear Ryan, > > On 02/14/2011 10:20 AM, Ryan Mallon wrote: > >On 02/14/2011 03:10 PM, Thomas Chou wrote: > >>This patch adds a new SPI driver to support the Altera SOPC Builder > >>SPI component. It uses the bitbanging library. > >> > >

Re: [PATCH v9] spi: New driver for Altera SPI

2011-02-15 Thread Ryan Mallon
On 15/02/11 20:04, Thomas Chou wrote: > Dear Ryan, > > On 02/14/2011 10:20 AM, Ryan Mallon wrote: >> On 02/14/2011 03:10 PM, Thomas Chou wrote: >>> This patch adds a new SPI driver to support the Altera SOPC Builder >>> SPI component. It uses the bitbanging library. >>> >>> Signed-off-by: Thomas C

Re: [PATCH v9] spi: New driver for Altera SPI

2011-02-14 Thread Thomas Chou
Dear Ryan, On 02/14/2011 10:20 AM, Ryan Mallon wrote: > On 02/14/2011 03:10 PM, Thomas Chou wrote: >> This patch adds a new SPI driver to support the Altera SOPC Builder >> SPI component. It uses the bitbanging library. >> >> Signed-off-by: Thomas Chou >> --- > >> +struct altera_spi { >> +/* b

Re: [PATCH v9] spi: New driver for Altera SPI

2011-02-13 Thread Ryan Mallon
On 02/14/2011 03:10 PM, Thomas Chou wrote: > This patch adds a new SPI driver to support the Altera SOPC Builder > SPI component. It uses the bitbanging library. > > Signed-off-by: Thomas Chou > --- > +struct altera_spi { > + /* bitbang has to be first */ > + struct spi_bitbang bitbang;