Age | Commit message (Expand) | Author |
2023-02-01 | spi: Abstract access to chip selects | Mark Brown |
2023-02-01 | spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiod | Amit Kumar Mahapatra |
2023-01-13 | spi: Parse hold/inactive CS delay values from the DT | Janne Grunau |
2023-01-13 | spi: Use a 32-bit DT property for spi-cs-setup-delay-ns | Janne Grunau |
2023-01-05 | spi: Rename spi-cs-setup-ns property to spi-cs-setup-delay-ns | Hector Martin |
2022-11-18 | spi: Reintroduce spi_set_cs_timing() | Tudor Ambarus |
2022-11-18 | spi: Introduce spi-cs-setup-ns property | Tudor Ambarus |
2022-11-01 | spi: introduce new helpers with using modern naming | Yang Yingliang |
2022-10-26 | spi: Remove the obsolte u64_stats_fetch_*_irq() users. | Thomas Gleixner |
2022-10-21 | spi: Introduce spi_get_device_match_data() helper | Andy Shevchenko |
2022-10-04 | Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds |
2022-09-30 | Merge branch 'acpi-dev' | Rafael J. Wysocki |
2022-09-30 | spi: Ensure that sg_table won't be used after being freed | Marek Szyprowski |
2022-09-28 | spi: Split transfers larger than max size | Vincent Whitchurch |
2022-09-28 | spi: Fix cache corruption due to DMA/PIO overlap | Vincent Whitchurch |
2022-09-28 | spi: Save current RX and TX DMA devices | Vincent Whitchurch |
2022-09-08 | Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-09-07 | spi: Add capability to perform some transfer with chipselect off | Christophe Leroy |
2022-09-02 | spi: spi: Fix queue hang if previous transfer failed | David Jander |
2022-09-02 | spi: mux: Fix mux interaction with fast path optimisations | Mark Brown |
2022-08-24 | ACPI: Drop parent field from struct acpi_device | Rafael J. Wysocki |
2022-08-19 | spi: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-08-16 | Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-08-15 | Merge remote-tracking branch 'spi/for-5.20' into spi-6.0 | Mark Brown |
2022-08-05 | spi: spi.c: Add missing __percpu annotations in users of spi_statistics | David Jander |
2022-08-04 | Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-07-13 | spi: Fix simplification of devm_spi_register_controller | Yang Yingliang |
2022-07-11 | spi: remove duplicate parameters check in acpi_spi_add_resource() | Andy Shevchenko |
2022-07-11 | spi: propagate error code to the caller of acpi_spi_device_alloc() | Andy Shevchenko |
2022-07-11 | spi: Return deferred probe error when controller isn't yet available | Andy Shevchenko |
2022-06-30 | spi: spi.c: Remove redundant else block | David Jander |
2022-06-30 | spi: spi.c: Fix comment style | David Jander |
2022-06-30 | spi: spi.c: White-space fix in __spi_pump_messages() | David Jander |
2022-06-27 | spi: opportunistically skip ctlr->cur_msg_completion | David Jander |
2022-06-27 | spi: Ensure the io_mutex is held until spi_finalize_current_message() | David Jander |
2022-06-27 | spi: Set ctlr->cur_msg also in the sync transfer case | David Jander |
2022-06-27 | spi: Remove unneeded READ_ONCE for ctlr->busy flag | David Jander |
2022-06-27 | spi: Remove the now unused ctlr->idling flag | David Jander |
2022-06-27 | spi: Remove check for idling in __spi_pump_messages() | David Jander |
2022-06-27 | spi: Remove check for controller idling in spi sync path | David Jander |
2022-06-27 | spi: __spi_pump_messages: Consolidate spin_unlocks to goto target | David Jander |
2022-06-27 | spi: Lock controller idling transition inside the io_mutex | David Jander |
2022-06-27 | spi: Don't use the message queue if possible in spi_sync | David Jander |
2022-06-27 | spi: Move ctlr->cur_msg_prepared to struct spi_message | David Jander |
2022-06-14 | spi: core: Fix error code in spi_register_controller() | Dan Carpenter |
2022-06-10 | spi: Use device_find_any_child() instead of custom approach | Andy Shevchenko |
2022-06-10 | spi: Fix per-cpu stats access on 32 bit systems | David Jander |
2022-06-06 | spi: spi.c: Convert statistics to per-cpu u64_stats_t | David Jander |
2022-06-03 | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-06-01 | Merge tag 'spi-fix-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |