summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: fsl-espi: Only process interrupts for expected eventsChris Packham2020-10-141-2/+3
* spi: Fix memory leak on splited transfersGustav Wiklander2020-09-231-2/+7
* spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch2020-09-231-1/+1
* spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay2020-09-031-1/+2
* spi: Prevent adding devices below an unregistering controllerLukas Wunner2020-08-262-1/+23
* spi: spidev: Align buffers for DMAChristian Eggers2020-08-211-8/+13
* spi: lantiq: fix: Rx overflow error in full duplex modeDilip Kota2020-08-211-0/+10
* spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu2020-07-291-7/+8
* spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not oursVladimir Oltean2020-07-291-1/+3
* spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde2020-07-221-8/+6
* spi: fix initial SPI_SR value in spi-fsl-dspiAngelo Dureghello2020-07-221-1/+1
* spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transferKrzysztof Kozlowski2020-07-221-14/+1
* spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan2020-07-221-10/+10
* spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan2020-07-221-2/+2
* spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski2020-07-221-4/+13
* spi: spi-fsl-dspi: use IRQF_SHARED mode to request IRQChuanhua Han2020-07-221-2/+2
* spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transferKrzysztof Kozlowski2020-07-221-1/+10
* spi: spi-fsl-dspi: Adding shutdown hookPeng Ma2020-07-221-0/+22
* spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2020-06-202-6/+3
* spi: dw: Fix Rx-only DMA transfersSerge Semin2020-06-201-0/+1
* spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin2020-06-201-4/+8
* spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko2020-06-201-0/+2
* spi: pxa2xx: Apply CS clk quirk to BXTEvan Green2020-06-201-0/+1
* spi: bcm2835: Fix controller unregister orderLukas Wunner2020-06-201-1/+3
* spi: pxa2xx: Fix controller unregister orderLukas Wunner2020-06-201-1/+3
* spi: Fix controller unregister orderLukas Wunner2020-06-201-1/+2
* spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko2020-06-201-2/+1
* spi: dw: Fix controller unregister orderLukas Wunner2020-06-201-1/+3
* spi: dw: fix possible race conditionSasha Levin2020-06-201-1/+2
* spi: bcm-qspi: when tx/rx buffer is NULL set to 0Justin Chen2020-06-201-4/+4
* spi: bcm2835aux: Fix controller unregister orderLukas Wunner2020-06-201-1/+3
* spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong2020-06-111-0/+3
* spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson2020-04-021-3/+0
* spi: pxa2xx: Add CS control clock quirkEvan Green2020-04-021-0/+23
* spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki2020-04-021-4/+7
* spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2020-02-052-3/+13
* spi: spi-fsl-spi: call spi_finalize_current_message() at the endChristophe Leroy2020-01-271-1/+1
* spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl2020-01-271-1/+12
* spi: tegra114: configure dma burst size to fifo trig levelSowjanya Komatineni2020-01-271-22/+30
* spi: tegra114: flush fifosSowjanya Komatineni2020-01-271-9/+30
* spi: tegra114: terminate dma and reset on transfer timeoutSowjanya Komatineni2020-01-271-0/+9
* spi: tegra114: fix for unpacked mode transfersSowjanya Komatineni2020-01-271-7/+36
* spi: tegra114: clear packed bit for unpacked modeSowjanya Komatineni2020-01-271-0/+2
* spi/topcliff_pch: Fix potential NULL dereference on allocation errorYueHaibing2020-01-271-0/+6
* spi: cadence: Correct initialisation of runtime PMCharles Keepax2020-01-271-7/+4
* spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard2020-01-171-7/+3
* spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan2020-01-121-0/+2
* spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy2020-01-041-3/+3
* spi: fsl: don't map irq during probeChristophe Leroy2020-01-041-3/+2
* spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan2019-12-311-0/+3