index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-08
spi: spi-fsl-dspi: Fix crash when not using GPIO chip select
Frank Li
1
-1
/
+5
2024-11-08
spi: geni-qcom: Fix boot warning related to pm_runtime and devres
Georgi Djakov
1
-3
/
+5
2024-10-10
spi: bcm63xx: Fix missing pm_runtime_disable()
Jinjie Ruan
1
-4
/
+4
2024-10-10
spi: bcm63xx: Fix module autoloading
Jinjie Ruan
1
-0
/
+1
2024-10-10
spi: rpc-if: Add missing MODULE_DEVICE_TABLE
Biju Das
1
-0
/
+7
2024-10-10
spi: s3c64xx: fix timeout counters in flush_fifo
Ben Dooks
1
-2
/
+2
2024-10-10
spi: spi-cadence: Fix missing spi_controller_is_target() check
Jinjie Ruan
1
-2
/
+4
2024-10-10
spi: spi-cadence: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
1
-2
/
+2
2024-10-10
spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
1
-1
/
+1
2024-10-04
spi: atmel-quadspi: Fix wrong register value written to MR
Alexander Dahl
1
-1
/
+1
2024-10-04
spi: fspi: add support for imx8ulp
Haibo Chen
1
-0
/
+10
2024-10-04
spi: fspi: involve lut_num for struct nxp_fspi_devtype_data
Haibo Chen
1
-19
/
+25
2024-10-04
spi: atmel-quadspi: Avoid overwriting delay register settings
Alexander Dahl
1
-6
/
+8
2024-10-04
spi: airoha: remove read cache in airoha_snand_dirmap_read()
Lorenzo Bianconi
1
-21
/
+0
2024-10-04
spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time
Jinjie Ruan
1
-0
/
+1
2024-10-04
spi: atmel-quadspi: Undo runtime PM changes at driver exit time
Jinjie Ruan
1
-0
/
+1
2024-10-04
spi: airoha: fix airoha_snand_{write,read}_data data_len estimation
Lorenzo Bianconi
1
-2
/
+2
2024-10-04
spi: airoha: fix dirmap_{read,write} operations
Lorenzo Bianconi
1
-4
/
+14
2024-10-04
spi: bcmbca-hsspi: Fix missing pm_runtime_disable()
Jinjie Ruan
1
-4
/
+4
2024-10-04
spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ
Andy Shevchenko
1
-3
/
+3
2024-10-04
spi: ppc4xx: handle irq_of_parse_and_map() errors
Ma Ke
1
-0
/
+3
2024-09-11
spi: nxp-fspi: fix the KASAN report out-of-bounds bug
Han Xu
1
-2
/
+3
2024-09-09
spi: geni-qcom: Fix incorrect free_irq() sequence
Jinjie Ruan
1
-2
/
+2
2024-09-09
spi: geni-qcom: Undo runtime PM changes at driver exit time
Jinjie Ruan
1
-7
/
+6
2024-09-05
spi: spi-fsl-lpspi: Fix off-by-one in prescale max
Stefan Wahren
1
-2
/
+2
2024-09-03
spi: spidev: Add missing spi_device_id for jg10309-01
Geert Uytterhoeven
1
-0
/
+1
2024-09-02
spi: bcm63xx: Enable module autoloading
Liao Chen
1
-0
/
+1
2024-08-30
spi: intel: Add check devm_kasprintf() returned value
Charles Han
1
-0
/
+3
2024-08-29
spi: spidev: Add an entry for elgin,jg10309-01
Fabio Estevam
1
-0
/
+1
2024-08-28
spi: rockchip: Resolve unbalanced runtime PM / system PM handling
Brian Norris
1
-16
/
+7
2024-08-22
spi: pxa2xx: Move PM runtime handling to the glue drivers
Andy Shevchenko
3
-17
/
+35
2024-08-22
spi: pxa2xx: Do not override dev->platform_data on probe
Andy Shevchenko
4
-9
/
+7
2024-08-20
spi: spi-fsl-lpspi: limit PRESCALE bit in TCR register
Carlos Song
1
-2
/
+29
2024-08-14
spi: spi-cadence-quadspi: Fix OSPI NOR failures during system resume
Vignesh Raghavendra
1
-1
/
+13
2024-08-13
spi: zynqmp-gqspi: Scale timeout by data size
Sean Anderson
1
-6
/
+24
2024-08-07
spi: spi-fsl-lpspi: Fix scldiv calculation
Stefan Wahren
1
-2
/
+4
2024-07-30
spi: spidev: Add missing spi_device_id for bh2228fv
Geert Uytterhoeven
1
-0
/
+1
2024-07-30
spi: hisi-kunpeng: Add verification for the max_frequency provided by the fir...
Devyn Liu
1
-0
/
+3
2024-07-30
spi: hisi-kunpeng: Add validation for the minimum value of speed_hz
Devyn Liu
1
-0
/
+1
2024-07-27
Merge tag 'spi-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-80
/
+111
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-07-19
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+0
2024-07-18
spi: spidev: add correct compatible for Rohm BH2228FV
Conor Dooley
1
-0
/
+1
2024-07-15
Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
34
-530
/
+911
2024-07-15
spi: microchip-core: add support for word sizes of 1 to 32 bits
Steve Wilkins
1
-22
/
+31
2024-07-15
spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer
Steve Wilkins
1
-0
/
+4
2024-07-15
spi: microchip-core: fix init function not setting the master and motorola modes
Steve Wilkins
1
-8
/
+9
2024-07-15
spi: microchip-core: only disable SPI controller when register value change r...
Steve Wilkins
1
-38
/
+41
2024-07-15
spi: microchip-core: defer asserting chip select until just before write to T...
Steve Wilkins
1
-2
/
+17
2024-07-15
spi: microchip-core: fix the issues in the isr
Naga Sureshkumar Relli
1
-10
/
+8
[next]