aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-42/+115
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki1-1/+1
2022-09-30spi: Ensure that sg_table won't be used after being freedMarek Szyprowski1-0/+2
2022-09-28spi: Split transfers larger than max sizeVincent Whitchurch1-0/+9
2022-09-28spi: Fix cache corruption due to DMA/PIO overlapVincent Whitchurch1-21/+88
2022-09-28spi: Save current RX and TX DMA devicesVincent Whitchurch1-15/+4
2022-09-08Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-3/+2
2022-09-07spi: Add capability to perform some transfer with chipselect offChristophe Leroy1-3/+9
2022-09-02spi: spi: Fix queue hang if previous transfer failedDavid Jander1-2/+1
2022-09-02spi: mux: Fix mux interaction with fast path optimisationsMark Brown1-1/+1
2022-08-24ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki1-1/+1
2022-08-19spi: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-16Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-7/+7
2022-08-15Merge remote-tracking branch 'spi/for-5.20' into spi-6.0Mark Brown1-7/+7
2022-08-05spi: spi.c: Add missing __percpu annotations in users of spi_statisticsDavid Jander1-7/+7
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+2
2022-07-13spi: Fix simplification of devm_spi_register_controllerYang Yingliang1-5/+14
2022-07-11spi: remove duplicate parameters check in acpi_spi_add_resource()Andy Shevchenko1-3/+0
2022-07-11spi: propagate error code to the caller of acpi_spi_device_alloc()Andy Shevchenko1-1/+1
2022-07-11spi: Return deferred probe error when controller isn't yet availableAndy Shevchenko1-1/+1
2022-06-30spi: spi.c: Remove redundant else blockDavid Jander1-5/+5
2022-06-30spi: spi.c: Fix comment styleDavid Jander1-47/+47
2022-06-30spi: spi.c: White-space fix in __spi_pump_messages()David Jander1-1/+1
2022-06-27spi: opportunistically skip ctlr->cur_msg_completionDavid Jander1-2/+25
2022-06-27spi: Ensure the io_mutex is held until spi_finalize_current_message()David Jander1-18/+14
2022-06-27spi: Set ctlr->cur_msg also in the sync transfer caseDavid Jander1-0/+1
2022-06-27spi: Remove unneeded READ_ONCE for ctlr->busy flagDavid Jander1-1/+1
2022-06-27spi: Remove the now unused ctlr->idling flagDavid Jander1-2/+0
2022-06-27spi: Remove check for idling in __spi_pump_messages()David Jander1-7/+0
2022-06-27spi: Remove check for controller idling in spi sync pathDavid Jander1-4/+0
2022-06-27spi: __spi_pump_messages: Consolidate spin_unlocks to goto targetDavid Jander1-8/+3
2022-06-27spi: Lock controller idling transition inside the io_mutexDavid Jander1-6/+12
2022-06-27spi: Don't use the message queue if possible in spi_syncDavid Jander1-97/+149
2022-06-27spi: Move ctlr->cur_msg_prepared to struct spi_messageDavid Jander1-3/+4
2022-06-14spi: core: Fix error code in spi_register_controller()Dan Carpenter1-0/+1
2022-06-10spi: Use device_find_any_child() instead of custom approachAndy Shevchenko1-7/+2
2022-06-10spi: Fix per-cpu stats access on 32 bit systemsDavid Jander1-1/+4
2022-06-06spi: spi.c: Convert statistics to per-cpu u64_stats_tDavid Jander1-45/+98
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-22/+4
2022-06-01Merge tag 'spi-fix-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+2
2022-05-26spi: core: Display return code when failing to transfer messageEddie James1-1/+2
2022-05-24Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-11/+14
2022-04-22spi: Use helper for safer setting of driver_overrideKrzysztof Kozlowski1-22/+4
2022-04-19spi: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-4/+2
2022-04-14spi: core: Initialize returned status in spi_setupPaul Kocialkowski1-1/+1
2022-04-13spi: Pull in Atmel fixMark Brown1-0/+4
2022-04-12spi: core: Only check bits_per_word validity when explicitly providedPaul Kocialkowski1-6/+11
2022-04-08Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+2
2022-04-06spi: core: add dma_map_dev for __spi_unmap_msg()Vinod Koul1-0/+4
2022-04-05ACPI: bus: Eliminate acpi_bus_get_device()Rafael J. Wysocki1-1/+2