summaryrefslogtreecommitdiffstats
path: root/drivers/spi/mpc512x_psc_spi.c
Commit message (Collapse)AuthorAgeFilesLines
* of/spi: mpc512x_psc_spi.c: Fix build failuresAnatolij Gustschin2010-06-021-6/+6
| | | | | | | | | Fixes build errors caused by the: - OF device_node pointer being moved into struct device - removal of the match_table field from struct of_platform_driver Signed-off-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* spi/mpc5121: Add SPI master driver for MPC5121 PSCAnatolij Gustschin2010-05-251-0/+576
Signed-off-by: John Rigby <jcrigby@gmail.com> Signed-off-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>