Re: [U-Boot-Users] [RFC/PATCH 3/6] atmel_spi: Driver for the Atmel SPI controller

2008-06-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > From: Hans-Christian Egtvedt <[EMAIL PROTECTED]> > > This adds a driver for the SPI controller found on most AT91 and AVR32 > chips, implementing the new SPI API. > > Changed in v4: > - Update to new API > - Handle zero-length transfers appropriatel

[U-Boot-Users] [RFC/PATCH 3/6] atmel_spi: Driver for the Atmel SPI controller

2008-05-16 Thread Haavard Skinnemoen
From: Hans-Christian Egtvedt <[EMAIL PROTECTED]> This adds a driver for the SPI controller found on most AT91 and AVR32 chips, implementing the new SPI API. Changed in v4: - Update to new API - Handle zero-length transfers appropriately. The user may send a zero-length SPI transfer with S