summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | spi: bcm2835: set up spi-mode before asserting cs-gpioMartin Sperl2015-08-141-5/+23
| | |/
| * / spi: atmel: remove useless includeAlexandre Belloni2015-08-101-1/+0
| |/
* | Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown2015-08-311-4/+18
|\ \
| * | spi: support spi without dma channel to use can_dma()Leilk Liu2015-07-241-4/+18
| |/
* | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2015-08-311-8/+21
|\ \
| * | spi: check bits_per_word in spi_setupStefan BrĂ¼ns2015-08-261-8/+19
| * | spi: Fall back to master maximum speed if no slave speed specifiedMark Brown2015-08-211-0/+2
| |/
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
*---------. \ Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bitbang', 'spi/fix...Mark Brown2015-08-316-32/+153
|\ \ \ \ \ \ \
| | | | | | * | spi/spi-xilinx: Fix spurious IRQ ACK on irq modeRicardo Ribalda Delgado2015-08-141-6/+10
| | | | | | * | spi/spi-xilinx: Fix mixed poll/irq modeRicardo Ribalda Delgado2015-08-131-1/+3
| | | | | | |/
| | | | | * / spi: orion: On a38x, implement "50MHZ SPI AC timing" Erratum No. FE-9144572Nadav Haklai2015-08-111-1/+53
| | | | | |/
| | | | * / spi: omap2-mcspi: add runtime PM to set_cs()Sebastian Reichel2015-07-241-0/+10
| | | | |/
| | | * | spi: img-spfi: fix kbuild test robot warningSifan Naeem2015-08-061-1/+1
| | | * | spi: img-spfi: fix multiple calls to request gpioSifan Naeem2015-08-041-8/+41
| | | * | spi: img-spfi: check for timeout error before proceedingSifan Naeem2015-07-291-4/+4
| | | |/
| | * / spi: Fix regression in spi-bitbang-txrx.hLars Persson2015-07-291-2/+2
| | |/
| * | spi: bcm2835: fix overflow in calculation of transfer timeMartin Sperl2015-07-291-4/+6
| * | spi: bcm2835: set up spi-mode before asserting cs-gpioMartin Sperl2015-07-291-5/+23
| |/
| |
| \
| \
| \
| \
| \
*-----. \ Merge remote-tracking branches 'spi/fix/gqspi', 'spi/fix/imx', 'spi/fix/mg-sp...Mark Brown2015-07-245-3/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * spi: spidev: add compatible value for LTC2488Jiri Prchal2015-07-071-0/+1
| |_|_|/ |/| | |
| | | * spi: img-spfi: fix support for speeds up to 1/4th input clockSifan Naeem2015-06-221-0/+2
| | * | spi: imx: Fix small DMA transfersSascha Hauer2015-07-241-2/+3
| |/ / |/| |
| * | spi: zynq: missing break statementDan Carpenter2015-07-071-0/+1
| * | spi: SPI_ZYNQMP_GQSPI should depend on HAS_DMAGeert Uytterhoeven2015-07-071-1/+1
|/ /
| |
| \
| \
| \
*---. \ 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
| | |/ | |/|