summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2020-01-06Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-03spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu
2019-12-31spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI modeVladimir Oltean
2019-12-27spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean
2019-12-25spi: uniphier: Fix FIFO thresholdKunihiko Hayashi
2019-12-17Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-16spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy
2019-12-16spi: nxp-fspi: Ensure width is respected in spi-mem operationsMichael Walle
2019-12-11spi: spi-ti-qspi: Fix a bug when accessing non default CSVignesh Raghavendra
2019-12-09spi: fsl: don't map irq during probeChristophe Leroy
2019-12-09spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan
2019-12-04spi: sprd: Fix the incorrect SPI registerHuanpeng Xin
2019-11-28spi: fsl: Handle the single hardwired chipselect caseLinus Walleij
2019-11-28spi: fsl: Fix GPIO descriptor supportLinus Walleij
2019-11-28spi: dw: Correct handling of native chipselectCharles Keepax
2019-11-27spi: cadence: Correct handling of native chipselectCharles Keepax
2019-11-25spi: pxa2xx: Add support for Intel Jasper LakeJarkko Nikula
2019-11-22Merge branch 'spi-5.5' into spi-nextMark Brown
2019-11-22spi: pic32: Retire dma_request_slave_channel_compat()Peter Ujfalusi
2019-11-20spi: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-18spi: mediatek: add SPI_CS_HIGH supportLuhua Xu
2019-11-18spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan
2019-11-15spi: tegra20-slink: add missed clk_unprepareChuhong Yuan
2019-11-15spi: tegra20-slink: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-11-15spi: tegra114: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-11-15spi: s3c64xx: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-11-15spi: qup: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-11-15spi: pl022: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-11-15spi: imx: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-11-15spi: fsl-lpspi: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-11-15spi: atmel: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-11-15spi: at91-usart: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-11-15spi: fsl-cpm: Correct the free:ingLinus Walleij
2019-11-12spi: Fix regression to return zero on success instead of positive valueTony Lindgren
2019-11-11spi: pxa2xx: Add missed security checksChuhong Yuan
2019-11-11spi: nxp-fspi: Use devm API to fix missed unregistration of controllerChuhong Yuan
2019-11-11spi: omap2-mcspi: Remove redundant checksVignesh Raghavendra
2019-11-08spi: zynq-qspi: Support two chip selectsMiquel Raynal
2019-11-08spi: zynq-qspi: Do the actual hardware initialization later in the probeMiquel Raynal
2019-11-08spi: zynq-qspi: Clarify the select chip functionMiquel Raynal
2019-11-08spi: zynq-qspi: Enhance the Linear CFG bit definitionsMiquel Raynal
2019-11-08spi: zynq-qspi: Keep the bitfields naming consistentMiquel Raynal
2019-11-08spi: zynq-qspi: Anything else than CS0 is not supported yetMiquel Raynal
2019-11-08spi: zynq-qspi: Keep the naming consistent across the driverMiquel Raynal
2019-11-07spi: spi-mem: fallback to using transfers when CS gpios are usedChris Packham
2019-11-07spi: bcm-qspi: Convert to use CS GPIO descriptorsChris Packham
2019-11-06spi: img-spfi: fix potential double releasePan Bian
2019-11-05spi: bcm2835: fix typo in commentChris Packham
2019-11-05spi: dw: Fix Designware SPI loopbackThor Thayer
2019-11-04spi: sifive: disable clk when probe fails and removeChuhong Yuan