Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-18 | altera_qspi: change ioremap to map_physmem | Thomas Chou | |
Change ioremap() to map_physmem(), as it is more used in u-boot. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Marek Vasut <marex@denx.de> | |||
2015-11-12 | mtd: add altera quadspi driver | Thomas Chou | |
Add Altera Generic Quad SPI Controller support. The controller converts SPI NOR flash to parallel flash interface. So it is not like other SPI flash, but rather like CFI flash. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> |