summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-24Merge tag 'spi-fix-v7.1-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-24/+37
2026-04-22spi: fix resource leaks on device setup failureJohan Hovold1-24/+37
2026-04-16Merge tag 'spi-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-31/+82
2026-04-14Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2026-04-08Add Renesas RZ/G3L RSPI supportMark Brown1-13/+19
2026-03-27device property: Make modifications of fwnode "flags" thread safeDouglas Anderson1-1/+1
2026-03-26spi: fix use-after-free on managed registration failureJohan Hovold1-1/+12
2026-03-24spi: use generic driver_override infrastructureDanilo Krummrich1-12/+7
2026-03-23spi: Replace open coded variant of spi_bpw_to_bytes()Andy Shevchenko1-6/+1
2026-03-16spi: controller registration fixesMark Brown1-31/+29
2026-03-16spi: fix misleading controller deregistration kernel-docJohan Hovold1-2/+4
2026-03-16spi: fix misleading controller registration kernel-docJohan Hovold1-2/+2
2026-03-16spi: drop unused devres statistics allocationJohan Hovold1-15/+12
2026-03-16spi: fix statistics allocationJohan Hovold1-9/+8
2026-03-16spi: fix use-after-free on controller registration failureJohan Hovold1-4/+4
2026-02-24spi: add devm_spi_new_ancillary_device()Antoniu Miclaus1-0/+40
2026-02-23spi: allow ancillary devices to share parent's chip selectsAntoniu Miclaus1-6/+23
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-11Merge tag 'sound-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-10/+13
2026-02-03spi: add multi-lane supportMark Brown1-4/+140
2026-02-02spi: support controllers with multiple data lanesDavid Lechner1-4/+140
2026-01-19spi: Propagate default fwnode to the SPI controller deviceAndy Shevchenko1-0/+3
2026-01-08spi: Simplify devm_spi_*_controller()Andy Shevchenko1-28/+17
2026-01-05spi: change of_find_spi_controller_by_node() gating to CONFIG_OFOder Chiou1-9/+11
2026-01-05spi: export of_find_spi_controller_by_node()Oder Chiou1-1/+2
2025-11-10spi: Add TODO comment about ACPI GPIO setupHans de Goede1-0/+2
2025-11-05spi: Try to get ACPI GPIO IRQ earlierHans de Goede1-0/+10
2025-09-22spi: rename SPI_CS_CNT_MAX => SPI_DEVICE_CS_CNT_MAXJonas Gorski1-7/+7
2025-09-22spi: don't check spi_controller::num_chipselect when parsing a dt deviceJonas Gorski1-10/+1
2025-09-22spi: drop check for validity of device chip selectsJonas Gorski1-9/+3
2025-09-22spi: move unused device CS initialization to __spi_add_device()Jonas Gorski1-13/+4
2025-09-22spi: keep track of number of chipselects in spi_deviceJonas Gorski1-8/+21
2025-09-22spi: fix return code when spi device has too many chipselectsJonas Gorski1-1/+1
2025-08-28spi: Drop dev_pm_domain_detach() callClaudiu Beznea1-7/+3
2025-07-29Merge tag 'spi-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-3/+0
2025-07-29Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2025-07-21spidev: introduce trivial abb sensor deviceMark Brown1-4/+10
2025-07-14spi: Add check for 8-bit transfer with 8 IO mode supportCheng Ming Lin1-4/+10
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea1-1/+1
2025-07-05spi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-3/+0
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-07spi: Simplify conditionals in spi_set_cs()Andy Shevchenko1-6/+4
2025-03-26Merge tag 'spi-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus 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