summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2020-03-25spi: spi_register_controller(): free bus id on error pathsAaro Koskinen
2020-03-25spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson
2020-03-25spi: pxa2xx: Add CS control clock quirkEvan Green
2020-03-25spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki
2020-03-25spi: spi-omap2-mcspi: Support probe deferral for DMA channelsVignesh Raghavendra
2020-03-12spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus
2020-03-12spi: bcm63xx-hsspi: Really keep pll clk enabledChristophe JAILLET
2020-03-12spi: spidev: Fix CS polarity if GPIO descriptors are usedLukas Wunner
2020-02-24spi: spi-fsl-qspi: Ensure width is respected in spi-mem operationsMichael Walle
2020-02-24spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker
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