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-09-20
Merge tag 'spi-fix-v5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-5
/
+10
2021-09-20
spi: Fixed division by zero warning
Yoshitaka Ikeda
4
-4
/
+5
2021-09-18
spi: Fix tegra20 build with CONFIG_PM=n
Linus Torvalds
1
-2
/
+2
2021-09-17
spi: sh-msiof: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-1
/
+0
2021-09-17
spi: rspi: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-1
/
+0
2021-09-13
Merge series "Support for Ingenic JZ47xx SPI controller" from Artur Rojek <co...
Mark Brown
3
-0
/
+492
2021-09-13
spi: amd: Don't wait for a write-only transfer to finish
Lucas Tanure
1
-2
/
+10
2021-09-13
spi: amd: Remove unneeded variable
Lucas Tanure
1
-6
/
+3
2021-09-13
spi: amd: Refactor amd_spi_busy_wait
Lucas Tanure
1
-8
/
+2
2021-09-13
spi: amd: Refactor code to use less spi_master_get_devdata
Lucas Tanure
1
-60
/
+34
2021-09-13
SPI: add Ingenic JZ47xx driver.
Artur Rojek
3
-0
/
+492
2021-09-13
Merge existing fixes from spi/for-5.15
Mark Brown
2
-3
/
+8
2021-09-09
spi: tegra20-slink: Declare runtime suspend and resume functions conditionally
Guenter Roeck
1
-3
/
+2
2021-09-03
spi: rockchip: handle zero length transfers without timing out
Tobias Schramm
1
-0
/
+6
2021-09-01
Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
1
-6
/
+35
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+1
2021-09-01
Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-10
/
+12
2021-08-26
Merge remote-tracking branch 'spi/for-5.15' into spi-next
Mark Brown
19
-438
/
+1176
2021-08-26
Merge remote-tracking branch 'spi/for-5.14' into spi-linus
Mark Brown
3
-14
/
+18
2021-08-26
spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_me...
Quanyang Wang
1
-4
/
+4
2021-08-26
spi: sprd: Add ADI r3 support
Chunyan Zhang
1
-50
/
+165
2021-08-26
spi: sprd: Fix the wrong WDG_LOAD_VAL
Chunyan Zhang
1
-1
/
+1
2021-08-24
spi: davinci: invoke chipselect callback
Matija Glavinic Pecotic
1
-7
/
+1
2021-08-24
spi: sprd: fill offset only to RD_CMD register for reading from slave device
Chunyan Zhang
1
-6
/
+5
2021-08-24
spi: sprd: Make sure offset not equal to slave address size
Chunyan Zhang
1
-1
/
+1
2021-08-24
spi: sprd: Pass offset instead of physical address to adi_read/_write()
Chunyan Zhang
1
-61
/
+44
2021-08-23
spi: rockchip-sfc: Fix assigned but never used return error codes
Colin Ian King
1
-2
/
+2
2021-08-23
spi: rockchip-sfc: Remove redundant IO operations
Jon Lin
1
-2
/
+2
2021-08-20
spi: stm32: fix excluded_middle.cocci warnings
kernel test robot
1
-2
/
+1
2021-08-19
spi: coldfire-qspi: Use clk_disable_unprepare in the remove function
Christophe JAILLET
1
-1
/
+1
2021-08-18
spi: tegra20-slink: remove spi_master_put() in tegra_slink_remove()
Yang Yingliang
1
-2
/
+0
2021-08-17
spi: rockchip-sfc: add rockchip serial flash controller
Chris Morgan
3
-0
/
+707
2021-08-16
spi: orion: Prevent incorrect chip select behaviour
Nathan Rossi
1
-6
/
+16
2021-08-12
Merge tag 'imx-ecspi-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Arnd Bergmann
1
-6
/
+35
2021-08-12
spi: mxic: add missing braces
Yang Yingliang
1
-1
/
+2
2021-08-10
spi: spi-pic32: Fix issue with uninitialized dma_slave_config
Tony Lindgren
1
-0
/
+1
2021-08-10
spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_config
Tony Lindgren
1
-0
/
+1
2021-08-09
spi: mediatek: fix build warnning in set cs timing
Mason Zhang
1
-6
/
+6
2021-08-09
spi: mxic: patch for octal DTR mode support
Zhengxun Li
1
-11
/
+30
2021-08-09
spi: tegra20-slink: Don't use resource-managed spi_register helper
Dmitry Osipenko
1
-1
/
+5
2021-08-09
spi: tegra20-slink: Improve runtime PM usage
Dmitry Osipenko
1
-48
/
+25
2021-08-09
Merge 5.14-rc5 into driver-core-next
Greg Kroah-Hartman
6
-19
/
+53
2021-08-09
Merge 5.14-rc5 into char-misc-next
Greg Kroah-Hartman
6
-19
/
+53
2021-08-06
Merge tag 'spi-fix-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-19
/
+53
2021-08-05
spi: cadence-quadspi: Fix check condition for DTR ops
Apurva Nandan
1
-3
/
+18
2021-08-05
spi: modify set_cs_timing parameter
Mason Zhang
2
-50
/
+65
2021-08-05
spi: move cs spi_delay to spi_device
Mason Zhang
1
-3
/
+3
2021-08-05
misc: gehc-achc: new driver
Sebastian Reichel
1
-1
/
+0
2021-08-05
Merge tag 'fpga-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/md...
Greg Kroah-Hartman
1
-9
/
+12
2021-08-03
Merge series "arm: ep93xx: CCF conversion" from Nikita Shubin <nikita.shubin@...
Mark Brown
1
-2
/
+2
[prev]
[next]