summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2024-07-15Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2024-07-09spi: add defer_optimize_message controller flagDavid Lechner
2024-07-09spi: don't unoptimize message in spi_async()David Lechner
2024-07-08spi: spi: Remove unnecessary ‘0’ values from statusLi zeming
2024-07-08spi: spi: Remove unnecessary ‘0’ values from rcLi zeming
2024-06-25spi: add devm_spi_optimize_message() helperMark Brown
2024-06-24spi: add EXPORT_SYMBOL_GPL(devm_spi_optimize_message)David Lechner
2024-06-23spi: add devm_spi_optimize_message() helperMark Brown
2024-06-22spi: add devm_spi_optimize_message() helperDavid Lechner
2024-06-20spi: Merge up fixesMark Brown
2024-06-18spi: Fix SPI slave probe failureAmit Kumar Mahapatra
2024-06-18spi: Fix OCTAL mode supportPatrice Chotard
2024-06-10spi: Rework per message DMA mapped flag to be per transferAndy Shevchenko
2024-06-03spi: Merge up fixesMark Brown
2024-05-29spi: Assign dummy scatterlist to unidirectional transfersAndy Shevchenko
2024-05-27spi: Refactor spi_stop_queue()Andy Shevchenko
2024-05-27spi: Replace custom code with device_match_acpi_handle()Andy Shevchenko
2024-05-23soi: Don't call DMA sync API when not neededMark Brown
2024-05-23spi: Check if transfer is mapped before calling DMA sync APIsAndy Shevchenko
2024-05-23spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko
2024-05-08spi: Remove unneded check for orig_nentsAndy Shevchenko
2024-05-01spi: fix null pointer dereference within spi_syncMans Rullgard
2024-05-01spi: use spi_valid_{tx,rx}buf() in stats functionDavid Lechner
2024-04-17Add bridged amplifiers to cs42l43Mark Brown
2024-04-16spi: More refacroings after multi-CS supportMark Brown
2024-04-16spi: Update swnode based SPI devices to use the fwnode nameCharles Keepax
2024-04-16spi: Switch to using is_acpi_device_node() in spi_dev_set_name()Charles Keepax
2024-04-16spi: Consistently use BIT for cs_index_mask (part 2)Andy Shevchenko
2024-04-16spi: Introduce spi_for_each_valid_cs() in order of deduplicationAndy Shevchenko
2024-04-16spi: Extract spi_toggle_csgpiod() helper for better maintananceAndy Shevchenko
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner
2024-03-12spi: Restore delays for non-GPIO chip selectJanne Grunau
2024-03-07spi: Introduce SPI_INVALID_CS and is_valid_cs()Andy Shevchenko
2024-03-07spi: Consistently use BIT for cs_index_maskAndy Shevchenko
2024-03-06spi: Exctract spi_dev_check_cs() helperAndy Shevchenko
2024-03-06spi: Exctract spi_set_all_cs_unused() helperAndy Shevchenko
2024-02-26spi: move splitting transfers to spi_optimize_message()David Lechner
2024-02-26spi: add spi_optimize_message() APIsDavid Lechner
2024-02-08spi: get rid of some legacy macrosMark Brown
2024-02-08spi: Drop compat layer from renaming "master" to "controller"Uwe Kleine-König
2024-02-07spi: drop gpf arg from __spi_split_transfer_maxsize()David Lechner
2024-02-05spi: move split xfers for CS_WORD emulationDavid Lechner
2024-01-26spi: avoid double validation in __spi_sync()David Lechner
2024-01-25spi: fix finalize message on error returnDavid Lechner
2024-01-24spi: consolidate setting message->spiDavid Lechner
2024-01-22spi: make spi_bus_type constGreg Kroah-Hartman
2023-12-07spi: Add support for stacked/parallel memoriesMark Brown
2023-12-07spi: Add multi-cs memories support in SPI coreAmit Kumar Mahapatra
2023-11-30spi: introduce SPI_TRANS_FAIL_IO for error reportingNam Cao
2023-11-10spi: Fix null dereference on suspendMark Hasemeyer