summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2024-01-25spi: fix finalize message on error returnDavid Lechner
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
2023-10-16spi: Export acpi_spi_find_controller_by_adev()Hans de Goede
2023-09-18spi: Drop warning from spi_stop_queue()Uwe Kleine-König
2023-07-14spi: Use BITS_TO_BYTES()Andy Shevchenko
2023-07-14spi: Kill spi_add_device_locked()Andy Shevchenko
2023-07-14spi: Remove code duplication in spi_add_device*()Andy Shevchenko
2023-07-11spi: Fix spelling typos and acronyms capitalizationAndy Shevchenko
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko
2023-07-10spi: Sort headers alphabeticallyAndy Shevchenko
2023-07-10spi: Use sysfs_emit() to instead of s*printf()Andy Shevchenko
2023-07-10spi: Replace if-else-if by bitops and multiplicationsAndy Shevchenko
2023-07-10spi: Drop duplicate IDR allocation code in spi_register_controller()Andy Shevchenko
2023-07-10spi: Remove unneeded OF node NULL checksAndy Shevchenko
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2023-04-13Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-11treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven
2023-04-05of: Rename of_modalias_node()Miquel Raynal
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-03-16spi: core: add spi_split_transfers_maxwordsLeonard Göhrs
2023-03-07spi: Fix cocci warningsWilliam Zhang
2023-03-06spi: Propagate firmware nodeAndy Shevchenko
2023-03-05spi: Replace spi_pcpu_stats_totalize() macro by a C functionGeert Uytterhoeven
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-14spi: Reorder fields in 'struct spi_transfer'Christophe JAILLET
2023-02-10spi: spi-mem: Allow controller supporting mem_ops without exec_opWilliam Zhang
2023-02-10spi: export spi_transfer_cs_change_delay_exec functionWilliam Zhang
2023-02-01spi: Abstract access to chip selectsMark Brown
2023-02-01spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiodAmit Kumar Mahapatra
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-13spi: Parse hold/inactive CS delay values from the DTJanne Grunau
2023-01-13spi: Use a 32-bit DT property for spi-cs-setup-delay-nsJanne Grunau
2023-01-05spi: Rename spi-cs-setup-ns property to spi-cs-setup-delay-nsHector Martin
2022-11-18spi: Reintroduce spi_set_cs_timing()Tudor Ambarus
2022-11-18spi: Introduce spi-cs-setup-ns propertyTudor Ambarus
2022-11-01spi: introduce new helpers with using modern namingYang Yingliang
2022-10-26spi: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner
2022-10-21spi: Introduce spi_get_device_match_data() helperAndy Shevchenko
2022-10-04Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki
2022-09-30spi: Ensure that sg_table won't be used after being freedMarek Szyprowski
2022-09-28spi: Split transfers larger than max sizeVincent Whitchurch
2022-09-28spi: Fix cache corruption due to DMA/PIO overlapVincent Whitchurch
2022-09-28spi: Save current RX and TX DMA devicesVincent Whitchurch
2022-09-08Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds