aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-14spi: Use BITS_TO_BYTES()Gravatar Andy Shevchenko 1-3/+1
2023-07-14spi: Kill spi_add_device_locked()Gravatar Andy Shevchenko 1-10/+5
2023-07-14spi: Remove code duplication in spi_add_device*()Gravatar Andy Shevchenko 1-22/+10
2023-07-11spi: Fix spelling typos and acronyms capitalizationGravatar Andy Shevchenko 1-26/+28
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSGravatar Andy Shevchenko 1-2/+2
2023-07-10spi: Sort headers alphabeticallyGravatar Andy Shevchenko 1-21/+21
2023-07-10spi: Use sysfs_emit() to instead of s*printf()Gravatar Andy Shevchenko 1-4/+3
2023-07-10spi: Replace if-else-if by bitops and multiplicationsGravatar Andy Shevchenko 1-7/+1
2023-07-10spi: Drop duplicate IDR allocation code in spi_register_controller()Gravatar Andy Shevchenko 1-27/+23
2023-07-10spi: Remove unneeded OF node NULL checksGravatar Andy Shevchenko 1-4/+1
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+0
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Gravatar Linus Torvalds 1-26/+76
2023-04-13Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+5
2023-04-11treewide: Fix probing of devices in DT overlaysGravatar Geert Uytterhoeven 1-0/+5
2023-04-05of: Rename of_modalias_node()Gravatar Miquel Raynal 1-2/+2
2023-03-17drivers: remove struct module * setting from struct classGravatar Greg Kroah-Hartman 1-2/+0
2023-03-16spi: core: add spi_split_transfers_maxwordsGravatar Leonard Göhrs 1-0/+49
2023-03-07spi: Fix cocci warningsGravatar William Zhang 1-1/+1
2023-03-06spi: Propagate firmware nodeGravatar Andy Shevchenko 1-2/+2
2023-03-05spi: Replace spi_pcpu_stats_totalize() macro by a C functionGravatar Geert Uytterhoeven 1-23/+24
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-02-14spi: Reorder fields in 'struct spi_transfer'Gravatar Christophe JAILLET 1-1/+1
2023-02-10spi: spi-mem: Allow controller supporting mem_ops without exec_opGravatar William Zhang 1-7/+6
2023-02-10spi: export spi_transfer_cs_change_delay_exec functionGravatar William Zhang 1-0/+7
2023-02-01spi: Abstract access to chip selectsGravatar Mark Brown 1-23/+22
2023-02-01spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiodGravatar Amit Kumar Mahapatra 1-23/+22
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2023-01-13spi: Parse hold/inactive CS delay values from the DTGravatar Janne Grunau 1-0/+2
2023-01-13spi: Use a 32-bit DT property for spi-cs-setup-delay-nsGravatar Janne Grunau 1-5/+18
2023-01-05spi: Rename spi-cs-setup-ns property to spi-cs-setup-delay-nsGravatar Hector Martin 1-1/+1
2022-11-18spi: Reintroduce spi_set_cs_timing()Gravatar Tudor Ambarus 1-0/+37
2022-11-18spi: Introduce spi-cs-setup-ns propertyGravatar Tudor Ambarus 1-0/+6
2022-11-01spi: introduce new helpers with using modern namingGravatar Yang Yingliang 1-0/+11
2022-10-26spi: Remove the obsolte u64_stats_fetch_*_irq() users.Gravatar Thomas Gleixner 1-2/+2
2022-10-21spi: Introduce spi_get_device_match_data() helperGravatar Andy Shevchenko 1-0/+12
2022-10-04Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Gravatar Linus Torvalds 1-42/+115
2022-09-30Merge branch 'acpi-dev'Gravatar Rafael J. Wysocki 1-1/+1
2022-09-30spi: Ensure that sg_table won't be used after being freedGravatar Marek Szyprowski 1-0/+2
2022-09-28spi: Split transfers larger than max sizeGravatar Vincent Whitchurch 1-0/+9
2022-09-28spi: Fix cache corruption due to DMA/PIO overlapGravatar Vincent Whitchurch 1-21/+88
2022-09-28spi: Save current RX and TX DMA devicesGravatar Vincent Whitchurch 1-15/+4
2022-09-08Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+2
2022-09-07spi: Add capability to perform some transfer with chipselect offGravatar Christophe Leroy 1-3/+9
2022-09-02spi: spi: Fix queue hang if previous transfer failedGravatar David Jander 1-2/+1
2022-09-02spi: mux: Fix mux interaction with fast path optimisationsGravatar Mark Brown 1-1/+1
2022-08-24ACPI: Drop parent field from struct acpi_deviceGravatar Rafael J. Wysocki 1-1/+1
2022-08-19spi: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-3/+3
2022-08-16Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+7
2022-08-15Merge remote-tracking branch 'spi/for-5.20' into spi-6.0Gravatar Mark Brown 1-7/+7