aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/mpc52xx_psc_spi.c
Commit message (Expand)AuthorAgeFilesLines
* dt/spi: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* spi/mpc52xx-psc-spi: move probe/remove to proper sectionsWolfram Sang2010-12-241-20/+15
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* of/address: Clean up function declarationsGrant Likely2010-08-011-0/+1
* of/spi: call of_register_spi_devices() from spi core codeAnatolij Gustschin2010-07-301-8/+2
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-3/+1
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-5/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* spi: make Open Firmware device id constantMárton Németh2010-01-201-1/+1
* spi/mpc52xx: replace printk with dev_errWolfram Sang2009-11-041-3/+2
* spi/mpc52xx-psc-spi: check for valid PSCWolfram Sang2009-11-041-4/+8
* spi/mpc5200: Register SPI devices described in device treeGrant Likely2009-11-041-1/+7
* mpc52xx_psc_spi: convert to cs_control callbackAnton Vorontsov2009-06-181-13/+9
* spi: move more spi_setup() functionality into coreDavid Brownell2009-06-181-9/+3
* spi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-1/+1
* spi: mpc52xx_psc_spi chipselect bugfixStefano Babic2008-12-011-1/+4
* mpc52xx_psc_spi: remove code associated with !CONFIG_PPC_MERGEKumar Gala2008-10-161-55/+0
* powerpc/mpc5200: fix build warnings on mpc52xx_psc_spi driverGrant Likely2008-10-081-3/+3
* mpc52xx_psc_spi: fix block transferLuotao Fu2008-07-281-15/+7
* powerpc/mpc52xx_psc_spi: use linux/of_platform.h instead of asmStephen Rothwell2008-07-121-1/+1
* mpc5200_psc_spi: typo fix in header blockGrant Likely2008-05-141-1/+1
* spi: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+3
* powerpc: mpc5200: fix build error on mpc52xx_psc_spi device driverGrant Likely2008-03-041-3/+8
* [POWERPC] mpc52xx_psc_spi device driver must not touch port_config and cdmGrant Likely2008-01-261-75/+2
* [POWERPC] mpc5200: normalize compatible property bindingsGrant Likely2008-01-261-2/+3
* [POWERPC] mpc5200: eliminate mpc52xx_*_map_*() functions.Grant Likely2008-01-181-2/+7
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* spi doesn't need class_deviceTony Jones2007-10-161-1/+1
* SPI controller drivers: check for unsupported modesDavid Brownell2007-07-171-0/+9
* mpc52xx_psc_spi: fix it for CONFIG_PPC_MERGEDomen Puncer2007-05-231-14/+11
* MPC52xx PSC SPI master driverDragos Carp2007-05-111-0/+654