index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-07-15
Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
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
2024-04-16
spi: Update swnode based SPI devices to use the fwnode name
Charles Keepax
1
-0
/
+5
2024-04-16
spi: Switch to using is_acpi_device_node() in spi_dev_set_name()
Charles Keepax
1
-3
/
+4
2024-04-16
spi: Consistently use BIT for cs_index_mask (part 2)
Andy Shevchenko
1
-7
/
+3
2024-04-16
spi: Introduce spi_for_each_valid_cs() in order of deduplication
Andy Shevchenko
1
-7
/
+9
2024-04-16
spi: Extract spi_toggle_csgpiod() helper for better maintanance
Andy Shevchenko
1
-24
/
+25
2024-03-25
spi: remove struct spi_message::is_dma_mapped
David Lechner
1
-7
/
+0
2024-03-12
spi: Restore delays for non-GPIO chip select
Janne Grunau
1
-10
/
+14
2024-03-07
spi: Introduce SPI_INVALID_CS and is_valid_cs()
Andy Shevchenko
1
-16
/
+23
2024-03-07
spi: Consistently use BIT for cs_index_mask
Andy Shevchenko
1
-24
/
+11
2024-03-06
spi: Exctract spi_dev_check_cs() helper
Andy Shevchenko
1
-20
/
+27
2024-03-06
spi: Exctract spi_set_all_cs_unused() helper
Andy Shevchenko
1
-50
/
+24
2024-02-26
spi: move splitting transfers to spi_optimize_message()
David Lechner
1
-42
/
+68
2024-02-26
spi: add spi_optimize_message() APIs
David Lechner
1
-4
/
+147
2024-02-08
spi: get rid of some legacy macros
Mark Brown
1
-1
/
+5
2024-02-08
spi: Drop compat layer from renaming "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-07
spi: drop gpf arg from __spi_split_transfer_maxsize()
David Lechner
1
-14
/
+8
2024-02-05
spi: move split xfers for CS_WORD emulation
David Lechner
1
-32
/
+31
2024-01-26
spi: avoid double validation in __spi_sync()
David Lechner
1
-52
/
+6
2024-01-25
spi: fix finalize message on error return
David Lechner
1
-0
/
+4
2024-01-24
spi: consolidate setting message->spi
David Lechner
1
-7
/
+2
2024-01-22
spi: make spi_bus_type const
Greg Kroah-Hartman
1
-1
/
+1
2023-12-07
spi: Add support for stacked/parallel memories
Mark Brown
1
-42
/
+217
2023-12-07
spi: Add multi-cs memories support in SPI core
Amit Kumar Mahapatra
1
-42
/
+217
[next]