index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-14
spi: spi-nxp-fspi: move the register operation after the clock enable
Haibo Chen
1
-6
/
+5
2021-06-08
spi: tegra20-slink: Ensure SPI controller reset is deasserted
Jon Hunter
1
-0
/
+5
2021-06-03
spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd()
Patrice Chotard
1
-1
/
+4
2021-06-02
spi: spi-zynq-qspi: Fix some wrong goto jumps & missing error code
zpershuai
1
-3
/
+4
2021-06-01
spi: Cleanup on failure of initial setup
Lukas Wunner
5
-19
/
+54
2021-05-24
spi: bcm2835: Fix out-of-bounds access with more than 4 slaves
Lukas Wunner
1
-2
/
+8
2021-05-21
spi: sc18is602: implement .max_{transfer,message}_size() for the controller
Vladimir Oltean
1
-0
/
+7
2021-05-21
spi: sc18is602: don't consider the chip select byte in sc18is602_check_transfer
Vladimir Oltean
1
-1
/
+1
2021-05-18
Merge tag 'v5.13-rc2' into spi-5.13
Mark Brown
5
-27
/
+16
2021-05-14
spi: Don't have controller clean up spi device before driver unbind
Saravana Kannan
1
-3
/
+3
2021-05-12
spi: Assume GPIO CS active high in ACPI case
Andy Shevchenko
1
-4
/
+18
2021-05-12
spi: sprd: Add missing MODULE_DEVICE_TABLE
Chunyan Zhang
1
-0
/
+1
2021-05-10
spi: take the SPI IO-mutex in the spi_set_cs_timing method
Leilk Liu
1
-2
/
+7
2021-05-10
spi: spi-fsl-dspi: Fix a resource leak in an error handling path
Christophe JAILLET
1
-1
/
+3
2021-04-30
Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-3
/
+2
2021-04-29
spi: spi-zynq-qspi: Fix stack violation bug
Karen Dombroski
1
-4
/
+3
2021-04-29
spi: spi-zynq-qspi: Fix kernel-doc warning
Amit Kumar Mahapatra
1
-1
/
+1
2021-04-28
spi: altera: Make SPI_ALTERA_CORE invisible
Geert Uytterhoeven
1
-1
/
+1
2021-04-28
spi: Fix spi device unregister flow
Saravana Kannan
1
-6
/
+12
2021-04-27
Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
1
-1
/
+2
2021-04-26
Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
49
-632
/
+1488
2021-04-23
spi: Rename enable1 to activate in spi_set_cs()
Andy Shevchenko
1
-5
/
+4
2021-04-22
spi: stm32-qspi: fix debug format string
Arnd Bergmann
1
-1
/
+1
2021-04-21
spi: fsi: add a missing of_node_put
Christophe JAILLET
1
-1
/
+3
2021-04-21
spi: Make error handling of gpiod_count() call cleaner
Andy Shevchenko
1
-6
/
+7
2021-04-20
Merge series "spi: altera: Add DFL bus support for Altera SPI" from matthew.g...
Mark Brown
5
-163
/
+401
2021-04-20
spidev: Add Micron SPI NOR Authenta device compatible
Shivamurthy Shastri
1
-0
/
+1
2021-04-20
spi: altera: Add DFL bus driver for Altera API Controller
Matthew Gerlach
3
-0
/
+214
2021-04-20
spi: altera: separate core code from platform code
Matthew Gerlach
4
-163
/
+187
2021-04-20
spi: stm32-qspi: Fix compilation warning in ARM64
Patrice Chotard
1
-1
/
+1
2021-04-19
Merge series "spi: stm32-qspi: Fix and update" from <patrice.chotard@foss.st....
Mark Brown
1
-22
/
+84
2021-04-19
spi: Handle SPI device setup callback failure.
Joe Burmeister
1
-1
/
+8
2021-04-19
spi: sync up initial chipselect state
David Bauer
1
-8
/
+8
2021-04-19
spi: stm32-qspi: Add dirmap support
Patrice Chotard
1
-16
/
+67
2021-04-19
spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transfer
Patrice Chotard
1
-2
/
+3
2021-04-19
spi: stm32-qspi: fix pm_runtime usage_count counter
Christophe Kerello
1
-4
/
+14
2021-04-16
spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails
Quanyang Wang
1
-6
/
+20
2021-04-16
spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op
Quanyang Wang
1
-10
/
+4
2021-04-16
spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bug
Amit Kumar Mahapatra
1
-4
/
+6
2021-04-16
spi: spi-zynqmp-gqspi: fix hang issue when suspend/resume
Quanyang Wang
1
-6
/
+14
2021-04-16
spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issue
Quanyang Wang
1
-39
/
+8
2021-04-15
Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
3
-8
/
+8
2021-04-15
spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probe
Dinghao Liu
1
-2
/
+12
2021-04-15
spi: s3c64xx: constify driver/match data
Krzysztof Kozlowski
1
-11
/
+10
2021-04-15
spi: s3c64xx: correct kerneldoc of s3c64xx_spi_port_config
Krzysztof Kozlowski
1
-1
/
+1
2021-04-15
spi: s3c64xx: simplify getting of_device_id match data
Krzysztof Kozlowski
1
-7
/
+3
2021-04-15
spi: pxa2xx: Add support for Intel Alder Lake PCH-M
Jarkko Nikula
1
-0
/
+4
2021-04-12
Merge series "Minor updates for hisi-sfc-v3xx" from Yicong Yang <yangyicong@h...
Mark Brown
1
-4
/
+3
2021-04-12
spi: spi-zynqmp-gqspi: Fix missing unlock on error in zynqmp_qspi_exec_op()
Wei Yongjun
1
-1
/
+3
2021-04-12
spi: hisi-sfc-v3xx: drop unnecessary ACPI_PTR and related ifendif protection
Yicong Yang
1
-4
/
+2
[next]