summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2015-08-31spi: mediatek: fix spi clock usage errorLeilk Liu1-8/+15
2015-08-31spi: mediatek: remove clk_disable_unprepare()Leilk Liu1-1/+0
2015-08-27spi: mediatek: fix SPI_CMD_PAUSE_IE macro errorLeilk Liu1-1/+1
2015-08-25spi: mediatek: replace *_time nameLeilk Liu1-12/+8
2015-08-25spi: mediatek: add PM clk_prepare_enable fail flowLeilk Liu1-2/+11
2015-08-25spi: mediatek: replace int with u32, delete TAB and define MTK_SPI_PAUSE_INT_...Leilk Liu1-8/+10
2015-08-25spi: mediatek: add linux/io.h include fileLeilk Liu1-0/+1
2015-08-20spi: mediatek: use BIT() to instead of SPI_CMD_*_OFFSETLeilk Liu1-17/+20
2015-08-20spi: medaitek: revise quirks compatibility styleLeilk Liu1-18/+7
2015-08-20spi: mediatek: fix spi incorrect endian usageLeilk Liu1-22/+16
2015-08-19spi: mediatek: remove redundant clock in prepare_hardware/unprepare_hardwareLeilk Liu1-17/+0
2015-08-13spi: Mediatek: fixup cpu_to_le32 incorrect usageLeilk Liu1-4/+2
2015-08-11spi: mediatek: fix endian warningsLeilk Liu1-2/+4
2015-08-11spi: mt65xx: Fix module aliasAxel Lin1-1/+1
2015-08-07spi: mediatek: mtk_spi_driver can be statickbuild test robot1-1/+1
2015-08-07spi: mediatek: Add spi bus for Mediatek MT8173Leilk Liu3-0/+759
2015-06-18Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev' and 'spi/...Mark Brown5-261/+1778
2015-06-18Merge remote-tracking branches 'spi/topic/pxa', 'spi/topic/rb4xx', 'spi/topic...Mark Brown10-586/+328
2015-06-18Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/gpio', 'spi/t...Mark Brown4-92/+264
2015-06-18Merge remote-tracking branches 'spi/topic/ath79', 'spi/topic/atmel' and 'spi/...Mark Brown3-32/+296
2015-06-18Merge remote-tracking branch 'spi/topic/omap2-mcspi' into spi-nextMark Brown1-146/+134
2015-06-18Merge remote-tracking branch 'spi/topic/bcm2835' into spi-nextMark Brown2-39/+354
2015-06-18Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/fsl-espi', 'spi/f...Mark Brown3-5/+30
2015-06-18Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-17/+28
2015-06-17spi: zynq: Remove execute bitMark Brown1-0/+0
2015-06-16spi: atmel: add support to FIFOsCyrille Pitchen1-10/+245
2015-06-15spi: pxa2xx: Constify ACPI device idsMathias Krause1-1/+1
2015-06-12spi: Add support for Zynq Ultrascale+ MPSoC GQSPI controllerRanjit Waghmode3-0/+1129
2015-06-12spi: fsl-dspi: Use pinctrl PM helpersMirza Krak1-0/+5
2015-06-10spi: davinci: change the lower limit of pre-scale divider to 1Murali Karicheri1-1/+1
2015-06-09spi: spi-fsl-dspi: Change the way of increasing spi_message->actual_lengthHaikun Wang1-33/+68
2015-06-09spi: spi-fsl-dspi: Enable TCF interrupt mode supportHaikun Wang1-76/+169
2015-06-09Merge branch 'fix/fsl-dspi' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown29-887/+1456
2015-06-09spi: atmel: add support for the internal chip-select of the spi controllerCyrille Pitchen1-9/+28
2015-06-09spi: spi-pxa2xx: remove legacy PXA DMA bitsDaniel Mack4-501/+2
2015-06-05spi: pxa2xx: Make LPSS SPI general register optionalJarkko Nikula1-3/+7
2015-06-05spi: pxa2xx: Prepare for new Intel LPSS SPI typeJarkko Nikula1-48/+59
2015-06-05spi: pxa2xx: Differentiate Intel LPSS typesJarkko Nikula2-18/+34
2015-06-02spi: restore rx/tx_buf in case of unset CONFIG_HAS_DMAMartin Sperl1-12/+22
2015-06-02spi: rspi: Re-do the returning value of qspi_transfer_out_inHiep Cao Minh1-5/+1
2015-06-02spi: rspi: modify the name of "qspi_trigger_transfer_out_int" functionHiep Cao Minh1-2/+2
2015-05-27spi: orion: Fix extended baud rates for each Armada SoCsGregory CLEMENT1-4/+43
2015-05-26spi: sirf: add the reset for USP-based SPIQipan Li1-28/+42
2015-05-26spi: sirf: remove the allocation of dummypageQipan Li1-9/+3
2015-05-26spi: orion: Fix maximum baud rates for Armada 370/XPGregory CLEMENT1-2/+23
2015-05-25spi: omap2-mcspi: Handle error on gpio_requestMichael Welling1-3/+6
2015-05-25spi: omap2-mcspi: Fix GPIO chip select supportMichael Welling1-0/+6
2015-05-25spi: omap2-mcspi: Fix set_cs function for active highMichael Welling1-0/+7
2015-05-25spi: omap2-mcspi: Remove unnecessary delayMichael Welling1-3/+0
2015-05-22spi: fsl-espi: Fix an error that can cause fsl espi task blockedJane Wan1-1/+5