summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2022-09-08Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-09-02spi: spi: Fix queue hang if previous transfer failedDavid Jander
2022-09-02spi: mux: Fix mux interaction with fast path optimisationsMark Brown
2022-08-16Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-05spi: spi.c: Add missing __percpu annotations in users of spi_statisticsDavid Jander
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-07-13spi: Fix simplification of devm_spi_register_controllerYang Yingliang
2022-07-11spi: remove duplicate parameters check in acpi_spi_add_resource()Andy Shevchenko
2022-07-11spi: propagate error code to the caller of acpi_spi_device_alloc()Andy Shevchenko
2022-07-11spi: Return deferred probe error when controller isn't yet availableAndy Shevchenko
2022-06-30spi: spi.c: Remove redundant else blockDavid Jander
2022-06-30spi: spi.c: Fix comment styleDavid Jander
2022-06-30spi: spi.c: White-space fix in __spi_pump_messages()David Jander
2022-06-27spi: opportunistically skip ctlr->cur_msg_completionDavid Jander
2022-06-27spi: Ensure the io_mutex is held until spi_finalize_current_message()David Jander
2022-06-27spi: Set ctlr->cur_msg also in the sync transfer caseDavid Jander
2022-06-27spi: Remove unneeded READ_ONCE for ctlr->busy flagDavid Jander
2022-06-27spi: Remove the now unused ctlr->idling flagDavid Jander
2022-06-27spi: Remove check for idling in __spi_pump_messages()David Jander
2022-06-27spi: Remove check for controller idling in spi sync pathDavid Jander
2022-06-27spi: __spi_pump_messages: Consolidate spin_unlocks to goto targetDavid Jander
2022-06-27spi: Lock controller idling transition inside the io_mutexDavid Jander
2022-06-27spi: Don't use the message queue if possible in spi_syncDavid Jander
2022-06-27spi: Move ctlr->cur_msg_prepared to struct spi_messageDavid Jander
2022-06-14spi: core: Fix error code in spi_register_controller()Dan Carpenter
2022-06-10spi: Use device_find_any_child() instead of custom approachAndy Shevchenko
2022-06-10spi: Fix per-cpu stats access on 32 bit systemsDavid Jander
2022-06-06spi: spi.c: Convert statistics to per-cpu u64_stats_tDavid Jander
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-06-01Merge tag 'spi-fix-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-26spi: core: Display return code when failing to transfer messageEddie James
2022-05-24Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-04-22spi: Use helper for safer setting of driver_overrideKrzysztof Kozlowski
2022-04-19spi: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-14spi: core: Initialize returned status in spi_setupPaul Kocialkowski
2022-04-13spi: Pull in Atmel fixMark Brown
2022-04-12spi: core: Only check bits_per_word validity when explicitly providedPaul Kocialkowski
2022-04-08Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-04-06spi: core: add dma_map_dev for __spi_unmap_msg()Vinod Koul
2022-04-05ACPI: bus: Eliminate acpi_bus_get_device()Rafael J. Wysocki
2022-03-17spi: Fix erroneous sgs value with min_t()Biju Das
2022-03-17spi: Get sgs size fix into branchMark Brown
2022-03-08spi: Fix invalid sgs valueBiju Das
2022-02-28spi: use specific last_cs instead of last_cs_enableYun Zhou
2022-02-18spi: use sysfs_emit() for printing statistics and add trailing newlineHeiner Kallweit
2022-02-14spi: Retire legacy GPIO handlingLinus Walleij
2022-02-09spi: make remove callback a void functionMark Brown
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-02spi: Replace acpi_bus_get_device()Rafael J. Wysocki
2022-02-01spi: Add API to count spi acpi resourcesStefan Binding