aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2020-07-11spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin
2020-07-11spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resourceAndy Shevchenko
2020-07-11spi: dw: Fix Rx-only DMA transfersSerge Semin
2020-07-11spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin
2020-07-11spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko
2020-07-11spi: pxa2xx: Apply CS clk quirk to BXTEvan Green
2020-07-11spi: spi-mem: Fix Dual/Quad modes on Octal-capable devicesGeert Uytterhoeven
2020-07-07spi: bcm-qspi: when tx/rx buffer is NULL set to 0Justin Chen
2020-07-07spi: bcm-qspi: Handle clock probe deferralFlorian Fainelli
2020-07-07spi: bcm2835aux: Fix controller unregister orderLukas Wunner
2020-07-07spi: pxa2xx: Fix runtime PM ref imbalance on probe errorLukas Wunner
2020-07-07spi: pxa2xx: Fix controller unregister orderLukas Wunner
2020-07-07spi: Fix controller unregister orderLukas Wunner
2020-07-07spi: dw: Fix controller unregister orderLukas Wunner
2020-07-07spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko
2020-06-24spi: gpio: Add SPI_MASTER_GPIO_SS flagLinus Walleij
2020-06-09spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong
2020-06-01spi: rspi: Use platform_get_irq_byname_optional() for optional irqsGeert Uytterhoeven
2020-05-21spi: dw: Fix native CS being unsetSerge Semin
2020-05-21spi: spi_register_controller(): free bus id on error pathsAaro Koskinen
2020-05-21spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson
2020-05-21spi: pxa2xx: Add CS control clock quirkEvan Green
2020-05-21spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki
2020-05-21spi: spi-omap2-mcspi: Support probe deferral for DMA channelsVignesh Raghavendra
2020-05-21spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus
2020-05-21spi: bcm63xx-hsspi: Really keep pll clk enabledChristophe JAILLET
2020-05-21spi: spidev: Fix CS polarity if GPIO descriptors are usedLukas Wunner
2020-05-15spi: spi-fsl-qspi: Ensure width is respected in spi-mem operationsMichael Walle
2020-05-15spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker
2020-04-16spi: pxa2xx: Add support for Intel Comet Lake-HJarkko Nikula
2020-04-16spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu
2020-03-30spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard
2020-03-30spi: pxa2xx: Set controller->max_transfer_size in dma modeDaniel Vetter
2020-03-30spi: sprd: Fix the incorrect SPI registerHuanpeng Xin
2020-03-20spi: nxp-fspi: Ensure width is respected in spi-mem operationsMichael Walle
2020-03-20spi: spi-ti-qspi: Fix a bug when accessing non default CSVignesh Raghavendra
2020-03-20spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan
2020-03-20spi: pxa2xx: Add support for Intel Jasper LakeJarkko Nikula
2020-03-20spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI modeVladimir Oltean
2020-02-24spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy
2020-02-24spi: fsl: don't map irq during probeChristophe Leroy
2020-02-24spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan
2020-02-24spi: tegra20-slink: add missed clk_unprepareChuhong Yuan
2020-02-24spi: pxa2xx: Add missed security checksChuhong Yuan
2020-02-24spi: img-spfi: fix potential double releasePan Bian
2020-02-24spi: dw: Fix Designware SPI loopbackThor Thayer
2020-02-24spi: sifive: disable clk when probe fails and removeChuhong Yuan
2020-02-24spi: sprd: adi: Add missing lock protection when rebootingLingling Xu
2020-02-24spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski
2020-01-19spi: dw: Correct handling of native chipselectCharles Keepax