summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: Use BITS_TO_BYTES()Andy Shevchenko2023-07-141-3/+1
* spi: Kill spi_add_device_locked()Andy Shevchenko2023-07-141-10/+5
* spi: Remove code duplication in spi_add_device*()Andy Shevchenko2023-07-141-22/+10
* spi: Fix spelling typos and acronyms capitalizationAndy Shevchenko2023-07-111-26/+28
* spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko2023-07-111-2/+2
* spi: Sort headers alphabeticallyAndy Shevchenko2023-07-101-21/+21
* spi: Use sysfs_emit() to instead of s*printf()Andy Shevchenko2023-07-101-4/+3
* spi: Replace if-else-if by bitops and multiplicationsAndy Shevchenko2023-07-101-7/+1
* spi: Drop duplicate IDR allocation code in spi_register_controller()Andy Shevchenko2023-07-101-27/+23
* spi: Remove unneeded OF node NULL checksAndy Shevchenko2023-07-101-4/+1
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-2/+2
|\
| * of: Rename of_modalias_node()Miquel Raynal2023-04-051-2/+2
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-2/+0
|\ \
| * | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-2/+0
| |/
* | Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-04-271-26/+76
|\ \
| * | spi: core: add spi_split_transfers_maxwordsLeonard Göhrs2023-03-161-0/+49
| * | spi: Fix cocci warningsWilliam Zhang2023-03-071-1/+1
| * | spi: Propagate firmware nodeAndy Shevchenko2023-03-061-2/+2
| * | spi: Replace spi_pcpu_stats_totalize() macro by a C functionGeert Uytterhoeven2023-03-051-23/+24
| |/
* | Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-131-0/+5
|\ \ | |/ |/|
| * treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven2023-04-111-0/+5
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-1/+1
|\ \
| * | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* | | spi: Reorder fields in 'struct spi_transfer'Christophe JAILLET2023-02-141-1/+1
* | | spi: spi-mem: Allow controller supporting mem_ops without exec_opWilliam Zhang2023-02-101-7/+6
* | | spi: export spi_transfer_cs_change_delay_exec functionWilliam Zhang2023-02-101-0/+7
* | | spi: Abstract access to chip selectsMark Brown2023-02-011-23/+22
|\ \ \
| * | | spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiodAmit Kumar Mahapatra2023-02-011-23/+22
| | |/ | |/|
* | | spi: Parse hold/inactive CS delay values from the DTJanne Grunau2023-01-131-0/+2
* | | spi: Use a 32-bit DT property for spi-cs-setup-delay-nsJanne Grunau2023-01-131-5/+18
| |/ |/|
* | spi: Rename spi-cs-setup-ns property to spi-cs-setup-delay-nsHector Martin2023-01-051-1/+1
|/
* spi: Reintroduce spi_set_cs_timing()Tudor Ambarus2022-11-181-0/+37
* spi: Introduce spi-cs-setup-ns propertyTudor Ambarus2022-11-181-0/+6
* spi: introduce new helpers with using modern namingYang Yingliang2022-11-011-0/+11
* spi: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner2022-10-261-2/+2
* spi: Introduce spi_get_device_match_data() helperAndy Shevchenko2022-10-211-0/+12
* Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2022-10-041-42/+115
|\
| * spi: Ensure that sg_table won't be used after being freedMarek Szyprowski2022-09-301-0/+2
| * spi: Split transfers larger than max sizeVincent Whitchurch2022-09-281-0/+9
| * spi: Fix cache corruption due to DMA/PIO overlapVincent Whitchurch2022-09-281-21/+88
| * spi: Save current RX and TX DMA devicesVincent Whitchurch2022-09-281-15/+4
| * spi: Add capability to perform some transfer with chipselect offChristophe Leroy2022-09-071-3/+9
| * spi: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-3/+3
| * Merge remote-tracking branch 'spi/for-5.20' into spi-6.0Mark Brown2022-08-151-7/+7
| |\
* | \ Merge branch 'acpi-dev'Rafael J. Wysocki2022-09-301-1/+1
|\ \ \
| * | | ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki2022-08-241-1/+1
* | | | Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-081-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | spi: spi: Fix queue hang if previous transfer failedDavid Jander2022-09-021-2/+1
| * | | spi: mux: Fix mux interaction with fast path optimisationsMark Brown2022-09-021-1/+1
| |/ /
* | | Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-161-7/+7
|\ \ \ | |/ / |/| / | |/