index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi_mpc83xx.c
Age
Commit message (
Expand
)
Author
2009-06-19
spi_mpc83xx: rename spi_83xx.c to spi_8xxx.c
Anton Vorontsov
2009-06-19
spi_mpc83xx: remove dead code
Anton Vorontsov
2009-06-19
spi_mpc83xx: split mpc83xx_spi_work() into two routines
Anton Vorontsov
2009-06-19
spi_mpc83xx: fix checkpatch issues
Anton Vorontsov
2009-06-19
spi_mpc83xx: add small delay after asserting chip-select line
Anton Vorontsov
2009-06-19
spi_mpc83xx: quieten down the "Requested speed is too low" message
Anton Vorontsov
2009-06-18
spi: move more spi_setup() functionality into core
David Brownell
2009-06-18
spi: move common spi_setup() functionality into core
David Brownell
2009-06-17
spi: takes size of a pointer to determine the size of the pointed-to type
Roel Kluin
2009-04-01
spi_mpc83xx: add OF platform driver bindings
Anton Vorontsov
2009-04-01
spi_mpc83xx: rework chip selects handling
Anton Vorontsov
2009-04-01
spi_mpc83xx: fix sparse warnings
Anton Vorontsov
2009-03-24
spi: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2008-09-13
spi_mpc83xx: reject invalid transfer sizes
Peter Korsgaard
2008-09-13
spi_mpc83xx: fix clockrate calculation for low speed
Peter Korsgaard
2008-07-24
spi: spi_mpc83xx clockrate fixes
Chen Gong
2008-05-13
spi_mpc83xx: much improved driver
Joakim Tjernlund
2008-04-28
spi: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-11
spi: fix platform driver hotplug/coldplug
Kay Sievers
2008-01-28
spi_mpc83xx: use brg-frequency for SPI in QE
Anton Vorontsov
2007-10-16
SPI driver runtime footprint shrinkage
David Brownell
2007-09-12
spi_mpc83xx: hang fix
Jan Andersson
2007-08-31
SPI driver hotplug/coldplug fixes
David Brownell
2007-08-11
spi_mpc83xx: fix prescale modulus calculation
Anton Vorontsov
2007-08-11
spi_mpc83xx: in "QE mode", use sysclk/2
Anton Vorontsov
2007-07-31
spi_mpc83xx: support loopback mode
Anton Vorontsov
2007-07-31
spi_mpc83xx: fix QE+LSB mode shifts
Anton Vorontsov
2007-07-31
spi_mpc83xx: support for lsb-first transfers
Anton Vorontsov
2007-07-31
spi_mpc83xx: get rid of magic numbers
Anton Vorontsov
2007-07-31
spi_mpc83xx: turn off SPI unit while switching mode
Anton Vorontsov
2007-07-17
spi_mpc83xx.c: support QE enabled 83xx CPU's like mpc832x
Joakim Tjernlund
2007-07-17
spi_mpc83xx.c underclocking hotfix
Clifford Wolf
2007-07-17
SPI controller drivers: check for unsupported modes
David Brownell
2006-12-30
[PATCH] SPI: define null tx_buf to mean "shift out zeroes"
David Brownell
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-05-21
[PATCH] spi: add spi master driver for Freescale MPC83xx SPI controller
Kumar Gala