summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spidev.c
AgeCommit message (Expand)AuthorLines
2008-05-24spi: remove some spidev oops-on-rmmod pathsDavid Brownell-13/+89
2007-10-29fix abuses of ptrdiff_tAl Viro-3/+3
2007-08-11spidev warning fixDavid Brownell-1/+3
2007-07-31spidev supports more communications modesAnton Vorontsov-3/+10
2007-07-17spidev compiler warning goneDavid Brownell-2/+4
2007-05-23spi: potential memleak in spidev_ioctlFlorin Malita-0/+1
2007-05-23spi/spidev: check message size before copyingDomen Puncer-6/+6
2007-05-16spi: fix spidev for >sizeof(long)/32 devicesDomen Puncer-1/+1
2007-05-08/dev/spidevB.C interfaceAndrea Paterniani-0/+584