summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-04-07spi/spi-fsl-spi: Move setting non-zero tx and rx shifts to a function accesse...Andreas Larsson2-20/+36
2013-04-07spi/spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactiveAndreas Larsson1-0/+4
2013-04-07spi/spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environ...Andreas Larsson8-405/+519
2013-04-03mxs/spi: fix error return code in mxs_spi_probe()Wei Yongjun1-0/+1
2013-04-03spi: tegra: slink: do prepare dma transfer with DMA_CTRL_ACK flagMark Brown1-2/+2
2013-04-01spi/s3c64xx: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-2/+2
2013-04-01Merge branch 'spi-fix' into spi-nextMark Brown3-25/+33
2013-04-01spi/spi-atmel: status information passed through controller dataNicolas Ferre1-5/+8
2013-04-01spi/spi-atmel: call unmapping on transfers buffersNicolas Ferre1-3/+5
2013-04-01spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0Wenyou Yang1-13/+12
2013-04-01spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION reg...Wenyou Yang1-16/+50
2013-04-01spi: tegra: slink: do not prepare dma transfer with DMA_CTRL_ACK flagLaxman Dewangan1-2/+2
2013-04-01spi/spidev: Use PTR_RET functionAlexandru Gheorghiu1-1/+1
2013-04-01spi/fsl: Use PTR_RET functionAlexandru Gheorghiu1-3/+1
2013-04-01spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmenstsAnatolij Gustschin1-1/+1
2013-04-01spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf()Wei Yongjun1-3/+0
2013-04-01spi: spi-sh-msiof: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-04-01spi: spi-oc-tiny: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-04-01spi: Unlock a spinlock before calling into the controller driver.Bryan Freed1-8/+7
2013-04-01spi/omap-mcspi: check condition also after timeoutSebastian Andrzej Siewior1-2/+6
2013-04-01spi/s3c64xx: Convert to bits_per_word_maskMark Brown1-9/+1
2013-04-01spi: bcm2835: make use of new bits_per_word_mask core featureStephen Warren1-35/+1
2013-04-01spi: add ability to validate xfer->bits_per_word in SPI coreStephen Warren1-0/+8
2013-04-01spi/s3c64xx: modified error interrupt handling and initGirish K S1-16/+25
2013-03-26spi: spi-s3c64xx.c Remove unused argument.Matthias Brugger1-2/+1
2013-03-12spi/bcm63xx: use devm_ioremap_resource()Jonas Gorski1-12/+3
2013-03-12spi/bcm63xx: inline hz usage in bcm63xx_spi_setup_transferJonas Gorski1-5/+2
2013-03-12spi/bcm63xx: inline bcm63xx_spi_check_transferJonas Gorski1-14/+5
2013-03-12spi/bcm63xx: remove spi chip select validity checkJonas Gorski1-6/+0
2013-03-12spi/bcm63xx: simplify bcm63xx_spi_check_transferJonas Gorski1-5/+2
2013-03-12spi/bcm63xx: check spi bits_per_word in spi_setupJonas Gorski1-2/+5
2013-03-12spi/bcm63xx: remove unused variable bs from bcm63xx_spi_setupJonas Gorski1-4/+0
2013-03-12spi/bcm63xx: remove unneeded debug messageJonas Gorski1-3/+0
2013-03-12spi/bcm63xx: remove duplicated mode bits checkJonas Gorski1-6/+0
2013-03-12spi/bcm63xx: properly prepare clocks before enabling themJonas Gorski1-5/+5
2013-03-12Merge branch 'spi-fix' into spi-nextMark Brown2-19/+9
2013-03-12spi/bcm63xx: don't disable non enabled clocks in probe error pathJonas Gorski1-1/+1
2013-03-12spi/bcm63xx: Remove unused variableKevin Cernekee1-1/+0
2013-03-12spi: slink-tegra20: move runtime pm calls to transfer_one_messageLaxman Dewangan1-17/+8
2013-03-12spi/pxa2xx: enable multiblock DMA transfers for LPSS devicesMika Westerberg1-0/+5
2013-03-12spi/pxa2xx-pci: correct the return value check of pcim_iomap_regions()Mika Westerberg1-1/+1
2013-03-12spi: add driver for BCM2835Chris Boot3-0/+468
2013-03-12spi: fix return value check in ce4100_spi_probe()Wei Yongjun1-2/+2
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds10-0/+10
2013-03-09Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds1-2/+2
2013-03-08Platform: x86: chromeos_laptop : Add basic platform data for atmel devicesBenson Leung1-2/+39
2013-03-08Input: atmel_mxt_ts - Support for touchpad variantDaniel Kurtz1-2/+62
2013-03-08Merge branch 'akpm' (fixes from Andrew)Linus Torvalds1-3/+2
2013-03-08dmi_scan: fix missing check for _DMI_ signature in smbios_present()Ben Hutchings1-3/+2
2013-03-08Merge branch 'for-3.9/upstream-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+14