aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi_mpc83xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-13spi_mpc83xx: reject invalid transfer sizesPeter Korsgaard1-2/+11
2008-09-13spi_mpc83xx: fix clockrate calculation for low speedPeter Korsgaard1-8/+5
2008-07-24spi: spi_mpc83xx clockrate fixesChen Gong1-13/+16
2008-05-13spi_mpc83xx: much improved driverJoakim Tjernlund1-129/+282
2008-04-28spi: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-11spi: fix platform driver hotplug/coldplugKay Sievers1-2/+3
2008-01-28spi_mpc83xx: use brg-frequency for SPI in QEAnton Vorontsov1-5/+1
2007-10-16SPI driver runtime footprint shrinkageDavid Brownell1-4/+3
2007-09-11spi_mpc83xx: hang fixJan Andersson1-5/+2
2007-08-31SPI driver hotplug/coldplug fixesDavid Brownell1-0/+1
2007-08-11spi_mpc83xx: fix prescale modulus calculationAnton Vorontsov1-2/+6
2007-08-11spi_mpc83xx: in "QE mode", use sysclk/2Anton Vorontsov1-8/+13
2007-07-31spi_mpc83xx: support loopback modeAnton Vorontsov1-2/+6
2007-07-31spi_mpc83xx: fix QE+LSB mode shiftsAnton Vorontsov1-0/+8
2007-07-31spi_mpc83xx: support for lsb-first transfersAnton Vorontsov1-5/+10
2007-07-31spi_mpc83xx: get rid of magic numbersAnton Vorontsov1-2/+3
2007-07-31spi_mpc83xx: turn off SPI unit while switching modeAnton Vorontsov1-0/+4
2007-07-17spi_mpc83xx.c: support QE enabled 83xx CPU's like mpc832xJoakim Tjernlund1-3/+29
2007-07-17spi_mpc83xx.c underclocking hotfixClifford Wolf1-0/+6
2007-07-17SPI controller drivers: check for unsupported modesDavid Brownell1-0/+9
2006-12-30[PATCH] SPI: define null tx_buf to mean "shift out zeroes"David Brownell1-0/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-05-21[PATCH] spi: add spi master driver for Freescale MPC83xx SPI controllerKumar Gala1-0/+483