summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2020-10-29spi: spi-s3c64xx: Check return valuesŁukasz Stelmach
2020-10-29spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath()Łukasz Stelmach
2020-10-07spi: fsl-espi: Only process interrupts for expected eventsChris Packham
2020-09-23spi: Fix memory leak on splited transfersGustav Wiklander
2020-09-23spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch
2020-09-03spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay
2020-08-26spi: Prevent adding devices below an unregistering controllerLukas Wunner
2020-08-19spi: spidev: Align buffers for DMAChristian Eggers
2020-08-19spi: lantiq: fix: Rx overflow error in full duplex modeDilip Kota
2020-07-29spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu
2020-07-29spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not oursVladimir Oltean
2020-07-22spi: sprd: switch the sequence of setting WDG_LOAD_LOW and _HIGHLingling Xu
2020-07-22spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde
2020-07-22spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transferKrzysztof Kozlowski
2020-07-22spi: fix initial SPI_SR value in spi-fsl-dspiAngelo Dureghello
2020-07-16spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan
2020-07-16spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan
2020-07-16spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski
2020-07-16spi: spi-fsl-dspi: use IRQF_SHARED mode to request IRQChuanhua Han
2020-07-16spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transferKrzysztof Kozlowski
2020-07-16spi: spi-fsl-dspi: Adding shutdown hookPeng Ma
2020-06-22PCI: Move Rohm Vendor ID to generic listAndy Shevchenko
2020-06-22spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin
2020-06-22spi: dw: Fix Rx-only DMA transfersSerge Semin
2020-06-22spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin
2020-06-22spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko
2020-06-22spi: pxa2xx: Apply CS clk quirk to BXTEvan Green
2020-06-22spi: pxa2xx: Fix runtime PM ref imbalance on probe errorLukas Wunner
2020-06-22spi: pxa2xx: Balance runtime PM enable/disable on errorLubomir Rintel
2020-06-22spi: bcm2835: Fix controller unregister orderLukas Wunner
2020-06-22spi: pxa2xx: Fix controller unregister orderLukas Wunner
2020-06-22spi: Fix controller unregister orderLukas Wunner
2020-06-22spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko
2020-06-22spi: bcm-qspi: when tx/rx buffer is NULL set to 0Justin Chen
2020-06-22spi: bcm2835aux: Fix controller unregister orderLukas Wunner
2020-06-22spi: dw: Fix controller unregister orderLukas Wunner
2020-06-07spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong
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-11spi: bcm63xx-hsspi: Really keep pll clk enabledChristophe JAILLET
2020-02-14spi: spi-mem: Fix inverted logic in op sanity checkGeert Uytterhoeven
2020-02-14spi: spi-mem: Add extra sanity checks on the op paramBoris Brezillon
2020-02-01spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu
2020-01-27spi: bcm-qspi: Fix BSPI QUAD and DUAL mode support when using flex modeRayagonda Kokatanur
2020-01-27spi: spi-fsl-spi: call spi_finalize_current_message() at the endChristophe Leroy
2020-01-27spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl
2020-01-27spi: tegra114: configure dma burst size to fifo trig levelSowjanya Komatineni
2020-01-27spi: tegra114: flush fifosSowjanya Komatineni
2020-01-27spi: tegra114: terminate dma and reset on transfer timeoutSowjanya Komatineni