summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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/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
* | 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 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-212-4/+4
|\
| * spi: tegra: do not use clock name to get clockPrashant Gaikwad2013-01-282-2/+2
| * ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-282-2/+2
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-219-40/+31
|\ \
| * | driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-2/+2
| * | spi: Convert to devm_ioremap_resource()Thierry Reding2013-01-257-29/+21
| * | drivers/spi: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-10/+9
| |/
* | Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2013-02-211-54/+23
|\ \
| * | spi: s3c64xx: Modify SPI driver to use generic DMA DT supportPadmavathi Venna2013-01-291-54/+23
| |/
* | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-204-11/+10
|\ \
| * | gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely2013-02-134-11/+10
| |/
* | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-2036-1137/+2027
|\ \
| * | spi/of: Fix initialization of cs_gpios arrayAndreas Larsson2013-02-101-1/+2
| * | Merge branch spi-next from git://git.kernel.org/pub/scm/linux/kernel/git/broo...Grant Likely2013-02-096-578/+1451
| |\ \
| | * | spi/pxa2xx: add support for Lynxpoint SPI controllersMika Westerberg2013-02-082-3/+109
| | * | spi/pxa2xx: add support for Intel Low Power Subsystem SPIMika Westerberg2013-02-082-4/+135
| | * | spi/pxa2xx: add support for SPI_LOOPMika Westerberg2013-02-081-1/+4
| | * | spi/pxa2xx: add support for runtime PMMika Westerberg2013-02-081-6/+67
| | * | spi/pxa2xx: add support for DMA engineMika Westerberg2013-02-085-3/+431
| | * | spi/pxa2xx: break out the private DMA API usage into a separate fileMika Westerberg2013-02-085-568/+712
| * | | spi/ath79: add shutdown handlerGabor Juhos2013-02-061-0/+6
| * | | spi/mips-lantiq: set SPI_MASTER_HALF_DUPLEX flagJohn Crispin2013-02-051-0/+1
| * | | spi/mips-lantiq: make use of spi_finalize_current_messageJohn Crispin2013-02-051-1/+1
| * | | spi/bcm63xx: work around inability to keep CS upJonas Gorski2013-02-051-28/+106
| * | | spi/davinci: use request_threaded_irq() to fix deadlockMurali Karicheri2013-02-051-2/+15
| * | | spi/orion: Use module_platform_driver()Ezequiel Garcia2013-02-051-11/+2