summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2021-07-14spi: spi-sun6i: Fix chipselect/clock bugMirko Vogt
2021-07-14spi: Avoid undefined behaviour when counting unused native CSsAndy Shevchenko
2021-07-14spi: Allow to have all native CSs in use along with GPIOsAndy Shevchenko
2021-07-14spi: meson-spicc: fix memory leak in meson_spicc_probezpershuai
2021-07-14spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.zpershuai
2021-07-14spi: omap-100k: Fix the length judgment problemTian Tao
2021-07-14spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang
2021-07-14spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang
2021-07-14spi: Make of_register_spi_device also set the fwnodeCharles Keepax
2021-06-14spi: spi-nxp-fspi: move the register operation after the clock enableHaibo Chen
2021-06-08spi: tegra20-slink: Ensure SPI controller reset is deassertedJon Hunter
2021-06-03spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd()Patrice Chotard
2021-06-02spi: spi-zynq-qspi: Fix some wrong goto jumps & missing error codezpershuai
2021-06-01spi: Cleanup on failure of initial setupLukas Wunner
2021-05-24spi: bcm2835: Fix out-of-bounds access with more than 4 slavesLukas Wunner
2021-05-21spi: sc18is602: implement .max_{transfer,message}_size() for the controllerVladimir Oltean
2021-05-21spi: sc18is602: don't consider the chip select byte in sc18is602_check_transferVladimir Oltean
2021-05-18Merge tag 'v5.13-rc2' into spi-5.13Mark Brown
2021-05-14spi: Don't have controller clean up spi device before driver unbindSaravana Kannan
2021-05-12spi: Assume GPIO CS active high in ACPI caseAndy Shevchenko
2021-05-12spi: sprd: Add missing MODULE_DEVICE_TABLEChunyan Zhang
2021-05-10spi: take the SPI IO-mutex in the spi_set_cs_timing methodLeilk Liu
2021-05-10spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET
2021-04-30Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-04-29spi: spi-zynq-qspi: Fix stack violation bugKaren Dombroski
2021-04-29spi: spi-zynq-qspi: Fix kernel-doc warningAmit Kumar Mahapatra
2021-04-28spi: altera: Make SPI_ALTERA_CORE invisibleGeert Uytterhoeven
2021-04-28spi: Fix spi device unregister flowSaravana Kannan
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-26Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2021-04-23spi: Rename enable1 to activate in spi_set_cs()Andy Shevchenko
2021-04-22spi: stm32-qspi: fix debug format stringArnd Bergmann
2021-04-21spi: fsi: add a missing of_node_putChristophe JAILLET
2021-04-21spi: Make error handling of gpiod_count() call cleanerAndy Shevchenko
2021-04-20Merge series "spi: altera: Add DFL bus support for Altera SPI" from matthew.g...Mark Brown
2021-04-20spidev: Add Micron SPI NOR Authenta device compatibleShivamurthy Shastri
2021-04-20spi: altera: Add DFL bus driver for Altera API ControllerMatthew Gerlach
2021-04-20spi: altera: separate core code from platform codeMatthew Gerlach
2021-04-20spi: stm32-qspi: Fix compilation warning in ARM64Patrice Chotard
2021-04-19Merge series "spi: stm32-qspi: Fix and update" from <patrice.chotard@foss.st....Mark Brown
2021-04-19spi: Handle SPI device setup callback failure.Joe Burmeister
2021-04-19spi: sync up initial chipselect stateDavid Bauer
2021-04-19spi: stm32-qspi: Add dirmap supportPatrice Chotard
2021-04-19spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transferPatrice Chotard
2021-04-19spi: stm32-qspi: fix pm_runtime usage_count counterChristophe Kerello
2021-04-16spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single failsQuanyang Wang
2021-04-16spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_opQuanyang Wang
2021-04-16spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bugAmit Kumar Mahapatra
2021-04-16spi: spi-zynqmp-gqspi: fix hang issue when suspend/resumeQuanyang Wang
2021-04-16spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issueQuanyang Wang