index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-17
Merge remote-tracking branch 'spi/for-5.10' into spi-5.11
Mark Brown
1
-1
/
+2
2020-12-11
spi: Limit the spi device max speed to controller's max speed
Tudor Ambarus
1
-1
/
+2
2020-11-27
Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-18
/
+68
2020-11-24
spi: Fix potential NULL pointer dereference in spi_shutdown()
Marek Szyprowski
1
-3
/
+5
2020-11-20
spi: Take the SPI IO-mutex in the spi_setup() method
Serge Semin
1
-0
/
+5
2020-11-20
spi: Warn when a driver's remove callback returns an error
Uwe Kleine-König
1
-3
/
+10
2020-11-20
spi: Use bus_type functions for probe, remove and shutdown
Uwe Kleine-König
1
-17
/
+16
2020-11-20
spi: fix resource leak for drivers without .remove callback
Uwe Kleine-König
1
-9
/
+10
2020-11-12
spi: Introduce device-managed SPI controller allocation
Lukas Wunner
1
-1
/
+57
2020-11-11
spi: fix client driver breakages when using GPIO descriptors
Sven Van Asbroeck
1
-17
/
+6
2020-10-29
spi: fix a typo inside a kernel-doc markup
Mauro Carvalho Chehab
1
-3
/
+3
2020-09-11
Merge tag 'spi-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+7
2020-09-09
spi: Fix memory leak on splited transfers
Gustav Wiklander
1
-2
/
+7
2020-08-19
Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+20
2020-08-06
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+1
2020-08-03
spi: Prevent adding devices below an unregistering controller
Lukas Wunner
1
-1
/
+20
2020-07-17
spi: Only defer to thread for cleanup when needed
Mark Brown
1
-7
/
+19
2020-07-10
spi: use kthread_create_worker() helper
Marek Szyprowski
1
-14
/
+12
2020-07-02
spi: Avoid setting the chip select if we don't need to
Douglas Anderson
1
-0
/
+11
2020-06-23
spi: introduce fallback to pio
Robin Gong
1
-0
/
+12
2020-06-15
sched,spi: Convert to sched_set_fifo*()
Peter Zijlstra
1
-3
/
+1
2020-05-26
spi: Remove note about transfer limit for spi_write_then_read()
Mark Brown
1
-2
/
+1
2020-05-25
spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coe...
dillon min
1
-1
/
+2
2020-05-22
spi: Make spi_delay_exec() warn if called from atomic context
Mark Brown
1
-0
/
+2
2020-05-20
Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-1
/
+2
2020-05-20
spi: Fix controller unregister order
Lukas Wunner
1
-1
/
+2
2020-05-05
Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-0
/
+1
2020-04-14
spi: remove redundant assignment to variable ms
Colin Ian King
1
-1
/
+1
2020-04-14
spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resource
Andy Shevchenko
1
-0
/
+1
2020-03-27
Merge branch 'spi-5.7' into spi-next
Mark Brown
1
-21
/
+13
2020-03-12
spi: acpi: remove superfluous parameter check
Wolfram Sang
1
-1
/
+1
2020-03-11
Merge tag 'mtk-mtd-spi-move' of https://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
1
-7
/
+2
2020-03-11
spi: make spi-max-frequency optional
Chuanhong Guo
1
-7
/
+2
2020-03-06
Merge tag 'spi-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-17
/
+15
2020-03-05
spi: Do spi_take_timestamp_pre for as many times as necessary
Vladimir Oltean
1
-12
/
+7
2020-03-04
spi: spi_register_controller(): free bus id on error paths
Aaro Koskinen
1
-17
/
+15
2020-02-28
spi: Allow SPI controller override device buswidth
John Garry
1
-1
/
+3
2020-01-23
Merge branch 'spi-5.6' into spi-next
Mark Brown
1
-0
/
+24
2020-01-08
spi: Add generic support for unused native cs with cs-gpios
Geert Uytterhoeven
1
-0
/
+17
2020-01-06
Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-14
/
+8
2019-12-28
spi: Don't look at TX buffer for PTP system timestamping
Vladimir Oltean
1
-14
/
+8
2019-12-28
spi: Catch improper use of PTP system timestamping API
Vladimir Oltean
1
-0
/
+7
2019-11-22
Merge branch 'spi-5.5' into spi-next
Mark Brown
1
-30
/
+283
2019-11-12
spi: Fix regression to return zero on success instead of positive value
Tony Lindgren
1
-0
/
+9
2019-10-31
spi: add power control when set_cs
Luhua Xu
1
-1
/
+14
2019-10-25
spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CS
Gregory CLEMENT
1
-1
/
+2
2019-10-23
spi: Fix spelling in the comments
Andy Shevchenko
1
-2
/
+2
2019-10-18
Merge tag 'v5.4-rc3' into spi-5.4
Mark Brown
1
-23
/
+5
2019-10-18
spi: Fix SPI_CS_HIGH setting when using native and GPIO CS
Gregory CLEMENT
1
-9
/
+9
2019-10-15
spi: spi-fsl-espi: convert transfer delay to `spi_delay` format
Alexandru Ardelean
1
-4
/
+5
[next]