summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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