summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2021-04-30Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
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
2021-04-15Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2021-04-15spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probeDinghao Liu
2021-04-15spi: s3c64xx: constify driver/match dataKrzysztof Kozlowski
2021-04-15spi: s3c64xx: correct kerneldoc of s3c64xx_spi_port_configKrzysztof Kozlowski
2021-04-15spi: s3c64xx: simplify getting of_device_id match dataKrzysztof Kozlowski
2021-04-15spi: pxa2xx: Add support for Intel Alder Lake PCH-MJarkko Nikula
2021-04-12Merge series "Minor updates for hisi-sfc-v3xx" from Yicong Yang <yangyicong@h...Mark Brown
2021-04-12spi: spi-zynqmp-gqspi: Fix missing unlock on error in zynqmp_qspi_exec_op()Wei Yongjun
2021-04-12spi: hisi-sfc-v3xx: drop unnecessary ACPI_PTR and related ifendif protectionYicong Yang
2021-04-12spi: hisi-sfc-v3xx: fix potential irq race conditionYicong Yang
2021-04-12Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki
2021-04-09Merge series "spi: spi-zynqmp-gpspi: fix some issues" from quanyang.wang@wind...Mark Brown
2021-04-09spi: davinci: Use device_get_match_data() helperTian Tao
2021-04-09spi: qup: fix PM reference leak in spi_qup_remove()Wang Li
2021-04-09spi: orion: set devdata properly as it is being used laterMuhammad Usama Anjum
2021-04-09spi: imx: add a check for speed_hz before calculating the clockClark Wang
2021-04-09spi: omap-100k: Fix reference leak to masterWei Yongjun
2021-04-09spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li
2021-04-09spi: simplify devm_spi_register_controllerTian Tao
2021-04-09spi: dln2: Fix reference leak to masterWei Yongjun
2021-04-09spi: spi-zynqmp-gqspi: fix incorrect operating mode in zynqmp_qspi_read_opQuanyang Wang
2021-04-09spi: spi-zynqmp-gqspi: transmit dummy circles by using the controller's inter...Quanyang Wang
2021-04-09spi: spi-zynqmp-gqspi: add mutex locking for exec_opQuanyang Wang
2021-04-09spi: spi-zynqmp-gqspi: use wait_for_completion_timeout to make zynqmp_qspi_ex...Quanyang Wang
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-04-08spi: fsl: add missing iounmap() on error in of_fsl_spi_probe()Yang Yingliang
2021-04-08spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III