aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spidev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-08Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev', 'spi/topic/st-ssc' and 'spi/topic/ti-qspi' into spi-nextMark Brown1-24/+97
2015-02-02spi: spidev: Convert buf pointers for 32-bit compat SPI_IOC_MESSAGE(n)Ian Abbott1-24/+97
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-11-11spi: spidev: Don't mangle max_speed_hz in underlying spi deviceMark Brown1-3/+13
2014-10-13spi: spidev: Use separate TX and RX bounce buffersRay Jui1-27/+52
2014-02-27spi: spidev: Add support for Dual/Quad SPI TransfersGeert Uytterhoeven1-4/+15
2014-02-27spi: spidev: Restore all SPI mode flags on ioctl failureGeert Uytterhoeven1-2/+2
2013-10-15spi: spidev: Fix checkpatch issueJingoo Han1-3/+3
2013-09-17spi: spidev: remove unnecessary spi_set_drvdata()Jingoo Han1-1/+0
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2013-04-01spi/spidev: Use PTR_RET functionAlexandru Gheorghiu1-1/+1
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