aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spidev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-3/+3
2012-11-01spi: spidev: Add Rohm DH2228FV DAC compatible stringMaxime Ripard1-0/+1
2012-11-01spi: spidev: Add device tree bindingsMaxime Ripard1-0/+9
2011-06-06spi: reorganize driversGrant Likely1-1/+1
2011-02-03spi/spidev: Add 32 bit compat ioctl()Bernhard Walle1-0/+12
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2009-12-17Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-9/+9
2009-12-17spidev: add proper section markersMike Frysinger1-8/+8
2009-12-17spidev: use DECLARE_BITMAP instead of declaring the arrayThadeu Lima de Souza Cascardo1-1/+1
2009-12-14Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-3/+3
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-08spi: fix spidev compilation failure when VERBOSE is definedFlorian Fainelli1-3/+3
2009-12-04spidev: fix double "of of" in commentThadeu Lima de Souza Cascardo1-1/+1
2009-10-14spi: Remove BKL from spidev_openThomas Gleixner1-3/+0
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
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