Re: [PATCH v6] spi: Add PPC4xx SPI driver

2009-04-22 Thread David Brownell
On Thursday 08 January 2009, Stefan Roese wrote: > This adds a SPI driver for the SPI controller found in the IBM/AMCC > 4xx PowerPC's. > +/* > + * The PPC4xx SPI controller has no FIFO so each sent/received byte will > + * generate an interrupt to the CPU. This can cause high CPU utilization. >

Re: [PATCH v6] spi: Add PPC4xx SPI driver

2009-04-22 Thread David Brownell
On Wednesday 22 April 2009, Stefan Roese wrote: > On Wednesday 22 April 2009, David Brownell wrote: > > On Thursday 08 January 2009, Stefan Roese wrote: > > > This adds a SPI driver for the SPI controller found in the IBM/AMCC > > > 4xx PowerPC's. > > > > Note that given some patches now in the mm

Re: [PATCH v6] spi: Add PPC4xx SPI driver

2009-04-22 Thread Stefan Roese
On Wednesday 22 April 2009, David Brownell wrote: > On Thursday 08 January 2009, Stefan Roese wrote: > > This adds a SPI driver for the SPI controller found in the IBM/AMCC > > 4xx PowerPC's. > > Note that given some patches now in the mm tree, this needs > something like the appended fixup. Some

Re: [PATCH v6] spi: Add PPC4xx SPI driver

2009-04-21 Thread David Brownell
On Thursday 08 January 2009, Stefan Roese wrote: > This adds a SPI driver for the SPI controller found in the IBM/AMCC > 4xx PowerPC's. Note that given some patches now in the mm tree, this needs something like the appended fixup. Some common code has now moved into the spi core. - Dave --- d