index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
spi: cadence-quadspi: Fix cqspi_setup_flash()
Santhosh Kumar K
1
-5
/
+8
2025-10-19
spi: cadence-quadspi: Flush posted register writes before DAC access
Pratyush Yadav
1
-0
/
+2
2025-10-19
spi: cadence-quadspi: Flush posted register writes before INDAC access
Pratyush Yadav
1
-0
/
+3
2025-10-15
spi: fix return code when spi device has too many chipselects
Jonas Gorski
1
-1
/
+1
2025-09-22
spi: omap2-mcspi: drive SPI_CLK on transfer_setup()
Bastien Curutchet (Schneider Electric)
1
-0
/
+1
2025-09-18
spi: cadence-qspi: defer runtime support on socfpga if reset bit is enabled
Khairul Anuar Romli
1
-17
/
+36
2025-09-03
spi: spi-qpic-snand: unregister ECC engine on probe error and device remove
Gabor Juhos
1
-2
/
+4
2025-09-01
spi: spi-fsl-lpspi: Generic fixes and support for
Mark Brown
1
-19
/
+28
2025-09-01
spi: cadence-quadspi: Implement refcount to handle unbind during busy
Khairul Anuar Romli
1
-0
/
+33
2025-09-01
spi: spi-fsl-lpspi: Add compatible for S32G
Larisa Grigore
1
-0
/
+5
2025-09-01
spi: spi-fsl-lpspi: Parameterize reading num-cs from hardware
James Clark
1
-1
/
+3
2025-09-01
spi: spi-fsl-lpspi: Treat prescale_max == 0 as no erratum
James Clark
1
-5
/
+5
2025-09-01
spi: spi-fsl-lpspi: Constify devtype datas
James Clark
1
-2
/
+2
2025-09-01
spi: spi-fsl-lpspi: Clear status register after disabling the module
Larisa Grigore
1
-4
/
+5
2025-09-01
spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abort
Larisa Grigore
1
-3
/
+1
2025-09-01
spi: spi-fsl-lpspi: Set correct chip-select polarity bit
Larisa Grigore
1
-2
/
+5
2025-09-01
spi: spi-fsl-lpspi: Fix transmissions when using CONT
Larisa Grigore
1
-2
/
+2
2025-08-29
spi: microchip-core-qspi: stop checking viability of op->max_freq in supports_op callback
Conor Dooley
1
-12
/
+0
2025-08-21
Merge tag 'spi-fix-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
4
-17
/
+27
2025-08-21
spi: st: fix PM macros to use CONFIG_PM instead of CONFIG_PM_SLEEP
Raphael Gallais-Pou
1
-5
/
+5
2025-08-09
Merge tag 'spi-fix-v6.17-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
1
-1
/
+1
2025-08-07
spi: spi-qpic-snand: fix calculating of ECC OOB regions' properties
Gabor Juhos
1
-6
/
+14
2025-08-07
spi: spi-fsl-lpspi: Clamp too high speed_hz
Stefan Wahren
1
-5
/
+3
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
1
-1
/
+1
2025-08-06
spi: spi-mem: add spi_mem_adjust_op_freq() in spi_mem_supports_op()
Tianyu Xu
1
-0
/
+3
2025-08-04
spi: spi-mem: Add missing kdoc argument
Miquel Raynal
1
-0
/
+1
2025-08-04
spi: spi-qpic-snand: use correct CW_PER_PAGE value for OOB write
Gabor Juhos
1
-1
/
+1
2025-08-01
spi: cs42l43: Property entry should be a null-terminated array
Simon Trimmer
1
-1
/
+1
2025-07-31
Merge tag 'mtd/for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Linus Torvalds
1
-5
/
+22
2025-07-31
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
1
-1
/
+1
2025-07-30
spi: spi-mem: Take into account the actual maximum frequency
Miquel Raynal
1
-4
/
+14
2025-07-30
spi: spi-mem: Use picoseconds for calculating the op durations
Miquel Raynal
1
-3
/
+10
2025-07-29
Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+3
2025-07-29
Merge branches 'clk-bindings', 'clk-cleanup', 'clk-pwm', 'clk-hw-device', 'clk-xilinx' and 'clk-adi' into clk-next
Stephen Boyd
1
-1
/
+1
2025-07-28
Merge tag 'spi-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
37
-454
/
+2479
2025-07-28
Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+1
2025-07-25
spi: SPISG: Fix less than zero comparison on a u32 variable
Colin Ian King
1
-1
/
+1
2025-07-25
spi: intel: Allow writeable MTD partition with module param
Jakub Czapiga
1
-3
/
+10
2025-07-24
spi: sophgo: Add SPI NOR controller for SG2042
Mark Brown
1
-3
/
+26
2025-07-24
Add RSPI support for RZ/V2H
Mark Brown
3
-0
/
+475
2025-07-24
support for amlogic the new SPI IP
Mark Brown
3
-0
/
+898
2025-07-24
spi: Add driver for the RZ/V2H(P) RSPI IP
Fabrizio Castro
3
-0
/
+475
2025-07-24
spi: Add Amlogic SPISG driver
Sunny Luo
3
-0
/
+898
2025-07-24
spi: spi-sg2044-nor: Add SPI-NOR controller for SG2042
Zixian Zeng
1
-0
/
+6
2025-07-24
spi: spi-sg2044-nor: Add configurable chip_info
Zixian Zeng
1
-3
/
+20
2025-07-23
spi: spi-qpic-snand: simplify bad block marker duplication
Gabor Juhos
1
-4
/
+10
2025-07-23
spi: spi-qpic-snand: don't hardcode ECC steps
Gabor Juhos
1
-1
/
+1
2025-07-22
Merge branches 'pm-misc' and 'pm-tools'
Rafael J. Wysocki
1
-1
/
+1
2025-07-21
spidev: introduce trivial abb sensor device
Mark Brown
5
-10
/
+38
2025-07-21
spi: spidev: Add an entry for the ABB spi sensors
Heiko Schocher
1
-0
/
+2
[next]