index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
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-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2025-03-26
1
-53
/
+58
|
\
|
*
spi: Use inclusive language
Andy Shevchenko
2025-03-13
1
-49
/
+47
|
*
spi: axi-spi-engine: add offload support
Mark Brown
2025-02-10
1
-0
/
+10
|
|
\
|
|
*
spi: add offload TX/RX streaming APIs
David Lechner
2025-02-07
1
-0
/
+10
|
*
|
spi: Replace custom fsleep() implementation
Andy Shevchenko
2025-02-05
1
-4
/
+1
|
|
/
*
/
spi: Fix reference count leak in slave_show()
Miaoqian Lin
2025-03-19
1
-1
/
+5
|
/
*
Merge tag 'spi-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2025-01-22
1
-23
/
+18
|
\
|
*
spi: Deduplicate deferred probe checks in spi_probe()
Andy Shevchenko
2024-12-09
1
-11
/
+6
|
*
spi: Unify firmware node type checks
Andy Shevchenko
2024-12-09
1
-14
/
+14
*
|
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
2025-01-08
1
-1
/
+1
|
/
*
spi: Fix acpi deferred irq probe
Stanislaw Gruszka
2024-11-26
1
-3
/
+10
*
spi: Delete useless checks
zhang jiao
2024-11-12
1
-3
/
+0
*
spi: Use of_property_present() for non-boolean properties
Rob Herring (Arm)
2024-11-04
1
-1
/
+1
*
spi: make class structs const
Bartosz Golaszewski
2024-10-18
1
-2
/
+2
*
spi: Provide defer reason if getting irq during probe fails
Uwe Kleine-König
2024-10-04
1
-1
/
+1
*
spi: remove {devm_}spi_alloc_master/slave()
Yang Yingliang
2024-09-29
1
-7
/
+7
*
spi: remove spi_controller_is_slave() and spi_slave_abort()
Yang Yingliang
2024-09-10
1
-12
/
+1
*
spi: switch to use spi_controller_is_target()
Yang Yingliang
2024-09-10
1
-4
/
+4
*
spi: Enable controllers to extend the SPI protocol with MOSI idle configuration
Marcelo Schmitt
2024-07-29
1
-0
/
+6
*
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-25
1
-1
/
+1
|
\
|
*
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-07-03
1
-1
/
+1
*
|
Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2024-07-16
1
-65
/
+69
|
\
\
|
*
|
spi: spi: Remove unnecessary ‘0’ values from status
Li zeming
2024-07-08
1
-1
/
+1
|
*
|
spi: spi: Remove unnecessary ‘0’ values from rc
Li zeming
2024-07-08
1
-1
/
+1
|
*
|
spi: add devm_spi_optimize_message() helper
Mark Brown
2024-06-25
1
-0
/
+1
|
|
\
\
|
|
*
|
spi: add EXPORT_SYMBOL_GPL(devm_spi_optimize_message)
David Lechner
2024-06-24
1
-0
/
+1
|
*
|
|
spi: add devm_spi_optimize_message() helper
Mark Brown
2024-06-23
1
-0
/
+27
|
|
\
|
|
|
|
*
|
spi: add devm_spi_optimize_message() helper
David Lechner
2024-06-22
1
-0
/
+27
|
|
|
/
|
*
|
spi: Merge up fixes
Mark Brown
2024-06-20
1
-6
/
+10
|
|
\
\
|
*
|
|
spi: Rework per message DMA mapped flag to be per transfer
Andy Shevchenko
2024-06-10
1
-46
/
+27
|
*
|
|
spi: Merge up fixes
Mark Brown
2024-06-03
1
-0
/
+9
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
spi: Refactor spi_stop_queue()
Andy Shevchenko
2024-05-27
1
-15
/
+10
|
*
|
|
spi: Replace custom code with device_match_acpi_handle()
Andy Shevchenko
2024-05-27
1
-2
/
+2
*
|
|
|
spi: add defer_optimize_message controller flag
David Lechner
2024-07-09
1
-1
/
+17
*
|
|
|
spi: don't unoptimize message in spi_async()
David Lechner
2024-07-09
1
-2
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
spi: Fix SPI slave probe failure
Amit Kumar Mahapatra
2024-06-18
1
-4
/
+6
*
|
|
spi: Fix OCTAL mode support
Patrice Chotard
2024-06-18
1
-2
/
+4
|
|
/
|
/
|
*
|
spi: Assign dummy scatterlist to unidirectional transfers
Andy Shevchenko
2024-05-29
1
-0
/
+9
|
/
*
soi: Don't call DMA sync API when not needed
Mark Brown
2024-05-23
1
-73
/
+75
|
\
|
*
spi: Check if transfer is mapped before calling DMA sync APIs
Andy Shevchenko
2024-05-23
1
-5
/
+13
|
*
spi: Don't mark message DMA mapped when no transfer in it is
Andy Shevchenko
2024-05-23
1
-0
/
+4
|
*
spi: Remove unneded check for orig_nents
Andy Shevchenko
2024-05-08
1
-14
/
+8
|
*
spi: use spi_valid_{tx,rx}buf() in stats function
David Lechner
2024-05-01
1
-7
/
+5
|
*
Add bridged amplifiers to cs42l43
Mark Brown
2024-04-17
1
-3
/
+9
|
|
\
|
|
*
spi: Update swnode based SPI devices to use the fwnode name
Charles Keepax
2024-04-16
1
-0
/
+5
|
|
*
spi: Switch to using is_acpi_device_node() in spi_dev_set_name()
Charles Keepax
2024-04-16
1
-3
/
+4
|
*
|
spi: More refacroings after multi-CS support
Mark Brown
2024-04-16
1
-30
/
+33
|
|
\
\
|
|
*
|
spi: Introduce spi_for_each_valid_cs() in order of deduplication
Andy Shevchenko
2024-04-15
1
-7
/
+9
|
|
*
|
spi: Extract spi_toggle_csgpiod() helper for better maintanance
Andy Shevchenko
2024-04-15
1
-24
/
+25
|
*
|
|
spi: Consistently use BIT for cs_index_mask (part 2)
Andy Shevchenko
2024-04-15
1
-7
/
+3
|
|
/
/
[next]