summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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/+12
| * | | 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/+1
| * | | spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf()Wei Yongjun2013-04-011-3/+0
| * | | spi: spi-sh-msiof: Use of_match_ptr() macroSachin Kamat2013-04-011-3/+1
| * | | spi: spi-oc-tiny: Use of_match_ptr() macroSachin Kamat2013-04-011-3/+1
| * | | 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/+1
| * | | spi: bcm2835: make use of new bits_per_word_mask core featureStephen Warren2013-04-011-35/+1
| * | | 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/+1
| * | | spi/bcm63xx: use devm_ioremap_resource()Jonas Gorski2013-03-121-12/+3
| * | | spi/bcm63xx: inline hz usage in bcm63xx_spi_setup_transferJonas Gorski2013-03-121-5/+2
| * | | spi/bcm63xx: inline bcm63xx_spi_check_transferJonas Gorski2013-03-121-14/+5
| * | | spi/bcm63xx: remove spi chip select validity checkJonas Gorski2013-03-121-6/+0
| * | | spi/bcm63xx: simplify bcm63xx_spi_check_transferJonas Gorski2013-03-121-5/+2
| * | | spi/bcm63xx: check spi bits_per_word in spi_setupJonas Gorski2013-03-121-2/+5
| * | | spi/bcm63xx: remove unused variable bs from bcm63xx_spi_setupJonas Gorski2013-03-121-4/+0
| * | | spi/bcm63xx: remove unneeded debug messageJonas Gorski2013-03-121-3/+0
| * | | spi/bcm63xx: remove duplicated mode bits checkJonas Gorski2013-03-121-6/+0
| * | | spi/bcm63xx: properly prepare clocks before enabling themJonas Gorski2013-03-121-5/+5
| * | | Merge branch 'spi-fix' into spi-nextMark Brown2013-03-122-19/+9
| |\ \ \
| * | | | spi/pxa2xx: enable multiblock DMA transfers for LPSS devicesMika Westerberg2013-03-121-0/+5
| * | | | spi/pxa2xx-pci: correct the return value check of pcim_iomap_regions()Mika Westerberg2013-03-121-1/+1
| * | | | spi: add driver for BCM2835Chris Boot2013-03-123-0/+468
| * | | | spi: fix return value check in ce4100_spi_probe()Wei Yongjun2013-03-121-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'spi-fix-v3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-055-44/+42
|\ \ \ \ | | |_|/ | |/| |
| * | | spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmenstsAnatolij Gustschin2013-04-011-1/+1
| * | | spi: Unlock a spinlock before calling into the controller driver.Bryan Freed2013-04-011-8/+7
| * | | spi/s3c64xx: modified error interrupt handling and initGirish K S2013-04-011-16/+25
| | |/ | |/|
| * | spi/bcm63xx: don't disable non enabled clocks in probe error pathJonas Gorski2013-03-121-1/+1
| * | spi/bcm63xx: Remove unused variableKevin Cernekee2013-03-121-1/+0
| * | spi: slink-tegra20: move runtime pm calls to transfer_one_messageLaxman Dewangan2013-03-121-17/+8
| |/
* | Merge tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-04-042-2/+1
|\ \
| * | ACPI / SPI: Use parent's ACPI_HANDLE() in acpi_register_spi_devices()Rafael J. Wysocki2013-04-022-2/+1
| |/
* / drivers/Kconfig: add several missing GENERIC_HARDIRQS dependenciesHeiko Carstens2013-03-211-1/+2
|/