index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi.c
Age
Commit message (
Expand
)
Author
2024-03-12
spi: Restore delays for non-GPIO chip select
Janne Grunau
2024-03-07
spi: Introduce SPI_INVALID_CS and is_valid_cs()
Andy Shevchenko
2024-03-07
spi: Consistently use BIT for cs_index_mask
Andy Shevchenko
2024-03-06
spi: Exctract spi_dev_check_cs() helper
Andy Shevchenko
2024-03-06
spi: Exctract spi_set_all_cs_unused() helper
Andy Shevchenko
2024-02-26
spi: move splitting transfers to spi_optimize_message()
David Lechner
2024-02-26
spi: add spi_optimize_message() APIs
David Lechner
2024-02-08
spi: get rid of some legacy macros
Mark Brown
2024-02-08
spi: Drop compat layer from renaming "master" to "controller"
Uwe Kleine-König
2024-02-07
spi: drop gpf arg from __spi_split_transfer_maxsize()
David Lechner
2024-02-05
spi: move split xfers for CS_WORD emulation
David Lechner
2024-01-26
spi: avoid double validation in __spi_sync()
David Lechner
2024-01-25
spi: fix finalize message on error return
David Lechner
2024-01-24
spi: consolidate setting message->spi
David Lechner
2024-01-22
spi: make spi_bus_type const
Greg Kroah-Hartman
2023-12-07
spi: Add support for stacked/parallel memories
Mark Brown
2023-12-07
spi: Add multi-cs memories support in SPI core
Amit Kumar Mahapatra
2023-11-30
spi: introduce SPI_TRANS_FAIL_IO for error reporting
Nam Cao
2023-11-10
spi: Fix null dereference on suspend
Mark Hasemeyer
2023-10-16
spi: Export acpi_spi_find_controller_by_adev()
Hans de Goede
2023-09-18
spi: Drop warning from spi_stop_queue()
Uwe Kleine-König
2023-07-14
spi: Use BITS_TO_BYTES()
Andy Shevchenko
2023-07-14
spi: Kill spi_add_device_locked()
Andy Shevchenko
2023-07-14
spi: Remove code duplication in spi_add_device*()
Andy Shevchenko
2023-07-11
spi: Fix spelling typos and acronyms capitalization
Andy Shevchenko
2023-07-11
spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
Andy Shevchenko
2023-07-10
spi: Sort headers alphabetically
Andy Shevchenko
2023-07-10
spi: Use sysfs_emit() to instead of s*printf()
Andy Shevchenko
2023-07-10
spi: Replace if-else-if by bitops and multiplications
Andy Shevchenko
2023-07-10
spi: Drop duplicate IDR allocation code in spi_register_controller()
Andy Shevchenko
2023-07-10
spi: Remove unneeded OF node NULL checks
Andy Shevchenko
2023-04-27
Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2023-04-13
Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-11
treewide: Fix probing of devices in DT overlays
Geert Uytterhoeven
2023-04-05
of: Rename of_modalias_node()
Miquel Raynal
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
2023-03-16
spi: core: add spi_split_transfers_maxwords
Leonard Göhrs
2023-03-07
spi: Fix cocci warnings
William Zhang
2023-03-06
spi: Propagate firmware node
Andy Shevchenko
2023-03-05
spi: Replace spi_pcpu_stats_totalize() macro by a C function
Geert Uytterhoeven
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-02-14
spi: Reorder fields in 'struct spi_transfer'
Christophe JAILLET
2023-02-10
spi: spi-mem: Allow controller supporting mem_ops without exec_op
William Zhang
2023-02-10
spi: export spi_transfer_cs_change_delay_exec function
William Zhang
2023-02-01
spi: Abstract access to chip selects
Mark Brown
2023-02-01
spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiod
Amit Kumar Mahapatra
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-13
spi: Parse hold/inactive CS delay values from the DT
Janne Grunau
[next]