aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spidev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-06-30spi: new spi->mode bitsDavid Brownell1-6/+11
2008-12-01spi: avoid spidev crash when device is removedWolfgang Ocker1-1/+3
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman1-4/+3
2008-07-24spidev: BKL removalAlan Cox1-6/+13
2008-07-21device create: spi: convert device_create to device_create_drvdataDavid Brownell1-2/+2
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-49/+127
2008-07-04spi: fix the read path in spidevSebastian Siewior1-6/+4
2008-06-20spidev: BKL pushdownJonathan Corbet1-0/+3
2008-06-06spi: fix refcount-related spidev oops-on-rmmodDavid Brownell1-30/+34
2008-05-24spi: remove some spidev oops-on-rmmod pathsDavid Brownell1-13/+89
2007-10-29fix abuses of ptrdiff_tAl Viro1-3/+3
2007-08-11spidev warning fixDavid Brownell1-1/+3
2007-07-31spidev supports more communications modesAnton Vorontsov1-3/+10
2007-07-17spidev compiler warning goneDavid Brownell1-2/+4
2007-05-23spi: potential memleak in spidev_ioctlFlorin Malita1-0/+1
2007-05-23spi/spidev: check message size before copyingDomen Puncer1-6/+6
2007-05-16spi: fix spidev for >sizeof(long)/32 devicesDomen Puncer1-1/+1
2007-05-08/dev/spidevB.C interfaceAndrea Paterniani1-0/+584