summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-065-43/+50
|\
| * spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2020-01-032-3/+13
| * spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI modeVladimir Oltean2019-12-311-11/+4
| * spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean2019-12-272-17/+14
| * spi: uniphier: Fix FIFO thresholdKunihiko Hayashi2019-12-251-12/+19
* | Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-178-14/+35
|\|
| * spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy2019-12-161-3/+3
| * spi: nxp-fspi: Ensure width is respected in spi-mem operationsMichael Walle2019-12-161-1/+1
| * spi: spi-ti-qspi: Fix a bug when accessing non default CSVignesh Raghavendra2019-12-111-1/+5
| * spi: fsl: don't map irq during probeChristophe Leroy2019-12-091-3/+2
| * spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan2019-12-091-0/+2
| * spi: sprd: Fix the incorrect SPI registerHuanpeng Xin2019-12-041-1/+1
| * spi: fsl: Handle the single hardwired chipselect caseLinus Walleij2019-11-281-2/+12
| * spi: fsl: Fix GPIO descriptor supportLinus Walleij2019-11-281-0/+1
| * spi: dw: Correct handling of native chipselectCharles Keepax2019-11-281-2/+3
| * spi: cadence: Correct handling of native chipselectCharles Keepax2019-11-271-3/+3
| * spi: pxa2xx: Add support for Intel Jasper LakeJarkko Nikula2019-11-251-0/+4
* | Merge branch 'spi-5.5' into spi-nextMark Brown2019-11-2255-456/+876
|\|
| * spi: pic32: Retire dma_request_slave_channel_compat()Peter Ujfalusi2019-11-221-16/+30
| * spi: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-9/+9
| * spi: mediatek: add SPI_CS_HIGH supportLuhua Xu2019-11-181-2/+10
| * spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan2019-11-181-0/+3
| * spi: tegra20-slink: add missed clk_unprepareChuhong Yuan2019-11-151-1/+4
| * spi: tegra20-slink: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+1
| * spi: tegra114: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+1
| * spi: s3c64xx: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-4/+2
| * spi: qup: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| * spi: pl022: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| * spi: imx: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| * spi: fsl-lpspi: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| * spi: atmel: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-1/+1
| * spi: at91-usart: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| * spi: Fix regression to return zero on success instead of positive valueTony Lindgren2019-11-121-0/+9
| * spi: pxa2xx: Add missed security checksChuhong Yuan2019-11-111-0/+6
| * spi: nxp-fspi: Use devm API to fix missed unregistration of controllerChuhong Yuan2019-11-111-1/+1
| * spi: omap2-mcspi: Remove redundant checksVignesh Raghavendra2019-11-111-58/+47
| * spi: zynq-qspi: Support two chip selectsMiquel Raynal2019-11-081-8/+25
| * spi: zynq-qspi: Do the actual hardware initialization later in the probeMiquel Raynal2019-11-081-3/+4
| * spi: zynq-qspi: Clarify the select chip functionMiquel Raynal2019-11-081-11/+6
| * spi: zynq-qspi: Enhance the Linear CFG bit definitionsMiquel Raynal2019-11-081-3/+3
| * spi: zynq-qspi: Keep the bitfields naming consistentMiquel Raynal2019-11-081-6/+6
| * spi: zynq-qspi: Anything else than CS0 is not supported yetMiquel Raynal2019-11-081-2/+6
| * spi: zynq-qspi: Keep the naming consistent across the driverMiquel Raynal2019-11-081-5/+5
| * spi: spi-mem: fallback to using transfers when CS gpios are usedChris Packham2019-11-071-1/+1
| * spi: bcm-qspi: Convert to use CS GPIO descriptorsChris Packham2019-11-071-2/+5
| * spi: img-spfi: fix potential double releasePan Bian2019-11-061-0/+2
| * spi: add power control when set_csLuhua Xu2019-10-311-1/+14
| * spi: zynq-qspi: Drop GPIO headerLinus Walleij2019-10-301-1/+0
| * spi: dw: Drop GPIO headerLinus Walleij2019-10-301-1/+0
| * spi: txx9: Convert to use GPIO descriptorsLinus Walleij2019-10-301-17/+58