summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
48 hoursMerge tag 'spi-fix-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
4 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
11 daysMerge tag 'spi-fix-v7.2-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
12 daysspi: core: Abort active target transfer on controller suspendPraveen Talari
2026-06-17spi: acpi: Free resource list at appropriate timeAndy Shevchenko
2026-06-16spi: Add NULL check for spi_get_device_id() in spi_get_device_match_data()guoqi0226
2026-06-16Merge tag 'spi-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2026-05-22Revert "treewide: Fix probing of devices in DT overlays"Saravana Kannan
2026-05-21spi: Drop redundant 'cs' variable declaration in __spi_add_device()Lad Prabhakar
2026-05-21spi: fix controller registration API inconsistencyJohan Hovold
2026-04-30spi: clean up controller registration return valueJohan Hovold
2026-04-24Merge tag 'spi-fix-v7.1-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-04-22spi: fix resource leaks on device setup failureJohan Hovold
2026-04-15Merge tag 'spi-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-08Add Renesas RZ/G3L RSPI supportMark Brown
2026-03-26device property: Make modifications of fwnode "flags" thread safeDouglas Anderson
2026-03-26spi: fix use-after-free on managed registration failureJohan Hovold
2026-03-24spi: use generic driver_override infrastructureDanilo Krummrich
2026-03-23spi: Replace open coded variant of spi_bpw_to_bytes()Andy Shevchenko
2026-03-16spi: controller registration fixesMark Brown
2026-03-16spi: fix misleading controller deregistration kernel-docJohan Hovold
2026-03-16spi: fix misleading controller registration kernel-docJohan Hovold
2026-03-16spi: drop unused devres statistics allocationJohan Hovold
2026-03-16spi: fix statistics allocationJohan Hovold
2026-03-16spi: fix use-after-free on controller registration failureJohan Hovold
2026-02-24spi: add devm_spi_new_ancillary_device()Antoniu Miclaus
2026-02-23spi: allow ancillary devices to share parent's chip selectsAntoniu Miclaus
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-11Merge tag 'sound-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2026-02-02spi: add multi-lane supportMark Brown
2026-02-02spi: support controllers with multiple data lanesDavid Lechner
2026-01-19spi: Propagate default fwnode to the SPI controller deviceAndy Shevchenko
2026-01-08spi: Simplify devm_spi_*_controller()Andy Shevchenko
2026-01-05spi: change of_find_spi_controller_by_node() gating to CONFIG_OFOder Chiou
2026-01-05spi: export of_find_spi_controller_by_node()Oder Chiou
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