index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: Merge up fixes
Mark Brown
2024-06-20
1
-6
/
+10
|
\
|
*
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: 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: Assign dummy scatterlist to unidirectional transfers
Andy Shevchenko
2024-05-29
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
|
/
*
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-16
1
-7
/
+9
|
|
*
|
spi: Extract spi_toggle_csgpiod() helper for better maintanance
Andy Shevchenko
2024-04-16
1
-24
/
+25
|
*
|
|
spi: Consistently use BIT for cs_index_mask (part 2)
Andy Shevchenko
2024-04-16
1
-7
/
+3
|
|
/
/
|
*
/
spi: remove struct spi_message::is_dma_mapped
David Lechner
2024-03-25
1
-7
/
+0
|
|
/
*
/
spi: fix null pointer dereference within spi_sync
Mans Rullgard
2024-05-01
1
-0
/
+1
|
/
*
spi: Restore delays for non-GPIO chip select
Janne Grunau
2024-03-12
1
-10
/
+14
*
spi: Introduce SPI_INVALID_CS and is_valid_cs()
Andy Shevchenko
2024-03-07
1
-16
/
+23
*
spi: Consistently use BIT for cs_index_mask
Andy Shevchenko
2024-03-07
1
-24
/
+11
*
spi: Exctract spi_dev_check_cs() helper
Andy Shevchenko
2024-03-06
1
-20
/
+27
*
spi: Exctract spi_set_all_cs_unused() helper
Andy Shevchenko
2024-03-06
1
-50
/
+24
*
spi: move splitting transfers to spi_optimize_message()
David Lechner
2024-02-26
1
-42
/
+68
*
spi: add spi_optimize_message() APIs
David Lechner
2024-02-26
1
-4
/
+147
*
spi: get rid of some legacy macros
Mark Brown
2024-02-08
1
-1
/
+5
|
\
|
*
spi: Drop compat layer from renaming "master" to "controller"
Uwe Kleine-König
2024-02-08
1
-1
/
+1
|
*
spi: fix finalize message on error return
David Lechner
2024-01-25
1
-0
/
+4
*
|
spi: drop gpf arg from __spi_split_transfer_maxsize()
David Lechner
2024-02-07
1
-14
/
+8
*
|
spi: move split xfers for CS_WORD emulation
David Lechner
2024-02-05
1
-32
/
+31
*
|
spi: avoid double validation in __spi_sync()
David Lechner
2024-01-26
1
-52
/
+6
*
|
spi: consolidate setting message->spi
David Lechner
2024-01-24
1
-7
/
+2
*
|
spi: make spi_bus_type const
Greg Kroah-Hartman
2024-01-22
1
-1
/
+1
|
/
*
spi: Add support for stacked/parallel memories
Mark Brown
2023-12-07
1
-42
/
+217
|
\
|
*
spi: Add multi-cs memories support in SPI core
Amit Kumar Mahapatra
2023-12-07
1
-42
/
+217
*
|
spi: introduce SPI_TRANS_FAIL_IO for error reporting
Nam Cao
2023-11-30
1
-0
/
+3
|
/
*
spi: Fix null dereference on suspend
Mark Hasemeyer
2023-11-10
1
-17
/
+39
*
spi: Export acpi_spi_find_controller_by_adev()
Hans de Goede
2023-10-16
1
-3
/
+2
*
spi: Drop warning from spi_stop_queue()
Uwe Kleine-König
2023-09-18
1
-4
/
+0
*
spi: Use BITS_TO_BYTES()
Andy Shevchenko
2023-07-14
1
-3
/
+1
*
spi: Kill spi_add_device_locked()
Andy Shevchenko
2023-07-14
1
-10
/
+5
*
spi: Remove code duplication in spi_add_device*()
Andy Shevchenko
2023-07-14
1
-22
/
+10
*
spi: Fix spelling typos and acronyms capitalization
Andy Shevchenko
2023-07-11
1
-26
/
+28
*
spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
Andy Shevchenko
2023-07-11
1
-2
/
+2
*
spi: Sort headers alphabetically
Andy Shevchenko
2023-07-10
1
-21
/
+21
*
spi: Use sysfs_emit() to instead of s*printf()
Andy Shevchenko
2023-07-10
1
-4
/
+3
[next]