aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/mpc52xx_psc_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-18mpc52xx_psc_spi: convert to cs_control callbackAnton Vorontsov1-13/+9
2009-06-18spi: move more spi_setup() functionality into coreDavid Brownell1-9/+3
2009-03-24spi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-01spi: mpc52xx_psc_spi chipselect bugfixStefano Babic1-1/+4
2008-10-16mpc52xx_psc_spi: remove code associated with !CONFIG_PPC_MERGEKumar Gala1-55/+0
2008-10-08powerpc/mpc5200: fix build warnings on mpc52xx_psc_spi driverGrant Likely1-3/+3
2008-07-28mpc52xx_psc_spi: fix block transferLuotao Fu1-15/+7
2008-07-12powerpc/mpc52xx_psc_spi: use linux/of_platform.h instead of asmStephen Rothwell1-1/+1
2008-05-14mpc5200_psc_spi: typo fix in header blockGrant Likely1-1/+1
2008-04-11spi: fix platform driver hotplug/coldplugKay Sievers1-0/+3
2008-03-04powerpc: mpc5200: fix build error on mpc52xx_psc_spi device driverGrant Likely1-3/+8
2008-01-26[POWERPC] mpc52xx_psc_spi device driver must not touch port_config and cdmGrant Likely1-75/+2
2008-01-26[POWERPC] mpc5200: normalize compatible property bindingsGrant Likely1-2/+3
2008-01-18[POWERPC] mpc5200: eliminate mpc52xx_*_map_*() functions.Grant Likely1-2/+7
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-16spi doesn't need class_deviceTony Jones1-1/+1
2007-07-17SPI controller drivers: check for unsupported modesDavid Brownell1-0/+9
2007-05-23mpc52xx_psc_spi: fix it for CONFIG_PPC_MERGEDomen Puncer1-14/+11
2007-05-11MPC52xx PSC SPI master driverDragos Carp1-0/+654