summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: Fix crash with double message finalisation on error handlingGeert Uytterhoeven2014-02-221-3/+1
* spidev: fix hang when transfer_one_message failsDaniel Santos2014-02-131-1/+3
* spi/bcm63xx: don't substract prepend length from total lengthJonas Gorski2014-02-131-2/+0
* spi: spi-davinci: Fix direction in dma_map_single()Christian Eggers2013-08-111-1/+1
* Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linusMark Brown2013-06-241-1/+1
|\
| * spi: s3c64xx: Fix pm_runtime_get_sync() return value checkSylwester Nawrocki2013-06-101-1/+1
* | spi/pxa2xx: fix memory corruption due to wrong size used in devm_kzalloc()Mika Westerberg2013-06-211-1/+1
* | spi/pxa2xx: use GFP_ATOMIC in sg table allocationMika Westerberg2013-06-181-1/+1
* | Merge remote-tracking branch 'spi/fix/xilinx' into spi-linusMark Brown2013-06-041-39/+35
|\ \
| * | spi: spi-xilinx: Remove ISR race conditionPeter Crosthwaite2013-06-041-39/+35
| |/
* | Merge remote-tracking branch 'spi/fix/topcliff' into spi-linusMark Brown2013-06-041-1/+2
|\ \
| * | spi: topcliff-pch: fix error return code in pch_spi_probe()Wei Yongjun2013-05-221-0/+1
| * | spi: topcliff-pch: Pass correct pointer to free_irq()Lars-Peter Clausen2013-05-201-1/+1
* | | Merge remote-tracking branch 'spi/fix/hspi' into spi-linusMark Brown2013-06-041-1/+1
|\ \ \ | |_|/ |/| |
| * | spi: hspi: fixup long delay timeKuninori Morimoto2013-06-041-1/+1
| |/
* | Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-181-5/+0
|\ \
| * | drivers/spi: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
| |/
* | Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown2013-05-133-6/+9
|\ \
| * | spi/davinci: fix module build errorManjunathappa, Prakash2013-04-071-1/+1
| * | spi: Return error from of_spi_register_master on bad "cs-gpios" propertyAndreas Larsson2013-04-071-1/+4
| * | spi: Initialize cs_gpio and cs_gpios with -ENOENTAndreas Larsson2013-04-071-2/+2
| * | spi/atmel: fix speed_hz check in atmel_spi_transfer()Joachim Eastwood2013-04-071-2/+2
* | | Merge remote-tracking branch 'spi/fix/atmel' into spi-linusMark Brown2013-05-131-9/+38
|\ \ \ | |_|/ |/| |
| * | spi/spi-atmel: BUG: fix doesn' support 16 bits transfers using PIORichard Genoud2013-05-021-9/+38
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-4/+4
|\ \ \
| * | | Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-161-4/+4
* | | | Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-071-2/+41
|\ \ \ \
| * \ \ \ Merge branch 'spear/dwdma' into late/cleanupArnd Bergmann2013-04-191-2/+41
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | spi: pl022: use generic DMA slave configuration if possibleArnd Bergmann2013-03-121-2/+41
| | |/ /
* | | | Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-05-072-53/+11
|\ \ \ \
| * | | | Merge branch 'late/dt' into next/dt2Arnd Bergmann2013-05-067-47/+45
| |\| | |
| * | | | Merge tag 'davinci-for-v3.10/dt-2-v2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-04-171-2/+2
| |\ \ \ \
| | * | | | spi/davinci: no wildcards in DT compatible propertyManjunathappa, Prakash2013-04-171-2/+2
| | | |/ / | | |/| |
| * / | | spi: mxs-spi: move to use generic DMA helperShawn Guo2013-04-041-51/+9
| |/ / /
* | | | Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2013-04-2927-821/+3372
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list itemsWei Yongjun2013-04-281-6/+6
| * | spi-topcliff-pch: missing platform_driver_unregister() on error in pch_spi_in...Wei Yongjun2013-04-251-1/+3
| * | spi/spi-atmel: add dmaengine supportNicolas Ferre2013-04-241-21/+566
| * | spi/spi-atmel: add flag to controller data for lock operationsNicolas Ferre2013-04-231-14/+21
| * | spi/spi-atmel: add physical base addressNicolas Ferre2013-04-231-0/+2
| * | spi/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann2013-04-231-1/+1
| * | spi/s3c64xx: Check for errors in dmaengine prepare_transfer()Mark Brown2013-04-181-1/+25
| * | spi/s3c64xx: Fix non-dmaengine usageMark Brown2013-04-181-3/+3
| * | spi: omap2-mcspi: fix error return code in omap2_mcspi_probe()Wei Yongjun2013-04-181-1/+2
| * | spi/s3c64xx: let device core setup the default pin configurationThomas Abraham2013-04-161-62/+4
| * | spi: omap2-mcspi: Fix transfers if DMADEVICES is not setTony Lindgren2013-04-151-10/+22
| * | spi: s3c64xx: move to generic dmaengine APIArnd Bergmann2013-04-121-44/+141
| * | spi-gpio: init CS before spi_bitbang_setup()Josef Ahmad2013-04-101-1/+1
| * | spi: spi-mpc512x-psc: let transmiter/receiver enabled when in xfer loopAnatolij Gustschin2013-04-091-7/+3
| * | spi: spi-mpc512x-psc: add support for gpio chip selectsAnatolij Gustschin2013-04-091-6/+25