Skip to content
Snippets Groups Projects
Commit 60445cb5 authored by Hans-Christian Egtvedt's avatar Hans-Christian Egtvedt Committed by Wolfgang Denk
Browse files

atmel_spi: Driver for the Atmel SPI controller


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: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
parent d255bb0e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment