summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | spi: opportunistically skip ctlr->cur_msg_completionDavid Jander2022-06-271-2/+25
* | spi: Ensure the io_mutex is held until spi_finalize_current_message()David Jander2022-06-271-18/+14
* | spi: Set ctlr->cur_msg also in the sync transfer caseDavid Jander2022-06-271-0/+1
* | spi: Remove unneeded READ_ONCE for ctlr->busy flagDavid Jander2022-06-271-1/+1
* | spi: Remove the now unused ctlr->idling flagDavid Jander2022-06-271-2/+0
* | spi: Remove check for idling in __spi_pump_messages()David Jander2022-06-271-7/+0
* | spi: Remove check for controller idling in spi sync pathDavid Jander2022-06-271-4/+0
* | spi: __spi_pump_messages: Consolidate spin_unlocks to goto targetDavid Jander2022-06-271-8/+3
* | spi: Lock controller idling transition inside the io_mutexDavid Jander2022-06-271-6/+12
* | spi: Don't use the message queue if possible in spi_syncDavid Jander2022-06-271-97/+149
* | spi: Move ctlr->cur_msg_prepared to struct spi_messageDavid Jander2022-06-271-3/+4
* | spi: core: Fix error code in spi_register_controller()Dan Carpenter2022-06-141-0/+1
* | spi: Fix per-cpu stats access on 32 bit systemsDavid Jander2022-06-101-1/+4
* | spi: spi.c: Convert statistics to per-cpu u64_stats_tDavid Jander2022-06-061-45/+98
|/
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-22/+4
|\
| * spi: Use helper for safer setting of driver_overrideKrzysztof Kozlowski2022-04-221-22/+4
* | Merge tag 'spi-fix-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-011-1/+2
|\ \
| * | spi: core: Display return code when failing to transfer messageEddie James2022-05-261-1/+2
* | | Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-05-241-11/+14
|\| | | |/ |/|
| * spi: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-191-4/+2
| * spi: core: Initialize returned status in spi_setupPaul Kocialkowski2022-04-141-1/+1