summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2025-11-10spi: Add TODO comment about ACPI GPIO setupHans de Goede
2025-11-05spi: Try to get ACPI GPIO IRQ earlierHans de Goede
2025-09-22spi: rename SPI_CS_CNT_MAX => SPI_DEVICE_CS_CNT_MAXJonas Gorski
2025-09-22spi: don't check spi_controller::num_chipselect when parsing a dt deviceJonas Gorski
2025-09-22spi: drop check for validity of device chip selectsJonas Gorski
2025-09-22spi: move unused device CS initialization to __spi_add_device()Jonas Gorski
2025-09-22spi: keep track of number of chipselects in spi_deviceJonas Gorski
2025-09-22spi: fix return code when spi device has too many chipselectsJonas Gorski
2025-08-28spi: Drop dev_pm_domain_detach() callClaudiu Beznea
2025-07-28Merge tag 'spi-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-07-21spidev: introduce trivial abb sensor deviceMark Brown
2025-07-14spi: Add check for 8-bit transfer with 8 IO mode supportCheng Ming Lin
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea
2025-07-05spi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-04-18spi: Introduce and use spi_bpw_to_bytes()Mark Brown
2025-04-17spi: Add spi_bpw_to_bytes() helper and use itAndy Shevchenko
2025-04-13spi: Add support for Double Transfer Rate (DTR) modeMukesh Kumar Savaliya
2025-04-06spi: Simplify conditionals in spi_set_cs()Andy Shevchenko
2025-03-25Merge tag 'spi-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2025-03-19spi: Fix reference count leak in slave_show()Miaoqian Lin
2025-03-13spi: Use inclusive languageAndy Shevchenko
2025-02-10spi: axi-spi-engine: add offload supportMark Brown
2025-02-07spi: add offload TX/RX streaming APIsDavid Lechner
2025-02-05spi: Replace custom fsleep() implementationAndy Shevchenko
2025-01-22Merge tag 'spi-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker
2024-12-09spi: Deduplicate deferred probe checks in spi_probe()Andy Shevchenko
2024-12-09spi: Unify firmware node type checksAndy Shevchenko
2024-11-26spi: Fix acpi deferred irq probeStanislaw Gruszka
2024-11-12spi: Delete useless checkszhang jiao
2024-11-04spi: Use of_property_present() for non-boolean propertiesRob Herring (Arm)
2024-10-18spi: make class structs constBartosz Golaszewski
2024-10-04spi: Provide defer reason if getting irq during probe failsUwe Kleine-König
2024-09-30spi: remove {devm_}spi_alloc_master/slave()Yang Yingliang
2024-09-10spi: remove spi_controller_is_slave() and spi_slave_abort()Yang Yingliang
2024-09-10spi: switch to use spi_controller_is_target()Yang Yingliang
2024-07-29spi: Enable controllers to extend the SPI protocol with MOSI idle configurationMarcelo Schmitt
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-15Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2024-07-09spi: add defer_optimize_message controller flagDavid Lechner
2024-07-09spi: don't unoptimize message in spi_async()David Lechner
2024-07-08spi: spi: Remove unnecessary ‘0’ values from statusLi zeming
2024-07-08spi: spi: Remove unnecessary ‘0’ values from rcLi zeming
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-06-25spi: add devm_spi_optimize_message() helperMark Brown
2024-06-24spi: add EXPORT_SYMBOL_GPL(devm_spi_optimize_message)David Lechner
2024-06-23spi: add devm_spi_optimize_message() helperMark Brown
2024-06-22spi: add devm_spi_optimize_message() helperDavid Lechner
2024-06-20spi: Merge up fixesMark Brown