| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-10 | spi: Add TODO comment about ACPI GPIO setup | Hans de Goede | 1 | -0/+2 |
| 2025-11-05 | spi: Try to get ACPI GPIO IRQ earlier | Hans de Goede | 1 | -0/+10 |
| 2025-09-22 | spi: rename SPI_CS_CNT_MAX => SPI_DEVICE_CS_CNT_MAX | Jonas Gorski | 1 | -7/+7 |
| 2025-09-22 | spi: don't check spi_controller::num_chipselect when parsing a dt device | Jonas Gorski | 1 | -10/+1 |
| 2025-09-22 | spi: drop check for validity of device chip selects | Jonas Gorski | 1 | -9/+3 |
| 2025-09-22 | spi: move unused device CS initialization to __spi_add_device() | Jonas Gorski | 1 | -13/+4 |
| 2025-09-22 | spi: keep track of number of chipselects in spi_device | Jonas Gorski | 1 | -8/+21 |
| 2025-09-22 | spi: fix return code when spi device has too many chipselects | Jonas Gorski | 1 | -1/+1 |
| 2025-08-28 | spi: Drop dev_pm_domain_detach() call | Claudiu Beznea | 1 | -7/+3 |
| 2025-07-28 | Merge tag 'spi-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 1 | -3/+0 |
| 2025-07-28 | Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-21 | spidev: introduce trivial abb sensor device | Mark Brown | 1 | -4/+10 |
| 2025-07-14 | spi: Add check for 8-bit transfer with 8 IO mode support | Cheng Ming Lin | 1 | -4/+10 |
| 2025-07-07 | PM: domains: Add flags to specify power on attach/detach | Claudiu Beznea | 1 | -1/+1 |
| 2025-07-05 | spi: Remove redundant pm_runtime_mark_last_busy() calls | Sakari Ailus | 1 | -3/+0 |
| 2025-04-18 | spi: Introduce and use spi_bpw_to_bytes() | Mark Brown | 1 | -1/+1 |
| 2025-04-17 | spi: Add spi_bpw_to_bytes() helper and use it | Andy Shevchenko | 1 | -1/+1 |
| 2025-04-13 | spi: Add support for Double Transfer Rate (DTR) mode | Mukesh Kumar Savaliya | 1 | -0/+7 |
| 2025-04-06 | spi: Simplify conditionals in spi_set_cs() | Andy Shevchenko | 1 | -6/+4 |
| 2025-03-25 | Merge tag 'spi-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 1 | -53/+58 |
| 2025-03-19 | spi: Fix reference count leak in slave_show() | Miaoqian Lin | 1 | -1/+5 |
| 2025-03-13 | spi: Use inclusive language | Andy Shevchenko | 1 | -49/+47 |
| 2025-02-10 | spi: axi-spi-engine: add offload support | Mark Brown | 1 | -0/+10 |
| 2025-02-07 | spi: add offload TX/RX streaming APIs | David Lechner | 1 | -0/+10 |
| 2025-02-05 | spi: Replace custom fsleep() implementation | Andy Shevchenko | 1 | -4/+1 |
| 2025-01-22 | Merge tag 'spi-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 1 | -23/+18 |
| 2025-01-08 | treewide: Introduce kthread_run_worker[_on_cpu]() | Frederic Weisbecker | 1 | -1/+1 |
| 2024-12-09 | spi: Deduplicate deferred probe checks in spi_probe() | Andy Shevchenko | 1 | -11/+6 |
| 2024-12-09 | spi: Unify firmware node type checks | Andy Shevchenko | 1 | -14/+14 |
| 2024-11-26 | spi: Fix acpi deferred irq probe | Stanislaw Gruszka | 1 | -3/+10 |
| 2024-11-12 | spi: Delete useless checks | zhang jiao | 1 | -3/+0 |
| 2024-11-04 | spi: Use of_property_present() for non-boolean properties | Rob Herring (Arm) | 1 | -1/+1 |
| 2024-10-18 | spi: make class structs const | Bartosz Golaszewski | 1 | -2/+2 |
| 2024-10-04 | spi: Provide defer reason if getting irq during probe fails | Uwe Kleine-König | 1 | -1/+1 |
| 2024-09-30 | spi: remove {devm_}spi_alloc_master/slave() | Yang Yingliang | 1 | -7/+7 |
| 2024-09-10 | spi: remove spi_controller_is_slave() and spi_slave_abort() | Yang Yingliang | 1 | -12/+1 |
| 2024-09-10 | spi: switch to use spi_controller_is_target() | Yang Yingliang | 1 | -4/+4 |
| 2024-07-29 | spi: Enable controllers to extend the SPI protocol with MOSI idle configuration | Marcelo Schmitt | 1 | -0/+6 |
| 2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2024-07-15 | Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 1 | -65/+69 |
| 2024-07-09 | spi: add defer_optimize_message controller flag | David Lechner | 1 | -1/+17 |
| 2024-07-09 | spi: don't unoptimize message in spi_async() | David Lechner | 1 | -2/+0 |
| 2024-07-08 | spi: spi: Remove unnecessary ‘0’ values from status | Li zeming | 1 | -1/+1 |
| 2024-07-08 | spi: spi: Remove unnecessary ‘0’ values from rc | Li zeming | 1 | -1/+1 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-06-25 | spi: add devm_spi_optimize_message() helper | Mark Brown | 1 | -0/+1 |
| 2024-06-24 | spi: add EXPORT_SYMBOL_GPL(devm_spi_optimize_message) | David Lechner | 1 | -0/+1 |
| 2024-06-23 | spi: add devm_spi_optimize_message() helper | Mark Brown | 1 | -0/+27 |
| 2024-06-22 | spi: add devm_spi_optimize_message() helper | David Lechner | 1 | -0/+27 |
| 2024-06-20 | spi: Merge up fixes | Mark Brown | 1 | -6/+10 |
| 2024-06-18 | spi: Fix SPI slave probe failure | Amit Kumar Mahapatra | 1 | -4/+6 |
| 2024-06-18 | spi: Fix OCTAL mode support | Patrice Chotard | 1 | -2/+4 |
| 2024-06-10 | spi: Rework per message DMA mapped flag to be per transfer | Andy Shevchenko | 1 | -46/+27 |
| 2024-06-03 | spi: Merge up fixes | Mark Brown | 1 | -0/+9 |
| 2024-05-29 | spi: Assign dummy scatterlist to unidirectional transfers | Andy Shevchenko | 1 | -0/+9 |
| 2024-05-27 | spi: Refactor spi_stop_queue() | Andy Shevchenko | 1 | -15/+10 |
| 2024-05-27 | spi: Replace custom code with device_match_acpi_handle() | Andy Shevchenko | 1 | -2/+2 |
| 2024-05-23 | soi: Don't call DMA sync API when not needed | Mark Brown | 1 | -73/+75 |
| 2024-05-23 | spi: Check if transfer is mapped before calling DMA sync APIs | Andy Shevchenko | 1 | -5/+13 |
| 2024-05-23 | spi: Don't mark message DMA mapped when no transfer in it is | Andy Shevchenko | 1 | -0/+4 |
| 2024-05-08 | spi: Remove unneded check for orig_nents | Andy Shevchenko | 1 | -14/+8 |
| 2024-05-01 | spi: fix null pointer dereference within spi_sync | Mans Rullgard | 1 | -0/+1 |
| 2024-05-01 | spi: use spi_valid_{tx,rx}buf() in stats function | David Lechner | 1 | -7/+5 |
| 2024-04-17 | Add bridged amplifiers to cs42l43 | Mark Brown | 1 | -3/+9 |
| 2024-04-16 | spi: More refacroings after multi-CS support | Mark Brown | 1 | -30/+33 |
| 2024-04-16 | spi: Update swnode based SPI devices to use the fwnode name | Charles Keepax | 1 | -0/+5 |
| 2024-04-16 | spi: Switch to using is_acpi_device_node() in spi_dev_set_name() | Charles Keepax | 1 | -3/+4 |
| 2024-04-16 | spi: Consistently use BIT for cs_index_mask (part 2) | Andy Shevchenko | 1 | -7/+3 |
| 2024-04-16 | spi: Introduce spi_for_each_valid_cs() in order of deduplication | Andy Shevchenko | 1 | -7/+9 |
| 2024-04-16 | spi: Extract spi_toggle_csgpiod() helper for better maintanance | Andy Shevchenko | 1 | -24/+25 |
| 2024-03-25 | spi: remove struct spi_message::is_dma_mapped | David Lechner | 1 | -7/+0 |
| 2024-03-12 | spi: Restore delays for non-GPIO chip select | Janne Grunau | 1 | -10/+14 |
| 2024-03-07 | spi: Introduce SPI_INVALID_CS and is_valid_cs() | Andy Shevchenko | 1 | -16/+23 |
| 2024-03-07 | spi: Consistently use BIT for cs_index_mask | Andy Shevchenko | 1 | -24/+11 |
| 2024-03-06 | spi: Exctract spi_dev_check_cs() helper | Andy Shevchenko | 1 | -20/+27 |
| 2024-03-06 | spi: Exctract spi_set_all_cs_unused() helper | Andy Shevchenko | 1 | -50/+24 |
| 2024-02-26 | spi: move splitting transfers to spi_optimize_message() | David Lechner | 1 | -42/+68 |
| 2024-02-26 | spi: add spi_optimize_message() APIs | David Lechner | 1 | -4/+147 |
| 2024-02-08 | spi: get rid of some legacy macros | Mark Brown | 1 | -1/+5 |
| 2024-02-08 | spi: Drop compat layer from renaming "master" to "controller" | Uwe Kleine-König | 1 | -1/+1 |
| 2024-02-07 | spi: drop gpf arg from __spi_split_transfer_maxsize() | David Lechner | 1 | -14/+8 |
| 2024-02-05 | spi: move split xfers for CS_WORD emulation | David Lechner | 1 | -32/+31 |
| 2024-01-26 | spi: avoid double validation in __spi_sync() | David Lechner | 1 | -52/+6 |
| 2024-01-25 | spi: fix finalize message on error return | David Lechner | 1 | -0/+4 |
| 2024-01-24 | spi: consolidate setting message->spi | David Lechner | 1 | -7/+2 |
| 2024-01-22 | spi: make spi_bus_type const | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-12-07 | spi: Add support for stacked/parallel memories | Mark Brown | 1 | -42/+217 |
| 2023-12-07 | spi: Add multi-cs memories support in SPI core | Amit Kumar Mahapatra | 1 | -42/+217 |
| 2023-11-30 | spi: introduce SPI_TRANS_FAIL_IO for error reporting | Nam Cao | 1 | -0/+3 |
| 2023-11-10 | spi: Fix null dereference on suspend | Mark Hasemeyer | 1 | -17/+39 |
| 2023-10-16 | spi: Export acpi_spi_find_controller_by_adev() | Hans de Goede | 1 | -3/+2 |
| 2023-09-18 | spi: Drop warning from spi_stop_queue() | Uwe Kleine-König | 1 | -4/+0 |
| 2023-07-14 | spi: Use BITS_TO_BYTES() | Andy Shevchenko | 1 | -3/+1 |
| 2023-07-14 | spi: Kill spi_add_device_locked() | Andy Shevchenko | 1 | -10/+5 |
| 2023-07-14 | spi: Remove code duplication in spi_add_device*() | Andy Shevchenko | 1 | -22/+10 |
| 2023-07-11 | spi: Fix spelling typos and acronyms capitalization | Andy Shevchenko | 1 | -26/+28 |
| 2023-07-11 | spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS | Andy Shevchenko | 1 | -2/+2 |
| 2023-07-10 | spi: Sort headers alphabetically | Andy Shevchenko | 1 | -21/+21 |
| 2023-07-10 | spi: Use sysfs_emit() to instead of s*printf() | Andy Shevchenko | 1 | -4/+3 |
| 2023-07-10 | spi: Replace if-else-if by bitops and multiplications | Andy Shevchenko | 1 | -7/+1 |
| 2023-07-10 | spi: Drop duplicate IDR allocation code in spi_register_controller() | Andy Shevchenko | 1 | -27/+23 |
| 2023-07-10 | spi: Remove unneeded OF node NULL checks | Andy Shevchenko | 1 | -4/+1 |
| 2023-04-27 | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+0 |
| 2023-04-27 | Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 1 | -26/+76 |
| 2023-04-13 | Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+5 |
| 2023-04-11 | treewide: Fix probing of devices in DT overlays | Geert Uytterhoeven | 1 | -0/+5 |
| 2023-04-05 | of: Rename of_modalias_node() | Miquel Raynal | 1 | -2/+2 |
| 2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman | 1 | -2/+0 |
| 2023-03-16 | spi: core: add spi_split_transfers_maxwords | Leonard Göhrs | 1 | -0/+49 |
| 2023-03-07 | spi: Fix cocci warnings | William Zhang | 1 | -1/+1 |
| 2023-03-06 | spi: Propagate firmware node | Andy Shevchenko | 1 | -2/+2 |
| 2023-03-05 | spi: Replace spi_pcpu_stats_totalize() macro by a C function | Geert Uytterhoeven | 1 | -23/+24 |
| 2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-14 | spi: Reorder fields in 'struct spi_transfer' | Christophe JAILLET | 1 | -1/+1 |
| 2023-02-10 | spi: spi-mem: Allow controller supporting mem_ops without exec_op | William Zhang | 1 | -7/+6 |
| 2023-02-10 | spi: export spi_transfer_cs_change_delay_exec function | William Zhang | 1 | -0/+7 |
| 2023-02-01 | spi: Abstract access to chip selects | Mark Brown | 1 | -23/+22 |
| 2023-02-01 | spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiod | Amit Kumar Mahapatra | 1 | -23/+22 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-01-13 | spi: Parse hold/inactive CS delay values from the DT | Janne Grunau | 1 | -0/+2 |
| 2023-01-13 | spi: Use a 32-bit DT property for spi-cs-setup-delay-ns | Janne Grunau | 1 | -5/+18 |
| 2023-01-05 | spi: Rename spi-cs-setup-ns property to spi-cs-setup-delay-ns | Hector Martin | 1 | -1/+1 |
| 2022-11-18 | spi: Reintroduce spi_set_cs_timing() | Tudor Ambarus | 1 | -0/+37 |
| 2022-11-18 | spi: Introduce spi-cs-setup-ns property | Tudor Ambarus | 1 | -0/+6 |
| 2022-11-01 | spi: introduce new helpers with using modern naming | Yang Yingliang | 1 | -0/+11 |
| 2022-10-26 | spi: Remove the obsolte u64_stats_fetch_*_irq() users. | Thomas Gleixner | 1 | -2/+2 |
| 2022-10-21 | spi: Introduce spi_get_device_match_data() helper | Andy Shevchenko | 1 | -0/+12 |
| 2022-10-04 | Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 1 | -42/+115 |
| 2022-09-30 | Merge branch 'acpi-dev' | Rafael J. Wysocki | 1 | -1/+1 |
| 2022-09-30 | spi: Ensure that sg_table won't be used after being freed | Marek Szyprowski | 1 | -0/+2 |
| 2022-09-28 | spi: Split transfers larger than max size | Vincent Whitchurch | 1 | -0/+9 |
| 2022-09-28 | spi: Fix cache corruption due to DMA/PIO overlap | Vincent Whitchurch | 1 | -21/+88 |
| 2022-09-28 | spi: Save current RX and TX DMA devices | Vincent Whitchurch | 1 | -15/+4 |
| 2022-09-08 | Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+2 |
| 2022-09-07 | spi: Add capability to perform some transfer with chipselect off | Christophe Leroy | 1 | -3/+9 |
| 2022-09-02 | spi: spi: Fix queue hang if previous transfer failed | David Jander | 1 | -2/+1 |
| 2022-09-02 | spi: mux: Fix mux interaction with fast path optimisations | Mark Brown | 1 | -1/+1 |
| 2022-08-24 | ACPI: Drop parent field from struct acpi_device | Rafael J. Wysocki | 1 | -1/+1 |
| 2022-08-19 | spi: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -3/+3 |
| 2022-08-16 | Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+7 |
| 2022-08-15 | Merge remote-tracking branch 'spi/for-5.20' into spi-6.0 | Mark Brown | 1 | -7/+7 |
| 2022-08-05 | spi: spi.c: Add missing __percpu annotations in users of spi_statistics | David Jander | 1 | -7/+7 |
| 2022-08-04 | Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -7/+2 |
| 2022-07-13 | spi: Fix simplification of devm_spi_register_controller | Yang Yingliang | 1 | -5/+14 |
| 2022-07-11 | spi: remove duplicate parameters check in acpi_spi_add_resource() | Andy Shevchenko | 1 | -3/+0 |
| 2022-07-11 | spi: propagate error code to the caller of acpi_spi_device_alloc() | Andy Shevchenko | 1 | -1/+1 |
| 2022-07-11 | spi: Return deferred probe error when controller isn't yet available | Andy Shevchenko | 1 | -1/+1 |
| 2022-06-30 | spi: spi.c: Remove redundant else block | David Jander | 1 | -5/+5 |
| 2022-06-30 | spi: spi.c: Fix comment style | David Jander | 1 | -47/+47 |
| 2022-06-30 | spi: spi.c: White-space fix in __spi_pump_messages() | David Jander | 1 | -1/+1 |
| 2022-06-27 | spi: opportunistically skip ctlr->cur_msg_completion | David Jander | 1 | -2/+25 |
| 2022-06-27 | spi: Ensure the io_mutex is held until spi_finalize_current_message() | David Jander | 1 | -18/+14 |
| 2022-06-27 | spi: Set ctlr->cur_msg also in the sync transfer case | David Jander | 1 | -0/+1 |
| 2022-06-27 | spi: Remove unneeded READ_ONCE for ctlr->busy flag | David Jander | 1 | -1/+1 |
| 2022-06-27 | spi: Remove the now unused ctlr->idling flag | David Jander | 1 | -2/+0 |
| 2022-06-27 | spi: Remove check for idling in __spi_pump_messages() | David Jander | 1 | -7/+0 |
| 2022-06-27 | spi: Remove check for controller idling in spi sync path | David Jander | 1 | -4/+0 |
| 2022-06-27 | spi: __spi_pump_messages: Consolidate spin_unlocks to goto target | David Jander | 1 | -8/+3 |
| 2022-06-27 | spi: Lock controller idling transition inside the io_mutex | David Jander | 1 | -6/+12 |
| 2022-06-27 | spi: Don't use the message queue if possible in spi_sync | David Jander | 1 | -97/+149 |
| 2022-06-27 | spi: Move ctlr->cur_msg_prepared to struct spi_message | David Jander | 1 | -3/+4 |
| 2022-06-14 | spi: core: Fix error code in spi_register_controller() | Dan Carpenter | 1 | -0/+1 |
| 2022-06-10 | spi: Use device_find_any_child() instead of custom approach | Andy Shevchenko | 1 | -7/+2 |
| 2022-06-10 | spi: Fix per-cpu stats access on 32 bit systems | David Jander | 1 | -1/+4 |
| 2022-06-06 | spi: spi.c: Convert statistics to per-cpu u64_stats_t | David Jander | 1 | -45/+98 |
| 2022-06-03 | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -22/+4 |
| 2022-06-01 | Merge tag 'spi-fix-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+2 |
| 2022-05-26 | spi: core: Display return code when failing to transfer message | Eddie James | 1 | -1/+2 |
| 2022-05-24 | Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 1 | -11/+14 |
| 2022-04-22 | spi: Use helper for safer setting of driver_override | Krzysztof Kozlowski | 1 | -22/+4 |
| 2022-04-19 | spi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync | Minghao Chi | 1 | -4/+2 |
| 2022-04-14 | spi: core: Initialize returned status in spi_setup | Paul Kocialkowski | 1 | -1/+1 |
| 2022-04-13 | spi: Pull in Atmel fix | Mark Brown | 1 | -0/+4 |
| 2022-04-12 | spi: core: Only check bits_per_word validity when explicitly provided | Paul Kocialkowski | 1 | -6/+11 |
| 2022-04-08 | Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -1/+2 |
| 2022-04-06 | spi: core: add dma_map_dev for __spi_unmap_msg() | Vinod Koul | 1 | -0/+4 |
| 2022-04-05 | ACPI: bus: Eliminate acpi_bus_get_device() | Rafael J. Wysocki | 1 | -1/+2 |
| 2022-03-17 | spi: Fix erroneous sgs value with min_t() | Biju Das | 1 | -2/+2 |
| 2022-03-17 | spi: Get sgs size fix into branch | Mark Brown | 1 | -2/+2 |
| 2022-03-08 | spi: Fix invalid sgs value | Biju Das | 1 | -2/+2 |
| 2022-02-28 | spi: use specific last_cs instead of last_cs_enable | Yun Zhou | 1 | -2/+6 |
| 2022-02-18 | spi: use sysfs_emit() for printing statistics and add trailing newline | Heiner Kallweit | 1 | -1/+1 |
| 2022-02-14 | spi: Retire legacy GPIO handling | Linus Walleij | 1 | -97/+28 |
| 2022-02-09 | spi: make remove callback a void function | Mark Brown | 1 | -9/+2 |
| 2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König | 1 | -9/+2 |
| 2022-02-02 | spi: Replace acpi_bus_get_device() | Rafael J. Wysocki | 1 | -2/+2 |
| 2022-02-01 | spi: Add API to count spi acpi resources | Stefan Binding | 1 | -0/+40 |
| 2022-02-01 | spi: Support selection of the index of the ACPI Spi Resource before alloc | Stefan Binding | 1 | -7/+44 |
| 2022-02-01 | spi: Create helper API to lookup ACPI info for spi device | Stefan Binding | 1 | -10/+36 |
| 2022-02-01 | spi: Make spi_alloc_device and spi_add_device public again | Stefan Binding | 1 | -2/+4 |
| 2022-01-07 | spi: don't include ptp_clock_kernel.h in spi.h | Jakub Kicinski | 1 | -0/+1 |
| 2021-12-13 | spi: Fix incorrect cs_setup delay handling | Hector Martin | 1 | -7/+6 |
| 2021-11-24 | spi: Fix condition in the __spi_register_driver() | Andy Shevchenko | 1 | -1/+1 |
| 2021-11-23 | spi: Fix multi-line comment style | Andy Shevchenko | 1 | -71/+89 |
| 2021-11-23 | spi: Replace memset() with __GFP_ZERO | Andy Shevchenko | 1 | -2/+1 |
| 2021-11-22 | spi: deduplicate spi_match_id() in __spi_register_driver() | Andy Shevchenko | 1 | -11/+6 |
| 2021-11-15 | Merge existing fixes from spi/for-5.16 into new branch | Mark Brown | 1 | -6/+6 |
| 2021-11-12 | spi: fix use-after-free of the add_lock mutex | Michael Walle | 1 | -6/+6 |
| 2021-11-01 | Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 1 | -142/+95 |