spi:Add Freescale DSPI driver for Vybrid VF610 platform
authorChao Fu <B44548@freescale.com>
Fri, 16 Aug 2013 03:08:55 +0000 (11:08 +0800)
committerMark Brown <broonie@linaro.org>
Thu, 22 Aug 2013 10:33:13 +0000 (11:33 +0100)
The serial peripheral interface (SPI) module implemented on Freescale Vybrid
platform provides a synchronous serial bus for communication between Vybrid
and the external peripheral device.
The SPI supports full-duplex, three-wire synchronous transfer, has TX/RX FIFO
with depth of four entries.

This driver is the SPI master mode driver and has been tested on Vybrid
VF610TWR board.

Signed-off-by: Alison Wang <b18965@freescale.com>
Signed-off-by: Chao Fu <b44548@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found