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
/
spi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-17
spi: Fix spelling mistake "softwade" -> "software"
Colin Ian King
1
-1
/
+1
2021-03-16
Merge series "spi: Adding support for software nodes" from Heikki Krogerus <h...
Mark Brown
1
-15
/
+6
2021-03-16
spi: Remove support for dangling device properties
Heikki Krogerus
1
-21
/
+3
2021-03-16
spi: Add support for software nodes
Heikki Krogerus
1
-2
/
+11
2021-03-12
spi: core: remove 'delay_usecs' field from spi_transfer
Alexandru Ardelean
1
-1
/
+0
2021-02-22
Merge tag 'spi-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-11
/
+48
2021-02-12
Merge remote-tracking branch 'spi/for-5.12' into spi-next
Mark Brown
1
-10
/
+47
2021-02-12
spi: Skip zero-length transfers in spi_transfer_one_message()
Nicolas Saenz Julienne
1
-1
/
+1
2021-02-08
spi: support CS timing for HW & SW mode
leilk.liu
1
-3
/
+6
2021-02-08
spi: add power control when set_cs_timing
leilk.liu
1
-3
/
+22
2021-01-27
ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILURE
Bjorn Helgaas
1
-1
/
+1
2021-01-13
Merge v5.11-rc3
Mark Brown
1
-3
/
+8
2021-01-04
spi: fix the divide by 0 error when calculating xfer waiting time
Xu Yilun
1
-1
/
+5
2020-12-30
spi: Fix the clamping of spi->max_speed_hz
Tudor Ambarus
1
-2
/
+3
2020-12-28
spi: Add SPI_NO_TX/RX support
Dragos Bogdan
1
-5
/
+20
2020-12-17
Merge remote-tracking branch 'spi/for-5.10' into spi-5.11
Mark Brown
1
-1
/
+2
2020-12-11
Merge remote-tracking branch 'spi/for-5.11' into spi-next
Mark Brown
1
-29
/
+38
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-28
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-18
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-09
spi: use kthread_create_worker() helper
Marek Szyprowski
1
-14
/
+12
2020-07-01
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
[next]