summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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
2019-10-31spi: add power control when set_csLuhua Xu
2019-10-30spi: zynq-qspi: Drop GPIO headerLinus Walleij
2019-10-30spi: dw: Drop GPIO headerLinus Walleij
2019-10-30spi: txx9: Convert to use GPIO descriptorsLinus Walleij
2019-10-30spi: dw: Remove runtime PM enable/disable from common part of the driverJarkko Nikula
2019-10-29spi: pxa2xx: Add support for Intel Comet Lake-HJarkko Nikula
2019-10-28spi: sprd: adi: Set BIT_WDG_NEW bit when rebootingLingling Xu
2019-10-28spi: sprd: adi: Add missing lock protection when rebootingLingling Xu
2019-10-25spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT
2019-10-25spi: pxa2xx: Introduce temporary variables to increase readabilityAndy Shevchenko
2019-10-24spi: xilinx: Add DT support for selecting transfer word widthAlvaro Gamez Machado
2019-10-23spi: pxa2xx: Drop extra check of platform_get_resource() returned valueAndy Shevchenko
2019-10-23spi: Fix spelling in the commentsAndy Shevchenko
2019-10-22spi: dw-pci: Fix Chip Select amount on Intel Elkhart Lake PSE SPIJarkko Nikula
2019-10-22spi: dw-pci: Add runtime power management supportRaymond Tan
2019-10-22spi: dw: Move runtime PM enable/disable from common to platform driver partJarkko Nikula
2019-10-18spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard