summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2021-07-14spi: spi-sun6i: Fix chipselect/clock bugMirko Vogt1-1/+5
2021-07-14spi: omap-100k: Fix the length judgment problemTian Tao1-1/+1
2021-07-14spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang1-1/+3
2021-07-14spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang1-1/+1
2021-07-14spi: Make of_register_spi_device also set the fwnodeCharles Keepax1-0/+1
2021-06-30spi: spi-nxp-fspi: move the register operation after the clock enableHaibo Chen1-6/+5
2021-06-23spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd()Patrice Chotard1-1/+4
2021-06-16spi: bcm2835: Fix out-of-bounds access with more than 4 slavesLukas Wunner1-2/+8
2021-06-16spi: Cleanup on failure of initial setupLukas Wunner5-22/+57
2021-06-16spi: Don't have controller clean up spi device before driver unbindSaravana Kannan1-3/+3
2021-06-16spi: sprd: Add missing MODULE_DEVICE_TABLEChunyan Zhang1-0/+1
2021-06-16spi: Fix spi device unregister flowSaravana Kannan1-6/+12
2021-06-03spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET1-1/+3
2021-06-03spi: spi-geni-qcom: Fix use-after-free on unbindLukas Wunner1-2/+1
2021-05-14spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li1-1/+1
2021-05-14spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III1-7/+2
2021-05-14spi: stm32: drop devres version of spi_register_masterAntonio Borneo1-1/+2
2021-05-11spi: qup: fix PM reference leak in spi_qup_remove()Wang Li1-1/+1
2021-05-11spi: omap-100k: Fix reference leak to masterWei Yongjun1-3/+3
2021-05-11spi: dln2: Fix reference leak to masterWei Yongjun1-1/+1
2021-05-11spi: ath79: remove spi-master setup and cleanup assignmentDavid Bauer1-2/+0
2021-05-11spi: ath79: always call chipselect functionDavid Bauer1-0/+1
2021-05-11spi: spi-ti-qspi: Free DMA resourcesTudor Ambarus1-6/+14
2021-03-17spi: stm32: make spurious and overrun interrupts visibleAlain Volmat1-11/+4
2021-03-04spi: spi-synquacer: fix set_cs handlingMasahisa Kojima1-0/+4
2021-03-04spi: pxa2xx: Fix the controller numbering for Wildcat PointAndy Shevchenko1-8/+19
2021-03-04spi: stm32: properly handle 0 byte transferAlain Volmat1-0/+4
2021-03-04spi: atmel: Put allocated master before returnPan Bian1-1/+1
2021-03-04ARM: s3c: fix fiq for clang IASArnd Bergmann1-6/+3
2021-01-23spi: cadence: cache reference clock rate during probeMichael Hennerich1-2/+4
2021-01-23spi: npcm-fiu: Disable clock in probe error pathLukas Wunner1-2/+6
2021-01-23spi: npcm-fiu: simplify the return expression of npcm_fiu_probe()Qinglang Miao1-6/+1
2021-01-17spi: stm32: FIFO threshold level - fix align packet sizeRoman Guskov1-2/+2
2020-12-30spi: atmel-quadspi: Fix AHB memory accessesTudor Ambarus1-3/+7
2020-12-30spi: atmel-quadspi: Disable clock in probe error pathLukas Wunner1-1/+1
2020-12-30spi: mt7621: Don't leak SPI master in probe error pathLukas Wunner1-2/+3
2020-12-30spi: mt7621: Disable clock in probe error pathLukas Wunner1-1/+5
2020-12-30spi: synquacer: Disable clock in probe error pathLukas Wunner1-7/+8
2020-12-30spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error pathLukas Wunner1-2/+3
2020-12-30spi: sc18is602: Don't leak SPI master in probe error pathLukas Wunner1-11/+2
2020-12-30spi: rb4xx: Don't leak SPI master in probe error pathLukas Wunner1-1/+1
2020-12-30spi: pic32: Don't leak DMA channels in probe error pathLukas Wunner1-0/+1
2020-12-30spi: mxic: Don't leak SPI master in probe error pathLukas Wunner1-8/+2
2020-12-30spi: gpio: Don't leak SPI master in probe error pathLukas Wunner1-13/+2
2020-12-30spi: fsl: fix use of spisel_boot signal on MPC8309Rasmus Villemoes1-3/+8
2020-12-30spi: davinci: Fix use-after-free on unbindLukas Wunner1-1/+1
2020-12-30spi: atmel-quadspi: Fix use-after-free on unbindLukas Wunner1-10/+5
2020-12-30spi: spi-sh: Fix use-after-free on unbindLukas Wunner1-9/+4
2020-12-30spi: pxa2xx: Fix use-after-free on unbindLukas Wunner1-3/+2
2020-12-30spi: fix resource leak for drivers without .remove callbackUwe Kleine-König1-9/+10