commit | 3a673f1885d42b8a0505aed581011b4a6405a579 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Fri Apr 30 11:34:16 2010 +0800 |
committer | Scott McNutt <smcnutt@psyent.com> | Fri May 28 10:56:03 2010 -0400 |
tree | 51ae3067263027cb43309576c244804730edddbd | |
parent | f6a59cbc48b5d88c505b73c385b0c1e96d78c793 [diff] |
spi: add altera spi controller support This patch adds the driver of altera spi controller, which is used as epcs/spi flash controller. It also works with mmc_spi driver. This driver support more than one spi bus, with base list declared #define CONFIG_SYS_ALTERA_SPI_LIST { BASE_0,BASE_1,... } Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Tested-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Scott McNutt <smcnutt@psyent.com>