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 appropriately. The user may send a
>     zero-length SPI transfer with SPI_XFER_END set in order to
>     deactivate the chip select after a series of transfers with chip
>     select active. This is useful e.g. when polling the status
>     register of DataFlash.
> 
> Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
> ---
>  cpu/at32ap/at32ap700x/gpio.c                      |   43 +++++
>  drivers/spi/Makefile                              |    1 +
>  drivers/spi/atmel_spi.c                           |  210 
> +++++++++++++++++++++
>  drivers/spi/atmel_spi.h                           |   95 +++++++++
>  include/asm-avr32/arch-at32ap700x/chip-features.h |    1 +
>  include/asm-avr32/arch-at32ap700x/clk.h           |    6 +
>  include/asm-avr32/arch-at32ap700x/gpio.h          |    4 +
>  7 files changed, 360 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/spi/atmel_spi.c
>  create mode 100644 drivers/spi/atmel_spi.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
This all sounds complicated, but it mostly does excatly what you  ex-
pect. It's just difficult for us to explain what you expect...
                       - L. Wall & R. L. Schwartz, _Programming Perl_

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to