summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
*---. Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev' and 'spi/...Mark Brown2015-06-185-261/+1778
|\ \ \
| | | * spi: zynq: Remove execute bitMark Brown2015-06-171-0/+0
| | | * spi: Add support for Zynq Ultrascale+ MPSoC GQSPI controllerRanjit Waghmode2015-06-123-0/+1129
| | * | spi: spidev: Remove unneeded variableFabio Estevam2015-05-111-2/+1
| | * | spi: spidev: use spi_sync instead of spi_asyncMartin Sperl2015-04-231-21/+9
| * | | spi: sirf: add the reset for USP-based SPIQipan Li2015-05-261-28/+42
| * | | spi: sirf: remove the allocation of dummypageQipan Li2015-05-261-9/+3
| * | | spi: sirf: add support for USP-based SPIQipan Li2015-05-201-208/+584
| * | | spi: sirf: replace kmalloc by devm_kzallocQipan Li2015-05-071-5/+2
| * | | spi: sirf: request and free cs gpio in setup and cleanup callbacksQipan Li2015-05-061-18/+37
| * | | spi: sirf: replace BUG condition by error code for unsupported transferQipan Li2015-04-271-1/+2
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge remote-tracking branches 'spi/topic/pxa', 'spi/topic/rb4xx', 'spi/topic...Mark Brown2015-06-1810-586/+328
|\ \ \ \ \ \ \
| | | | | * | | spi: sh-msiof: Constify platform_device_idKrzysztof Kozlowski2015-05-011-1/+1
| | | | | |/ /
| | | | * | | spi: s3c64xx: Constify platform_device_idKrzysztof Kozlowski2015-05-011-1/+1
| | | | |/ /
| | | * | | spi: rspi: Re-do the returning value of qspi_transfer_out_inHiep Cao Minh2015-06-021-5/+1
| | | * | | spi: rspi: modify the name of "qspi_trigger_transfer_out_int" functionHiep Cao Minh2015-06-021-2/+2
| | | * | | spi: rspi: Re-do the returning value of rspi_dma_check_then_transferHiep Cao Minh2015-05-071-8/+5
| | | * | | spi: rspi: Constify platform_device_idKrzysztof Kozlowski2015-05-011-1/+1
| | | |/ /
| | * | | spi: rb4xx: Fix checking return value of devm_ioremap_resource()Axel Lin2015-05-011-1/+1
| | * | | spi: rb4xx: Fix set_cs logic.Bert Vermeulen2015-04-201-1/+1
| | * | | spi: Add SPI driver for Mikrotik RB4xx series boardsBert Vermeulen2015-04-183-0/+217
| | | |/ | | |/|
| * | | spi: pxa2xx: Constify ACPI device idsMathias Krause2015-06-151-1/+1
| * | | spi: spi-pxa2xx: remove legacy PXA DMA bitsDaniel Mack2015-06-094-501/+2
| * | | spi: pxa2xx: Make LPSS SPI general register optionalJarkko Nikula2015-06-051-3/+7
| * | | spi: pxa2xx: Prepare for new Intel LPSS SPI typeJarkko Nikula2015-06-051-48/+59
| * | | spi: pxa2xx: Differentiate Intel LPSS typesJarkko Nikula2015-06-052-18/+34
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/gpio', 'spi/t...Mark Brown2015-06-184-92/+264
|\ \ \ \ \ \
| | | | * | | spi: orion: Fix extended baud rates for each Armada SoCsGregory CLEMENT2015-05-271-4/+43
| | | * | | | spi: imx: Constify platform_device_idKrzysztof Kozlowski2015-05-011-1/+1
| | | | |/ / | | | |/| |
| | * | | | spi: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-05-061-2/+2
| | |/ / /
| * | | | spi: fsl-dspi: Use pinctrl PM helpersMirza Krak2015-06-121-0/+5
| * | | | spi: spi-fsl-dspi: Change the way of increasing spi_message->actual_lengthHaikun Wang2015-06-091-33/+68
| * | | | spi: spi-fsl-dspi: Enable TCF interrupt mode supportHaikun Wang2015-06-091-76/+169
| * | | | Merge branch 'fix/fsl-dspi' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown2015-06-0929-887/+1456
| |\ \ \ \
| * | | | | spi: spi-fsl-dspi: remove clk reference when regmap_mmio initializeHaikun Wang2015-04-241-1/+1
| | |_|_|/ | |/| | |
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge remote-tracking branches 'spi/topic/ath79', 'spi/topic/atmel' and 'spi/...Mark Brown2015-06-183-32/+296
|\ \ \ \ \ \ \
| | | * | | | | spi: davinci: change the lower limit of pre-scale divider to 1Murali Karicheri2015-06-101-1/+1
| | | | |_|/ / | | | |/| | |
| | * | | | | spi: atmel: add support to FIFOsCyrille Pitchen2015-06-161-10/+245
| | * | | | | spi: atmel: add support for the internal chip-select of the spi controllerCyrille Pitchen2015-06-091-9/+28
| | |/ / / /
| * | | | | spi: spi-ath79: Set the initial state of CS0Alban Bedel2015-04-271-0/+8
| * | | | | spi: spi-ath79: Use clk_prepare_enable and clk_disable_unprepareAlban Bedel2015-04-271-3/+3
| * | | | | spi: spi-ath79: Add device tree supportAlban Bedel2015-04-271-9/+11
| |/ / / /
* | | | | Merge remote-tracking branch 'spi/topic/omap2-mcspi' into spi-nextMark Brown2015-06-181-146/+134
|\ \ \ \ \
| * | | | | spi: omap2-mcspi: Handle error on gpio_requestMichael Welling2015-05-251-3/+6
| * | | | | spi: omap2-mcspi: Fix GPIO chip select supportMichael Welling2015-05-251-0/+6
| * | | | | spi: omap2-mcspi: Fix set_cs function for active highMichael Welling2015-05-251-0/+7
| * | | | | spi: omap2-mcspi: Remove unnecessary delayMichael Welling2015-05-251-3/+0
| * | | | | spi: omap2-mcspi: Fix native cs with new set_csMichael Welling2015-05-121-22/+11
| * | | | | spi: omap2-mcspi: Add gpio_request and init CSMichael Welling2015-05-081-0/+10
| * | | | | spi: omap2-mcspi: Switch driver to use transfer_oneMichael Welling2015-05-081-134/+110
OpenPOWER on IntegriCloud