index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'spi-fix-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-18
1
-6
/
+6
|
\
|
*
spi: fix use-after-free of the add_lock mutex
Michael Walle
2021-11-12
1
-6
/
+6
*
|
Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2021-11-01
1
-142
/
+95
|
\
|
|
*
Merge branch 'spi-5.15' into spi-5.16
Mark Brown
2021-10-14
1
-16
/
+11
|
|
\
|
*
|
spi: Make several public functions private to spi.c
Uwe Kleine-König
2021-10-07
1
-27
/
+14
|
*
|
spi: Reorder functions to simplify the next commit
Uwe Kleine-König
2021-10-07
1
-86
/
+86
|
*
|
spi: Remove unused function spi_busnum_to_master()
Uwe Kleine-König
2021-10-07
1
-35
/
+0
|
*
|
spi: Move comment about chipselect check to the right place
Uwe Kleine-König
2021-10-07
1
-4
/
+5
*
|
|
Merge tag 'v5.15-rc6' into regulator-5.16
Mark Brown
2021-10-18
1
-24
/
+11
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
spi-mux: Fix false-positive lockdep splats
Uwe Kleine-König
2021-10-14
1
-6
/
+6
|
*
|
spi: Fix deadlock when adding SPI controllers on SPI buses
Mark Brown
2021-10-14
1
-11
/
+6
|
|
/
|
*
spi: Revert modalias changes
Mark Brown
2021-09-21
1
-8
/
+0
*
|
spi: Check we have a spi_device_id for each DT compatible
Mark Brown
2021-09-22
1
-0
/
+41
|
/
*
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-09-01
1
-3
/
+1
|
\
|
*
Merge 5.14-rc5 into driver-core-next
Greg Kroah-Hartman
2021-08-09
1
-0
/
+4
|
|
\
|
*
|
bus: Make remove callback return void
Uwe Kleine-König
2021-07-21
1
-3
/
+1
*
|
|
Merge remote-tracking branch 'spi/for-5.15' into spi-next
Mark Brown
2021-08-26
1
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
spi: move cs spi_delay to spi_device
Mason Zhang
2021-08-05
1
-3
/
+3
|
|
/
*
|
Merge tag 'spi-fix-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-08-06
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
spi: update modalias_show after of_device_uevent_modalias support
Andreas Schwab
2021-07-22
1
-0
/
+4
*
|
Merge remote-tracking branch 'spi/for-5.14' into spi-next
Mark Brown
2021-06-25
1
-119
/
+148
|
\
|
|
*
spi: core: add dma_map_dev for dma device
Vinod Koul
2021-06-25
1
-0
/
+4
|
*
spi: Fix self assignment issue with ancillary->mode
Colin Ian King
2021-06-24
1
-1
/
+1
|
*
spi: add ancillary device support
Sebastian Reichel
2021-06-22
1
-31
/
+106
|
*
spi: add of_device_uevent_modalias support
Marco Felsch
2021-06-15
1
-0
/
+4
|
*
spi: remove spi_set_cs_timing()
Greg Kroah-Hartman
2021-06-09
1
-73
/
+0
|
*
Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2021-06-01
1
-9
/
+28
|
|
\
|
*
|
spi: Enable tracing of the SPI setup CS selection
Andy Shevchenko
2021-05-26
1
-0
/
+4
|
*
|
spi: Use SPI_MODE_X_MASK
Andy Shevchenko
2021-05-11
1
-2
/
+2
|
*
|
spi: Convert to use predefined time multipliers
Andy Shevchenko
2021-05-11
1
-13
/
+28
*
|
|
Merge remote-tracking branch 'spi/for-5.12' into spi-linus
Mark Brown
2021-06-25
1
-3
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
spi: Avoid undefined behaviour when counting unused native CSs
Andy Shevchenko
2021-04-21
1
-1
/
+1
|
*
|
spi: Allow to have all native CSs in use along with GPIOs
Andy Shevchenko
2021-04-21
1
-2
/
+3
|
*
|
spi: Make of_register_spi_device also set the fwnode
Charles Keepax
2021-04-21
1
-0
/
+1
*
|
|
spi: Don't have controller clean up spi device before driver unbind
Saravana Kannan
2021-05-14
1
-3
/
+3
*
|
|
spi: Assume GPIO CS active high in ACPI case
Andy Shevchenko
2021-05-12
1
-4
/
+18
*
|
|
spi: take the SPI IO-mutex in the spi_set_cs_timing method
Leilk Liu
2021-05-10
1
-2
/
+7
|
|
/
|
/
|
*
|
spi: Fix spi device unregister flow
Saravana Kannan
2021-04-28
1
-6
/
+12
*
|
spi: Rename enable1 to activate in spi_set_cs()
Andy Shevchenko
2021-04-23
1
-5
/
+4
*
|
spi: Make error handling of gpiod_count() call cleaner
Andy Shevchenko
2021-04-21
1
-6
/
+7
*
|
spi: Handle SPI device setup callback failure.
Joe Burmeister
2021-04-19
1
-1
/
+8
*
|
spi: sync up initial chipselect state
David Bauer
2021-04-19
1
-8
/
+8
*
|
Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2021-04-15
1
-7
/
+2
|
\
|
|
*
spi: Fix use-after-free with devm_spi_alloc_*
William A. Kennington III
2021-04-08
1
-7
/
+2
*
|
spi: simplify devm_spi_register_controller
Tian Tao
2021-04-09
1
-14
/
+5
*
|
spi: Fix spelling mistake "softwade" -> "software"
Colin Ian King
2021-03-17
1
-1
/
+1
*
|
Merge series "spi: Adding support for software nodes" from Heikki Krogerus <h...
Mark Brown
2021-03-16
1
-15
/
+6
|
\
\
|
*
|
spi: Remove support for dangling device properties
Heikki Krogerus
2021-03-16
1
-21
/
+3
|
*
|
spi: Add support for software nodes
Heikki Krogerus
2021-03-16
1
-2
/
+11
|
|
/
*
/
spi: core: remove 'delay_usecs' field from spi_transfer
Alexandru Ardelean
2021-03-12
1
-1
/
+0
|
/
[next]