Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-19 | spi: Use spi_alloc_slave() in each SPI driver | Simon Glass | |
Rather than each driver having its own way to allocate a SPI slave, use the new allocation function everywhere. This will make it easier to extend the interface without breaking drivers. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2011-10-27 | SPI: Add SPI driver support for Marvell Armada100 | Ajay Bhargav | |
This patch provides support for SPI emulated over SSP for Marvell Armada100 SOC. Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com> |