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
2022-09-08
Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-9
/
+41
2022-09-02
spi: spi: Fix queue hang if previous transfer failed
David Jander
1
-2
/
+1
2022-09-02
spi: mux: Fix mux interaction with fast path optimisations
Mark Brown
2
-1
/
+2
2022-08-22
spi: cadence-quadspi: Disable irqs during indirect reads
Niravkumar L Rabara
1
-4
/
+34
2022-08-16
Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-35
/
+108
2022-08-15
spi: bitbang: Fix lsb-first Rx
Robin Murphy
1
-2
/
+4
2022-08-11
spi: meson-spicc: add local pow2 clock ops to preserve rate between messages
Neil Armstrong
1
-28
/
+101
2022-08-06
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+1
2022-08-05
spi: spi.c: Add missing __percpu annotations in users of spi_statistics
David Jander
1
-7
/
+7
2022-08-04
Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+2
2022-08-02
Merge tag 'spi-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
31
-578
/
+1807
2022-08-02
Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-07-29
Add SPI Driver to HPE GXP Architecture
Mark Brown
3
-0
/
+333
2022-07-29
spi: spi-gxp: Add support for HPE GXP SoCs
Nick Hawkins
3
-0
/
+333
2022-07-26
spi: a3700: support BE for AC5 SPI driver
Noam
1
-2
/
+2
2022-07-25
spi: bcm2835: enable shared interrupt support
Martin Sperl
1
-2
/
+6
2022-07-21
spi: spi-rspi: Fix PIO fallback on RZ platforms
Biju Das
1
-0
/
+4
2022-07-20
spi: spi-cadence: Fix SPI NO Slave Select macro definition
Sai Krishna Potthuri
1
-1
/
+1
2022-07-20
spi: npcm-fiu: Add NPCM8XX support
Tomer Maimon
1
-0
/
+25
2022-07-20
spi: npcm-fiu: Modify direct read dummy configuration
Tomer Maimon
1
-2
/
+1
2022-07-20
spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA tr...
Marc Kleine-Budde
1
-4
/
+8
2022-07-18
spi: atmel: remove #ifdef CONFIG_{PM, SLEEP}
Claudiu Beznea
1
-11
/
+4
2022-07-14
spi: cadence-quadspi: Remove spi_master_put() in probe failure path
Vaishnav Achath
1
-12
/
+7
2022-07-13
Add support for Intel Thunder Bay SPI controller
Mark Brown
3
-16
/
+10
2022-07-13
spi: microchip-core: fix and cleanups
Mark Brown
1
-36
/
+20
2022-07-13
spi: tegra20-slink: fix UAF in tegra_slink_remove()
Yang Yingliang
1
-1
/
+2
2022-07-13
spi: Fix simplification of devm_spi_register_controller
Yang Yingliang
1
-5
/
+14
2022-07-13
spi: microchip-core: switch to use dev_err_probe()
Yang Yingliang
1
-25
/
+17
2022-07-13
spi: microchip-core: switch to use devm_spi_alloc_master()
Yang Yingliang
1
-13
/
+7
2022-07-13
spi: microchip-core: fix UAF in mchp_corespi_remove()
Yang Yingliang
1
-2
/
+0
2022-07-13
spi: dw: Add support for Intel Thunder Bay SPI controller
Nandhini Srikandan
2
-6
/
+5
2022-07-13
spi: dw: Add support for master mode selection for DWC SSI controller
Nandhini Srikandan
2
-9
/
+4
2022-07-13
spi: dw: Fix IP-core versions macro
Nandhini Srikandan
1
-1
/
+1
2022-07-12
Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...
Arnd Bergmann
1
-1
/
+1
2022-07-11
spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
William Zhang
1
-1
/
+1
2022-07-11
spi: remove duplicate parameters check in acpi_spi_add_resource()
Andy Shevchenko
1
-3
/
+0
2022-07-11
spi: propagate error code to the caller of acpi_spi_device_alloc()
Andy Shevchenko
1
-1
/
+1
2022-07-11
spi: Return deferred probe error when controller isn't yet available
Andy Shevchenko
1
-1
/
+1
2022-07-06
spi: Merge AMD fix
Mark Brown
1
-0
/
+8
2022-07-06
spi: AMD SPI controller driver bug fix and cleanups
Mark Brown
1
-23
/
+30
2022-07-06
spi: amd: Add struct and enum kernel-doc comments
Cristian Ciocaltea
1
-2
/
+12
2022-07-06
spi: amd: Drop io_base_addr member from struct amd_spi
Cristian Ciocaltea
1
-1
/
+0
2022-07-06
spi: amd: Make use of dev_err_probe()
Cristian Ciocaltea
1
-11
/
+8
2022-07-06
spi: amd: Make use of devm_spi_alloc_master()
Cristian Ciocaltea
1
-11
/
+4
2022-07-06
spi: amd: Limit max transfer and message size
Cristian Ciocaltea
1
-0
/
+8
2022-06-30
Fix some coding style issues
Mark Brown
1
-53
/
+53
2022-06-30
spi: spi.c: Remove redundant else block
David Jander
1
-5
/
+5
2022-06-30
spi: spi.c: Fix comment style
David Jander
1
-47
/
+47
2022-06-30
spi: spi.c: White-space fix in __spi_pump_messages()
David Jander
1
-1
/
+1
2022-06-30
spi: pxa2xx: Add support for Intel Meteor Lake-P
Jarkko Nikula
1
-0
/
+4
[next]