aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/spi/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-18spi: Introduce and use spi_bpw_to_bytes()Mark Brown1-1/+1
2025-04-17spi: Add spi_bpw_to_bytes() helper and use itAndy Shevchenko1-1/+1
2025-04-13spi: Add support for Double Transfer Rate (DTR) modeMukesh Kumar Savaliya1-0/+7
2025-04-06spi: Simplify conditionals in spi_set_cs()Andy Shevchenko1-6/+4
2025-03-25Merge tag 'spi-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-53/+58
2025-03-19spi: Fix reference count leak in slave_show()Miaoqian Lin1-1/+5
2025-03-13spi: Use inclusive languageAndy Shevchenko1-49/+47
2025-02-10spi: axi-spi-engine: add offload supportMark Brown1-0/+10
2025-02-07spi: add offload TX/RX streaming APIsDavid Lechner1-0/+10
2025-02-05spi: Replace custom fsleep() implementationAndy Shevchenko1-4/+1
2025-01-22Merge tag 'spi-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-23/+18
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2024-12-09spi: Deduplicate deferred probe checks in spi_probe()Andy Shevchenko1-11/+6
2024-12-09spi: Unify firmware node type checksAndy Shevchenko1-14/+14
2024-11-26spi: Fix acpi deferred irq probeStanislaw Gruszka1-3/+10
2024-11-12spi: Delete useless checkszhang jiao1-3/+0
2024-11-04spi: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-1/+1
2024-10-18spi: make class structs constBartosz Golaszewski1-2/+2
2024-10-04spi: Provide defer reason if getting irq during probe failsUwe Kleine-König1-1/+1
2024-09-30spi: remove {devm_}spi_alloc_master/slave()Yang Yingliang1-7/+7
2024-09-10spi: remove spi_controller_is_slave() and spi_slave_abort()Yang Yingliang1-12/+1
2024-09-10spi: switch to use spi_controller_is_target()Yang Yingliang1-4/+4
2024-07-29spi: Enable controllers to extend the SPI protocol with MOSI idle configurationMarcelo Schmitt1-0/+6
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2024-07-15Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-65/+69
2024-07-09spi: add defer_optimize_message controller flagDavid Lechner1-1/+17
2024-07-09spi: don't unoptimize message in spi_async()David Lechner1-2/+0
2024-07-08spi: spi: Remove unnecessary ‘0’ values from statusLi zeming1-1/+1
2024-07-08spi: spi: Remove unnecessary ‘0’ values from rcLi zeming1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-06-25spi: add devm_spi_optimize_message() helperMark Brown1-0/+1
2024-06-24spi: add EXPORT_SYMBOL_GPL(devm_spi_optimize_message)David Lechner1-0/+1
2024-06-23spi: add devm_spi_optimize_message() helperMark Brown1-0/+27
2024-06-22spi: add devm_spi_optimize_message() helperDavid Lechner1-0/+27
2024-06-20spi: Merge up fixesMark Brown1-6/+10
2024-06-18spi: Fix SPI slave probe failureAmit Kumar Mahapatra1-4/+6
2024-06-18spi: Fix OCTAL mode supportPatrice Chotard1-2/+4
2024-06-10spi: Rework per message DMA mapped flag to be per transferAndy Shevchenko1-46/+27
2024-06-03spi: Merge up fixesMark Brown1-0/+9
2024-05-29spi: Assign dummy scatterlist to unidirectional transfersAndy Shevchenko1-0/+9
2024-05-27spi: Refactor spi_stop_queue()Andy Shevchenko1-15/+10
2024-05-27spi: Replace custom code with device_match_acpi_handle()Andy Shevchenko1-2/+2
2024-05-23soi: Don't call DMA sync API when not neededMark Brown1-73/+75
2024-05-23spi: Check if transfer is mapped before calling DMA sync APIsAndy Shevchenko1-5/+13
2024-05-23spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko1-0/+4
2024-05-08spi: Remove unneded check for orig_nentsAndy Shevchenko1-14/+8
2024-05-01spi: fix null pointer dereference within spi_syncMans Rullgard1-0/+1
2024-05-01spi: use spi_valid_{tx,rx}buf() in stats functionDavid Lechner1-7/+5
2024-04-17Add bridged amplifiers to cs42l43Mark Brown1-3/+9
2024-04-16spi: More refacroings after multi-CS supportMark Brown1-30/+33