summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2020-07-09spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski1-4/+13
2020-06-22spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2-6/+3
2020-06-22spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resourceAndy Shevchenko1-0/+1
2020-06-22spi: dw: Fix Rx-only DMA transfersSerge Semin1-0/+1
2020-06-22spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin1-4/+8
2020-06-22spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko1-0/+2
2020-06-22spi: pxa2xx: Apply CS clk quirk to BXTEvan Green1-0/+1
2020-06-22spi: spi-mem: Fix Dual/Quad modes on Octal-capable devicesGeert Uytterhoeven1-4/+6
2020-06-17spi: bcm-qspi: when tx/rx buffer is NULL set to 0Justin Chen1-4/+4
2020-06-17spi: bcm-qspi: Handle clock probe deferralFlorian Fainelli1-7/+5
2020-06-17spi: bcm2835aux: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-17spi: bcm2835: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-17spi: pxa2xx: Fix runtime PM ref imbalance on probe errorLukas Wunner1-1/+0
2020-06-17spi: pxa2xx: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-17spi: Fix controller unregister orderLukas Wunner1-1/+2
2020-06-17spi: dw: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-17spi: dw: Fix native CS being unsetSasha Levin1-1/+9
2020-06-07spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong1-0/+3
2020-04-17spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completionVladimir Oltean1-13/+6
2020-03-25spi: spi_register_controller(): free bus id on error pathsAaro Koskinen1-17/+15
2020-03-25spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson1-3/+0
2020-03-25spi: pxa2xx: Add CS control clock quirkEvan Green1-0/+23
2020-03-25spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki1-4/+7
2020-03-25spi: spi-omap2-mcspi: Support probe deferral for DMA channelsVignesh Raghavendra1-39/+38
2020-03-12spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus1-0/+11
2020-03-12spi: bcm63xx-hsspi: Really keep pll clk enabledChristophe JAILLET1-1/+0
2020-03-12spi: spidev: Fix CS polarity if GPIO descriptors are usedLukas Wunner1-0/+5
2020-02-24spi: spi-fsl-qspi: Ensure width is respected in spi-mem operationsMichael Walle1-1/+1
2020-02-24spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker1-16/+16
2020-02-01spi: pxa2xx: Add support for Intel Comet Lake-HJarkko Nikula1-0/+4
2020-02-01spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2-3/+13
2020-01-17spi: lpspi: fix memory leak in fsl_lpspi_probeNavid Emamdoost1-1/+1
2020-01-17spi: rspi: Use platform_get_irq_byname_optional() for optional irqsGeert Uytterhoeven1-6/+2
2020-01-17spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard1-7/+3
2020-01-17spi: pxa2xx: Set controller->max_transfer_size in dma modeDaniel Vetter1-0/+7
2020-01-17spi: sprd: Fix the incorrect SPI registerHuanpeng Xin1-1/+1
2020-01-12spi: nxp-fspi: Ensure width is respected in spi-mem operationsMichael Walle1-1/+1
2020-01-12spi: spi-ti-qspi: Fix a bug when accessing non default CSVignesh Raghavendra1-1/+5
2020-01-12spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan1-0/+2
2020-01-12spi: fsl: Handle the single hardwired chipselect caseLinus Walleij1-2/+12
2020-01-12spi: fsl: Fix GPIO descriptor supportLinus Walleij1-0/+1
2020-01-12spi: pxa2xx: Add support for Intel Jasper LakeJarkko Nikula1-0/+4
2020-01-09spi: uniphier: Fix FIFO thresholdKunihiko Hayashi1-12/+19
2020-01-09spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI modeVladimir Oltean1-11/+4
2019-12-31spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy1-3/+3
2019-12-31spi: fsl: don't map irq during probeChristophe Leroy1-3/+2
2019-12-31spi: cadence: Correct handling of native chipselectCharles Keepax1-3/+3
2019-12-31spi: dw: Correct handling of native chipselectCharles Keepax1-2/+3
2019-12-31spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan1-0/+3
2019-12-31spi: tegra20-slink: add missed clk_unprepareChuhong Yuan1-1/+4