summaryrefslogtreecommitdiffstats
path: root/drivers/spi/mpc52xx_spi.c
Commit message (Collapse)AuthorAgeFilesLines
* spi: Use spi_alloc_slave() in each SPI driverSimon Glass2013-03-191-4/+1
| | | | | | | | 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>
* mpc52xx: Add SPI driver.Grzegorz Bernacki2009-06-141-0/+109
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
OpenPOWER on IntegriCloud