index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi.c
Age
Commit message (
Expand
)
Author
8 days
spi: fix use-after-free on managed registration failure
Johan Hovold
9 days
spi: use generic driver_override infrastructure
Danilo Krummrich
2026-03-16
spi: fix statistics allocation
Johan Hovold
2026-03-16
spi: fix use-after-free on controller registration failure
Johan Hovold
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-11
Merge tag 'sound-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2026-02-02
spi: add multi-lane support
Mark Brown
2026-02-02
spi: support controllers with multiple data lanes
David Lechner
2026-01-19
spi: Propagate default fwnode to the SPI controller device
Andy Shevchenko
2026-01-08
spi: Simplify devm_spi_*_controller()
Andy Shevchenko
2026-01-05
spi: change of_find_spi_controller_by_node() gating to CONFIG_OF
Oder Chiou
2026-01-05
spi: export of_find_spi_controller_by_node()
Oder Chiou
2025-11-10
spi: Add TODO comment about ACPI GPIO setup
Hans de Goede
2025-11-05
spi: Try to get ACPI GPIO IRQ earlier
Hans de Goede
2025-09-22
spi: rename SPI_CS_CNT_MAX => SPI_DEVICE_CS_CNT_MAX
Jonas Gorski
2025-09-22
spi: don't check spi_controller::num_chipselect when parsing a dt device
Jonas Gorski
2025-09-22
spi: drop check for validity of device chip selects
Jonas Gorski
2025-09-22
spi: move unused device CS initialization to __spi_add_device()
Jonas Gorski
2025-09-22
spi: keep track of number of chipselects in spi_device
Jonas Gorski
2025-09-22
spi: fix return code when spi device has too many chipselects
Jonas Gorski
2025-08-28
spi: Drop dev_pm_domain_detach() call
Claudiu Beznea
2025-07-28
Merge tag 'spi-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2025-07-28
Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2025-07-21
spidev: introduce trivial abb sensor device
Mark Brown
2025-07-14
spi: Add check for 8-bit transfer with 8 IO mode support
Cheng Ming Lin
2025-07-07
PM: domains: Add flags to specify power on attach/detach
Claudiu Beznea
2025-07-05
spi: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
2025-04-18
spi: Introduce and use spi_bpw_to_bytes()
Mark Brown
2025-04-17
spi: Add spi_bpw_to_bytes() helper and use it
Andy Shevchenko
2025-04-13
spi: Add support for Double Transfer Rate (DTR) mode
Mukesh Kumar Savaliya
2025-04-06
spi: Simplify conditionals in spi_set_cs()
Andy Shevchenko
2025-03-25
Merge tag 'spi-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2025-03-19
spi: Fix reference count leak in slave_show()
Miaoqian Lin
2025-03-13
spi: Use inclusive language
Andy Shevchenko
2025-02-10
spi: axi-spi-engine: add offload support
Mark Brown
2025-02-07
spi: add offload TX/RX streaming APIs
David Lechner
2025-02-05
spi: Replace custom fsleep() implementation
Andy Shevchenko
2025-01-22
Merge tag 'spi-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
2024-12-09
spi: Deduplicate deferred probe checks in spi_probe()
Andy Shevchenko
2024-12-09
spi: Unify firmware node type checks
Andy Shevchenko
2024-11-26
spi: Fix acpi deferred irq probe
Stanislaw Gruszka
2024-11-12
spi: Delete useless checks
zhang jiao
2024-11-04
spi: Use of_property_present() for non-boolean properties
Rob Herring (Arm)
2024-10-18
spi: make class structs const
Bartosz Golaszewski
2024-10-04
spi: Provide defer reason if getting irq during probe fails
Uwe Kleine-König
2024-09-30
spi: remove {devm_}spi_alloc_master/slave()
Yang Yingliang
2024-09-10
spi: remove spi_controller_is_slave() and spi_slave_abort()
Yang Yingliang
2024-09-10
spi: switch to use spi_controller_is_target()
Yang Yingliang
[next]