summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spidev.c
AgeCommit message (Expand)AuthorLines
2015-02-08Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev', 'spi/top...Mark Brown-24/+97
2015-02-02spi: spidev: Convert buf pointers for 32-bit compat SPI_IOC_MESSAGE(n)Ian Abbott-24/+97
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula-4/+0
2014-11-11spi: spidev: Don't mangle max_speed_hz in underlying spi deviceMark Brown-3/+13
2014-10-13spi: spidev: Use separate TX and RX bounce buffersRay Jui-27/+52
2014-02-27spi: spidev: Add support for Dual/Quad SPI TransfersGeert Uytterhoeven-4/+15
2014-02-27spi: spidev: Restore all SPI mode flags on ioctl failureGeert Uytterhoeven-2/+2
2013-10-15spi: spidev: Fix checkpatch issueJingoo Han-3/+3
2013-09-17spi: spidev: remove unnecessary spi_set_drvdata()Jingoo Han-1/+0
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell-1/+1
2013-04-01spi/spidev: Use PTR_RET functionAlexandru Gheorghiu-1/+1
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely-3/+3
2012-11-01spi: spidev: Add Rohm DH2228FV DAC compatible stringMaxime Ripard-0/+1
2012-11-01spi: spidev: Add device tree bindingsMaxime Ripard-0/+9
2011-06-06spi: reorganize driversGrant Likely-1/+1
2011-02-03spi/spidev: Add 32 bit compat ioctl()Bernhard Walle-0/+12
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2009-12-17Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-9/+9
2009-12-17spidev: add proper section markersMike Frysinger-8/+8
2009-12-17spidev: use DECLARE_BITMAP instead of declaring the arrayThadeu Lima de Souza Cascardo-1/+1
2009-12-14Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-3/+3
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-12-08spi: fix spidev compilation failure when VERBOSE is definedFlorian Fainelli-3/+3
2009-12-04spidev: fix double "of of" in commentThadeu Lima de Souza Cascardo-1/+1
2009-10-14spi: Remove BKL from spidev_openThomas Gleixner-3/+0
2009-10-01const: constify remaining file_operationsAlexey Dobriyan-1/+1
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov-0/+1
2009-06-30spi: new spi->mode bitsDavid Brownell-6/+11
2008-12-01spi: avoid spidev crash when device is removedWolfgang Ocker-1/+3
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman-4/+3
2008-07-24spidev: BKL removalAlan Cox-6/+13
2008-07-21device create: spi: convert device_create to device_create_drvdataDavid Brownell-2/+2
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet-49/+127
2008-07-04spi: fix the read path in spidevSebastian Siewior-6/+4
2008-06-20spidev: BKL pushdownJonathan Corbet-0/+3
2008-06-06spi: fix refcount-related spidev oops-on-rmmodDavid Brownell-30/+34
2008-05-24spi: remove some spidev oops-on-rmmod pathsDavid Brownell-13/+89
2007-10-29fix abuses of ptrdiff_tAl Viro-3/+3
2007-08-11spidev warning fixDavid Brownell-1/+3
2007-07-31spidev supports more communications modesAnton Vorontsov-3/+10
2007-07-17spidev compiler warning goneDavid Brownell-2/+4
2007-05-23spi: potential memleak in spidev_ioctlFlorin Malita-0/+1
2007-05-23spi/spidev: check message size before copyingDomen Puncer-6/+6
2007-05-16spi: fix spidev for >sizeof(long)/32 devicesDomen Puncer-1/+1
2007-05-08/dev/spidevB.C interfaceAndrea Paterniani-0/+584