summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorLines
2015-06-18Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev' and 'spi/...Mark Brown-261/+1778
2015-06-18Merge remote-tracking branches 'spi/topic/pxa', 'spi/topic/rb4xx', 'spi/topic...Mark Brown-586/+328
2015-06-18Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/gpio', 'spi/t...Mark Brown-92/+264
2015-06-18Merge remote-tracking branches 'spi/topic/ath79', 'spi/topic/atmel' and 'spi/...Mark Brown-32/+296
2015-06-18Merge remote-tracking branch 'spi/topic/omap2-mcspi' into spi-nextMark Brown-146/+134
2015-06-18Merge remote-tracking branch 'spi/topic/bcm2835' into spi-nextMark Brown-39/+354
2015-06-18Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/fsl-espi', 'spi/f...Mark Brown-5/+30
2015-06-18Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown-17/+28
2015-06-17spi: zynq: Remove execute bitMark Brown-0/+0
2015-06-16spi: atmel: add support to FIFOsCyrille Pitchen-10/+245
2015-06-15spi: pxa2xx: Constify ACPI device idsMathias Krause-1/+1
2015-06-12spi: Add support for Zynq Ultrascale+ MPSoC GQSPI controllerRanjit Waghmode-0/+1129
2015-06-12spi: fsl-dspi: Use pinctrl PM helpersMirza Krak-0/+5
2015-06-10spi: davinci: change the lower limit of pre-scale divider to 1Murali Karicheri-1/+1
2015-06-09spi: spi-fsl-dspi: Change the way of increasing spi_message->actual_lengthHaikun Wang-33/+68
2015-06-09spi: spi-fsl-dspi: Enable TCF interrupt mode supportHaikun Wang-76/+169
2015-06-09Merge branch 'fix/fsl-dspi' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown-887/+1456
2015-06-09spi: atmel: add support for the internal chip-select of the spi controllerCyrille Pitchen-9/+28
2015-06-09spi: spi-pxa2xx: remove legacy PXA DMA bitsDaniel Mack-501/+2
2015-06-05spi: pxa2xx: Make LPSS SPI general register optionalJarkko Nikula-3/+7
2015-06-05spi: pxa2xx: Prepare for new Intel LPSS SPI typeJarkko Nikula-48/+59
2015-06-05spi: pxa2xx: Differentiate Intel LPSS typesJarkko Nikula-18/+34
2015-06-02spi: restore rx/tx_buf in case of unset CONFIG_HAS_DMAMartin Sperl-12/+22
2015-06-02spi: rspi: Re-do the returning value of qspi_transfer_out_inHiep Cao Minh-5/+1
2015-06-02spi: rspi: modify the name of "qspi_trigger_transfer_out_int" functionHiep Cao Minh-2/+2
2015-05-27spi: orion: Fix extended baud rates for each Armada SoCsGregory CLEMENT-4/+43
2015-05-26spi: sirf: add the reset for USP-based SPIQipan Li-28/+42
2015-05-26spi: sirf: remove the allocation of dummypageQipan Li-9/+3
2015-05-26spi: orion: Fix maximum baud rates for Armada 370/XPGregory CLEMENT-2/+23
2015-05-25spi: omap2-mcspi: Handle error on gpio_requestMichael Welling-3/+6
2015-05-25spi: omap2-mcspi: Fix GPIO chip select supportMichael Welling-0/+6
2015-05-25spi: omap2-mcspi: Fix set_cs function for active highMichael Welling-0/+7
2015-05-25spi: omap2-mcspi: Remove unnecessary delayMichael Welling-3/+0
2015-05-21spi: fsl-espi: Fix an error that can cause fsl espi task blockedJane Wan-1/+5
2015-05-21spi: spi-fsl-dspi: Bug fix incorrect CS de-assertHaikun Wang-2/+2
2015-05-20spi: sirf: add support for USP-based SPIQipan Li-208/+584
2015-05-12spi: omap2-mcspi: Fix native cs with new set_csMichael Welling-22/+11
2015-05-12spi: bcm2835: bcm2835_dma_release() can be statickbuild test robot-2/+2
2015-05-12spi: bcm2835: fix kbuild compile warnings/errors and a typoMartin Sperl-3/+5
2015-05-11spi: bcm2835: enable dma modes for transfers meeting certain conditionsMartin Sperl-2/+301
2015-05-11spi: fix race freeing dummy_tx/rx before it is unmappedMartin Sperl-5/+6
2015-05-11Merge remote-tracking branches 'spi/fix/fsl-cpm', 'spi/fix/fsl-dspi' and 'spi...Mark Brown-16/+38
2015-05-11Merge tag 'spi-v4.1-rc1' into spi-linusMark Brown-31/+52
2015-05-11spi: spidev: Remove unneeded variableFabio Estevam-2/+1
2015-05-08spi: omap2-mcspi: Add gpio_request and init CSMichael Welling-0/+10
2015-05-08spi: omap2-mcspi: Switch driver to use transfer_oneMichael Welling-134/+110
2015-05-08Merge remote-tracking branch 'spi/fix/omap2-mcspi' into spi-omap2-mcspiMark Brown-4/+12
2015-05-07spi: rspi: Re-do the returning value of rspi_dma_check_then_transferHiep Cao Minh-8/+5
2015-05-07spi: sirf: replace kmalloc by devm_kzallocQipan Li-5/+2
2015-05-06spi: sirf: request and free cs gpio in setup and cleanup callbacksQipan Li-18/+37