summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2013-04-3027-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/+4Star
| * 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/+3Star
| * spi: spi-mpc512x-psc: add support for gpio chip selectsAnatolij Gustschin2013-04-091-6/+25
| * spi/bcm63xx: remove unused speed_hz variableJonas Gorski2013-04-081-2/+0Star
| * spi: tegra: slink: make local symbols staticWei Yongjun2013-04-081-2/+2
| * spi/pxa2xx: Convert to devm_ioremap_resource()Sachin Kamat2013-04-081-5/+4Star
| * spi/tegra114: add spi driverLaxman Dewangan2013-04-073-0/+1255
| * spi/tegra-slink: assume CONFIG_OF, remove platform dataStephen Warren2013-04-071-34/+11Star
| * spi/tegra-sflash: assume CONFIG_OF, remove platform dataStephen Warren2013-04-071-32/+9Star
| * spi/tegra-slink: remove redundant codeStephen Warren2013-04-071-31/+1Star
| * spi/spi-fsl-spi: Add support for gpio chipselects for GRLIB type coresAndreas Larsson2013-04-072-5/+46
| * spi/spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally runnin...Andreas Larsson2013-04-073-14/+101
| * spi/spi-fsl-spi: Add support for setting a maximum number of bits per wordAndreas Larsson2013-04-072-1/+8
| * spi/spi-fsl-spi: Introduce a type for the driverAndreas Larsson2013-04-072-7/+34
| * spi/spi-fsl-spi: Move setting non-zero tx and rx shifts to a function accesse...Andreas Larsson2013-04-072-20/+36
| * spi/spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactiveAndreas Larsson2013-04-071-0/+4
| * spi/spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environ...Andreas Larsson2013-04-078-405/+519
| * mxs/spi: fix error return code in mxs_spi_probe()Wei Yongjun2013-04-031-0/+1
| * spi: tegra: slink: do prepare dma transfer with DMA_CTRL_ACK flagMark Brown2013-04-031-2/+2
| * spi/s3c64xx: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-011-2/+2
| * Merge branch 'spi-fix' into spi-nextMark Brown2013-04-013-25/+33
| |\
| * | spi/spi-atmel: status information passed through controller dataNicolas Ferre2013-04-011-5/+8
| * | spi/spi-atmel: call unmapping on transfers buffersNicolas Ferre2013-04-011-3/+5
| * | spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0Wenyou Yang2013-04-011-13/+12Star
| * | spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION reg...Wenyou Yang2013-04-011-16/+50
| * | spi: tegra: slink: do not prepare dma transfer with DMA_CTRL_ACK flagLaxman Dewangan2013-04-011-2/+2
| * | spi/spidev: Use PTR_RET functionAlexandru Gheorghiu2013-04-011-1/+1
| * | spi/fsl: Use PTR_RET functionAlexandru Gheorghiu2013-04-011-3/+1Star
| * | spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf()Wei Yongjun2013-04-011-3/+0Star
| * | spi: spi-sh-msiof: Use of_match_ptr() macroSachin Kamat2013-04-011-3/+1Star
| * | spi: spi-oc-tiny: Use of_match_ptr() macroSachin Kamat2013-04-011-3/+1Star
| * | spi/omap-mcspi: check condition also after timeoutSebastian Andrzej Siewior2013-04-011-2/+6
| * | spi/s3c64xx: Convert to bits_per_word_maskMark Brown2013-04-011-9/+1Star
| * | spi: bcm2835: make use of new bits_per_word_mask core featureStephen Warren2013-04-011-35/+1Star
| * | spi: add ability to validate xfer->bits_per_word in SPI coreStephen Warren2013-04-011-0/+8
| * | spi: spi-s3c64xx.c Remove unused argument.Matthias Brugger2013-03-261-2/+1Star
| * | spi/bcm63xx: use devm_ioremap_resource()Jonas Gorski2013-03-121-12/+3Star