summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spidev.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev', 'spi/top...Mark Brown2015-02-081-24/+97
|\ \
| | * spi: spidev: Convert buf pointers for 32-bit compat SPI_IOC_MESSAGE(n)Ian Abbott2015-02-021-24/+97
| |/
* | spi: Remove FSF mailing addressesJarkko Nikula2014-12-221-4/+0
|/
* spi: spidev: Don't mangle max_speed_hz in underlying spi deviceMark Brown2014-11-111-3/+13
* spi: spidev: Use separate TX and RX bounce buffersRay Jui2014-10-131-27/+52
* spi: spidev: Add support for Dual/Quad SPI TransfersGeert Uytterhoeven2014-02-271-4/+15
* spi: spidev: Restore all SPI mode flags on ioctl failureGeert Uytterhoeven2014-02-271-2/+2
* spi: spidev: Fix checkpatch issueJingoo Han2013-10-151-3/+3
* spi: spidev: remove unnecessary spi_set_drvdata()Jingoo Han2013-09-171-1/+0
* PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* spi/spidev: Use PTR_RET functionAlexandru Gheorghiu2013-04-011-1/+1
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-3/+3
* spi: spidev: Add Rohm DH2228FV DAC compatible stringMaxime Ripard2012-11-011-0/+1
* spi: spidev: Add device tree bindingsMaxime Ripard2012-11-011-0/+9
* spi: reorganize driversGrant Likely2011-06-061-1/+1
* spi/spidev: Add 32 bit compat ioctl()Bernhard Walle2011-02-031-0/+12
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-171-9/+9
|\
| * spidev: add proper section markersMike Frysinger2009-12-171-8/+8
| * spidev: use DECLARE_BITMAP instead of declaring the arrayThadeu Lima de Souza Cascardo2009-12-171-1/+1
* | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-141-3/+3
|\ \ | |/
| * spi: fix spidev compilation failure when VERBOSE is definedFlorian Fainelli2009-12-081-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\ \
| * | spidev: fix double "of of" in commentThadeu Lima de Souza Cascardo2009-12-041-1/+1
| |/
* | spi: Remove BKL from spidev_openThomas Gleixner2009-10-141-3/+0
|/
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-0/+1
* spi: new spi->mode bitsDavid Brownell2009-06-301-6/+11
* spi: avoid spidev crash when device is removedWolfgang Ocker2008-12-011-1/+3
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-4/+3
* spidev: BKL removalAlan Cox2008-07-241-6/+13
* device create: spi: convert device_create to device_create_drvdataDavid Brownell2008-07-211-2/+2
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-49/+127
|\
| * spi: fix the read path in spidevSebastian Siewior2008-07-041-6/+4
| * spi: fix refcount-related spidev oops-on-rmmodDavid Brownell2008-06-061-30/+34
| * spi: remove some spidev oops-on-rmmod pathsDavid Brownell2008-05-241-13/+89
* | spidev: BKL pushdownJonathan Corbet2008-06-201-0/+3
|/
* fix abuses of ptrdiff_tAl Viro2007-10-291-3/+3
* spidev warning fixDavid Brownell2007-08-111-1/+3
* spidev supports more communications modesAnton Vorontsov2007-07-311-3/+10
* spidev compiler warning goneDavid Brownell2007-07-171-2/+4
* spi: potential memleak in spidev_ioctlFlorin Malita2007-05-231-0/+1
* spi/spidev: check message size before copyingDomen Puncer2007-05-231-6/+6
* spi: fix spidev for >sizeof(long)/32 devicesDomen Puncer2007-05-161-1/+1
* /dev/spidevB.C interfaceAndrea Paterniani2007-05-081-0/+584
OpenPOWER on IntegriCloud