summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2020-07-29spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu1-7/+8
2020-07-22spi: sprd: switch the sequence of setting WDG_LOAD_LOW and _HIGHLingling Xu1-1/+1
2020-07-22spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde1-8/+6
2020-07-22spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transferKrzysztof Kozlowski1-14/+1
2020-07-16spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan1-10/+10
2020-07-16spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan1-2/+2
2020-07-16spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transferKrzysztof Kozlowski1-1/+10
2020-07-16spi: spi-fsl-dspi: Adding shutdown hookPeng Ma1-0/+23
2020-07-09spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski1-4/+13
2020-06-30spi: spi-fsl-dspi: Free DMA memory with matching functionKrzysztof Kozlowski1-4/+4
2020-06-22spi: spi-fsl-dspi: fix native data copyAngelo Dureghello1-2/+22
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: mux: repair mux usagePeter Rosin1-4/+4
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-04-03Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2020-03-31Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+2
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki1-2/+2
2020-03-27Merge branch 'spi-5.7' into spi-nextMark Brown24-574/+2968
2020-03-27spi: efm32: Convert to use GPIO descriptorsLinus Walleij1-41/+3
2020-03-23spi: spi-fsl-lpspi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-23spi: spi-s3c24xx: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-21spi: stm32: Fix comments compilation warningsAlain Volmat1-17/+45
2020-03-20spi: atmel-quadspi: Add verbose debug facilities to monitor register accessesTudor Ambarus1-22/+97
2020-03-19spi: spi-fsl-dspi: Add support for LS1028AVladimir Oltean1-0/+9
2020-03-19spi: spi-fsl-dspi: Move invariant configs out of dspi_transfer_one_messageVladimir Oltean1-26/+29
2020-03-19spi: spi-fsl-dspi: Fix interrupt-less DMA mode taking an XSPI code pathVladimir Oltean1-7/+9
2020-03-19spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for non-DMA modeVladimir Oltean1-2/+4
2020-03-19spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completionVladimir Oltean1-13/+6
2020-03-19spi: spi-fsl-dspi: Protect against races on dspi->words_in_flightVladimir Oltean1-59/+52
2020-03-19spi: spi-fsl-dspi: Avoid reading more data than written in EOQ modeVladimir Oltean1-2/+5
2020-03-19spi: spi-fsl-dspi: Fix bits-per-word acceleration in DMA modeVladimir Oltean1-54/+32
2020-03-19spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and TXDATAVladimir Oltean1-6/+20
2020-03-19spi: spi-fsl-dspi: Don't access reserved fields in SPI_MCRVladimir Oltean1-2/+5
2020-03-17spi: mxs: Drop GPIO includesLinus Walleij1-2/+1
2020-03-12Merge series "spi: meson-spicc: add support for AXG and G12A variants" from N...Mark Brown2-127/+370
2020-03-12spi: acpi: remove superfluous parameter checkWolfram Sang1-1/+1