index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-18
spi: Introduce and use spi_bpw_to_bytes()
Mark Brown
1
-1
/
+1
2025-04-17
spi: Add spi_bpw_to_bytes() helper and use it
Andy Shevchenko
1
-1
/
+1
2025-04-13
spi: Add support for Double Transfer Rate (DTR) mode
Mukesh Kumar Savaliya
1
-0
/
+7
2025-04-06
spi: Simplify conditionals in spi_set_cs()
Andy Shevchenko
1
-6
/
+4
2025-03-25
Merge tag 'spi-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
1
-53
/
+58
2025-03-19
spi: Fix reference count leak in slave_show()
Miaoqian Lin
1
-1
/
+5
2025-03-13
spi: Use inclusive language
Andy Shevchenko
1
-49
/
+47
2025-02-10
spi: axi-spi-engine: add offload support
Mark Brown
1
-0
/
+10
2025-02-07
spi: add offload TX/RX streaming APIs
David Lechner
1
-0
/
+10
2025-02-05
spi: Replace custom fsleep() implementation
Andy Shevchenko
1
-4
/
+1
2025-01-22
Merge tag 'spi-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
1
-23
/
+18
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
1
-1
/
+1
2024-12-09
spi: Deduplicate deferred probe checks in spi_probe()
Andy Shevchenko
1
-11
/
+6
2024-12-09
spi: Unify firmware node type checks
Andy Shevchenko
1
-14
/
+14
2024-11-26
spi: Fix acpi deferred irq probe
Stanislaw Gruszka
1
-3
/
+10
2024-11-12
spi: Delete useless checks
zhang jiao
1
-3
/
+0
2024-11-04
spi: Use of_property_present() for non-boolean properties
Rob Herring (Arm)
1
-1
/
+1
2024-10-18
spi: make class structs const
Bartosz Golaszewski
1
-2
/
+2
2024-10-04
spi: Provide defer reason if getting irq during probe fails
Uwe Kleine-König
1
-1
/
+1
2024-09-30
spi: remove {devm_}spi_alloc_master/slave()
Yang Yingliang
1
-7
/
+7
2024-09-10
spi: remove spi_controller_is_slave() and spi_slave_abort()
Yang Yingliang
1
-12
/
+1
2024-09-10
spi: switch to use spi_controller_is_target()
Yang Yingliang
1
-4
/
+4
2024-07-29
spi: Enable controllers to extend the SPI protocol with MOSI idle configuration
Marcelo Schmitt
1
-0
/
+6
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+1
2024-07-15
Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
1
-65
/
+69
2024-07-09
spi: add defer_optimize_message controller flag
David Lechner
1
-1
/
+17
2024-07-09
spi: don't unoptimize message in spi_async()
David Lechner
1
-2
/
+0
2024-07-08
spi: spi: Remove unnecessary ‘0’ values from status
Li zeming
1
-1
/
+1
2024-07-08
spi: spi: Remove unnecessary ‘0’ values from rc
Li zeming
1
-1
/
+1
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-1
/
+1
2024-06-25
spi: add devm_spi_optimize_message() helper
Mark Brown
1
-0
/
+1
2024-06-24
spi: add EXPORT_SYMBOL_GPL(devm_spi_optimize_message)
David Lechner
1
-0
/
+1
2024-06-23
spi: add devm_spi_optimize_message() helper
Mark Brown
1
-0
/
+27
2024-06-22
spi: add devm_spi_optimize_message() helper
David Lechner
1
-0
/
+27
2024-06-20
spi: Merge up fixes
Mark Brown
1
-6
/
+10
2024-06-18
spi: Fix SPI slave probe failure
Amit Kumar Mahapatra
1
-4
/
+6
2024-06-18
spi: Fix OCTAL mode support
Patrice Chotard
1
-2
/
+4
2024-06-10
spi: Rework per message DMA mapped flag to be per transfer
Andy Shevchenko
1
-46
/
+27
2024-06-03
spi: Merge up fixes
Mark Brown
1
-0
/
+9
2024-05-29
spi: Assign dummy scatterlist to unidirectional transfers
Andy Shevchenko
1
-0
/
+9
2024-05-27
spi: Refactor spi_stop_queue()
Andy Shevchenko
1
-15
/
+10
2024-05-27
spi: Replace custom code with device_match_acpi_handle()
Andy Shevchenko
1
-2
/
+2
2024-05-23
soi: Don't call DMA sync API when not needed
Mark Brown
1
-73
/
+75
2024-05-23
spi: Check if transfer is mapped before calling DMA sync APIs
Andy Shevchenko
1
-5
/
+13
2024-05-23
spi: Don't mark message DMA mapped when no transfer in it is
Andy Shevchenko
1
-0
/
+4
2024-05-08
spi: Remove unneded check for orig_nents
Andy Shevchenko
1
-14
/
+8
2024-05-01
spi: fix null pointer dereference within spi_sync
Mans Rullgard
1
-0
/
+1
2024-05-01
spi: use spi_valid_{tx,rx}buf() in stats function
David Lechner
1
-7
/
+5
2024-04-17
Add bridged amplifiers to cs42l43
Mark Brown
1
-3
/
+9
2024-04-16
spi: More refacroings after multi-CS support
Mark Brown
1
-30
/
+33
[next]