]> Git Repo - u-boot.git/commit
spi: Add Faraday SPI controller support
authorKuo-Jung Su <[email protected]>
Fri, 20 Dec 2013 07:24:30 +0000 (12:54 +0530)
committerJagannadha Sutradharudu Teki <[email protected]>
Sat, 11 Jan 2014 06:51:30 +0000 (12:21 +0530)
commit66cb9eb1d6372b0d39b793688f80db5834d3ffab
treedfcf4ea8d4a921932b6426dd4f7015df966a808c
parent7f673c99c2d8d1aa21996c5b914f06d784b080ca
spi: Add Faraday SPI controller support

The Faraday FTSSP010 is a multi-function controller
which supports I2S/SPI/SSP/AC97/SPDIF. However This
patch implements only the SPI mode.

NOTE:
The DMA and CS/Clock control logic has been altered
since hardware revision 1.19.0. So this patch
would first detects the revision id of the underlying
chip, and then switch to the corresponding software
control routines.

Signed-off-by: Kuo-Jung Su <[email protected]>
Signed-off-by: Jagannadha Sutradharudu Teki <[email protected]>
CC: Tom Rini <[email protected]>
doc/SPI/README.ftssp010_spi_test [new file with mode: 0644]
drivers/spi/Makefile
drivers/spi/ftssp010_spi.c [new file with mode: 0644]
This page took 0.041274 seconds and 4 git commands to generate.