aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spidev.c
AgeCommit message (Expand)Author
2011-06-06spi: reorganize driversGrant Likely
2011-02-03spi/spidev: Add 32 bit compat ioctl()Bernhard Walle
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2009-12-17Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2009-12-17spidev: add proper section markersMike Frysinger
2009-12-17spidev: use DECLARE_BITMAP instead of declaring the arrayThadeu Lima de Souza Cascardo
2009-12-14Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-08spi: fix spidev compilation failure when VERBOSE is definedFlorian Fainelli
2009-12-04spidev: fix double "of of" in commentThadeu Lima de Souza Cascardo
2009-10-14spi: Remove BKL from spidev_openThomas Gleixner
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov
2009-06-30spi: new spi->mode bitsDavid Brownell
2008-12-01spi: avoid spidev crash when device is removedWolfgang Ocker
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-24spidev: BKL removalAlan Cox
2008-07-21device create: spi: convert device_create to device_create_drvdataDavid Brownell
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-07-04spi: fix the read path in spidevSebastian Siewior
2008-06-20spidev: BKL pushdownJonathan Corbet
2008-06-06spi: fix refcount-related spidev oops-on-rmmodDavid Brownell
2008-05-24spi: remove some spidev oops-on-rmmod pathsDavid Brownell
2007-10-29fix abuses of ptrdiff_tAl Viro
2007-08-11spidev warning fixDavid Brownell
2007-07-31spidev supports more communications modesAnton Vorontsov
2007-07-17spidev compiler warning goneDavid Brownell
2007-05-23spi: potential memleak in spidev_ioctlFlorin Malita
2007-05-23spi/spidev: check message size before copyingDomen Puncer
2007-05-16spi: fix spidev for >sizeof(long)/32 devicesDomen Puncer
2007-05-08/dev/spidevB.C interfaceAndrea Paterniani