summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-18spi: Fix SPI slave probe failureAmit Kumar Mahapatra1-4/+6
2024-06-18spi: Fix OCTAL mode supportPatrice Chotard1-2/+4
2024-05-29spi: Assign dummy scatterlist to unidirectional transfersAndy Shevchenko1-0/+9
2024-05-23soi: Don't call DMA sync API when not neededMark Brown1-73/+75
2024-05-23spi: Check if transfer is mapped before calling DMA sync APIsAndy Shevchenko1-5/+13
2024-05-23spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko1-0/+4
2024-05-08spi: Remove unneded check for orig_nentsAndy Shevchenko1-14/+8
2024-05-01spi: fix null pointer dereference within spi_syncMans Rullgard1-0/+1
2024-05-01spi: use spi_valid_{tx,rx}buf() in stats functionDavid Lechner1-7/+5
2024-04-17Add bridged amplifiers to cs42l43Mark Brown1-3/+9
2024-04-16spi: More refacroings after multi-CS supportMark Brown1-30/+33
2024-04-16spi: Update swnode based SPI devices to use the fwnode nameCharles Keepax1-0/+5
2024-04-16spi: Switch to using is_acpi_device_node() in spi_dev_set_name()Charles Keepax1-3/+4
2024-04-16spi: Consistently use BIT for cs_index_mask (part 2)Andy Shevchenko1-7/+3
2024-04-16spi: Introduce spi_for_each_valid_cs() in order of deduplicationAndy Shevchenko1-7/+9
2024-04-16spi: Extract spi_toggle_csgpiod() helper for better maintananceAndy Shevchenko1-24/+25
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner1-7/+0
2024-03-12spi: Restore delays for non-GPIO chip selectJanne Grunau1-10/+14
2024-03-07spi: Introduce SPI_INVALID_CS and is_valid_cs()Andy Shevchenko1-16/+23
2024-03-07spi: Consistently use BIT for cs_index_maskAndy Shevchenko1-24/+11
2024-03-06spi: Exctract spi_dev_check_cs() helperAndy Shevchenko1-20/+27
2024-03-06spi: Exctract spi_set_all_cs_unused() helperAndy Shevchenko1-50/+24
2024-02-26spi: move splitting transfers to spi_optimize_message()David Lechner1-42/+68
2024-02-26spi: add spi_optimize_message() APIsDavid Lechner1-4/+147
2024-02-08spi: get rid of some legacy macrosMark Brown1-1/+5
2024-02-08spi: Drop compat layer from renaming "master" to "controller"Uwe Kleine-König1-1/+1
2024-02-07spi: drop gpf arg from __spi_split_transfer_maxsize()David Lechner1-14/+8
2024-02-05spi: move split xfers for CS_WORD emulationDavid Lechner1-32/+31
2024-01-26spi: avoid double validation in __spi_sync()David Lechner1-52/+6
2024-01-26spi: fix finalize message on error returnDavid Lechner1-0/+4
2024-01-24spi: consolidate setting message->spiDavid Lechner1-7/+2
2024-01-22spi: make spi_bus_type constGreg Kroah-Hartman1-1/+1
2023-12-07spi: Add support for stacked/parallel memoriesMark Brown1-42/+217
2023-12-07spi: Add multi-cs memories support in SPI coreAmit Kumar Mahapatra1-42/+217
2023-11-30spi: introduce SPI_TRANS_FAIL_IO for error reportingNam Cao1-0/+3
2023-11-10spi: Fix null dereference on suspendMark Hasemeyer1-17/+39
2023-10-16spi: Export acpi_spi_find_controller_by_adev()Hans de Goede1-3/+2
2023-09-18spi: Drop warning from spi_stop_queue()Uwe Kleine-König1-4/+0
2023-07-14spi: Use BITS_TO_BYTES()Andy Shevchenko1-3/+1
2023-07-14spi: Kill spi_add_device_locked()Andy Shevchenko1-10/+5
2023-07-14spi: Remove code duplication in spi_add_device*()Andy Shevchenko1-22/+10
2023-07-11spi: Fix spelling typos and acronyms capitalizationAndy Shevchenko1-26/+28
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko1-2/+2
2023-07-10spi: Sort headers alphabeticallyAndy Shevchenko1-21/+21
2023-07-10spi: Use sysfs_emit() to instead of s*printf()Andy Shevchenko1-4/+3
2023-07-10spi: Replace if-else-if by bitops and multiplicationsAndy Shevchenko1-7/+1
2023-07-10spi: Drop duplicate IDR allocation code in spi_register_controller()Andy Shevchenko1-27/+23
2023-07-10spi: Remove unneeded OF node NULL checksAndy Shevchenko1-4/+1
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0