summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| / | |/
| * spi: spi.c: Add missing __percpu annotations in users of spi_statisticsDavid Jander2022-08-051-7/+7
* | Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-041-7/+2
|\ \ | |/ |/|
| * spi: Use device_find_any_child() instead of custom approachAndy Shevchenko2022-06-101-7/+2
* | spi: Fix simplification of devm_spi_register_controllerYang Yingliang2022-07-131-5/+14
* | spi: remove duplicate parameters check in acpi_spi_add_resource()Andy Shevchenko2022-07-111-3/+0
* | spi: propagate error code to the caller of acpi_spi_device_alloc()Andy Shevchenko2022-07-111-1/+1
* | spi: Return deferred probe error when controller isn't yet availableAndy Shevchenko2022-07-111-1/+1
* | spi: spi.c: Remove redundant else blockDavid Jander2022-06-301-5/+5
* | spi: spi.c: Fix comment styleDavid Jander2022-06-301-47/+47
* | spi: spi.c: White-space fix in __spi_pump_messages()David Jander2022-06-301-1/+1