summaryrefslogtreecommitdiff
path: root/drivers/spi/spi_mpc83xx.c
AgeCommit message (Expand)Author
2009-06-19spi_mpc83xx: rename spi_83xx.c to spi_8xxx.cAnton Vorontsov
2009-06-19spi_mpc83xx: remove dead codeAnton Vorontsov
2009-06-19spi_mpc83xx: split mpc83xx_spi_work() into two routinesAnton Vorontsov
2009-06-19spi_mpc83xx: fix checkpatch issuesAnton Vorontsov
2009-06-19spi_mpc83xx: add small delay after asserting chip-select lineAnton Vorontsov
2009-06-19spi_mpc83xx: quieten down the "Requested speed is too low" messageAnton Vorontsov
2009-06-18spi: move more spi_setup() functionality into coreDavid Brownell
2009-06-18spi: move common spi_setup() functionality into coreDavid Brownell
2009-06-16spi: takes size of a pointer to determine the size of the pointed-to typeRoel Kluin
2009-04-01spi_mpc83xx: add OF platform driver bindingsAnton Vorontsov
2009-04-01spi_mpc83xx: rework chip selects handlingAnton Vorontsov
2009-04-01spi_mpc83xx: fix sparse warningsAnton Vorontsov
2009-03-24spi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-09-13spi_mpc83xx: reject invalid transfer sizesPeter Korsgaard
2008-09-13spi_mpc83xx: fix clockrate calculation for low speedPeter Korsgaard
2008-07-24spi: spi_mpc83xx clockrate fixesChen Gong
2008-05-13spi_mpc83xx: much improved driverJoakim Tjernlund
2008-04-28spi: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-11spi: fix platform driver hotplug/coldplugKay Sievers
2008-01-28spi_mpc83xx: use brg-frequency for SPI in QEAnton Vorontsov
2007-10-16SPI driver runtime footprint shrinkageDavid Brownell
2007-09-11spi_mpc83xx: hang fixJan Andersson
2007-08-31SPI driver hotplug/coldplug fixesDavid Brownell
2007-08-11spi_mpc83xx: fix prescale modulus calculationAnton Vorontsov
2007-08-11spi_mpc83xx: in "QE mode", use sysclk/2Anton Vorontsov
2007-07-31spi_mpc83xx: support loopback modeAnton Vorontsov
2007-07-31spi_mpc83xx: fix QE+LSB mode shiftsAnton Vorontsov
2007-07-31spi_mpc83xx: support for lsb-first transfersAnton Vorontsov
2007-07-31spi_mpc83xx: get rid of magic numbersAnton Vorontsov
2007-07-31spi_mpc83xx: turn off SPI unit while switching modeAnton Vorontsov
2007-07-17spi_mpc83xx.c: support QE enabled 83xx CPU's like mpc832xJoakim Tjernlund
2007-07-17spi_mpc83xx.c underclocking hotfixClifford Wolf
2007-07-17SPI controller drivers: check for unsupported modesDavid Brownell
2006-12-30[PATCH] SPI: define null tx_buf to mean "shift out zeroes"David Brownell
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-05-21[PATCH] spi: add spi master driver for Freescale MPC83xx SPI controllerKumar Gala