index
:
pub/scm/linux/kernel/git/jfern/linux.git
master
Joel Fernandes's fork of linux.git
Joel Fernandes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-14
spi: Add KUnit coverage for DMA mapping error paths
Honghui Jiang
1
-2
/
+7
2026-08-14
spi: Clear current DMA devices when unmapping a message
Honghui Jiang
1
-1
/
+7
2026-08-14
spi: Move __spi_unmap_msg() before __spi_map_msg()
Honghui Jiang
1
-25
/
+23
2026-08-14
spi: Fix DMA mapping ownership on partial map failure
Honghui Jiang
1
-16
/
+18
2026-08-06
spi: add new_device/delete_device sysfs interface
Vishwaroop A
1
-0
/
+246
2026-07-05
Merge tag 'spi-fix-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+3
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-06-26
Merge tag 'spi-fix-v7.2-merge-window' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+7
2026-06-25
spi: core: Abort active target transfer on controller suspend
Praveen Talari
1
-0
/
+3
2026-06-17
spi: acpi: Free resource list at appropriate time
Andy Shevchenko
1
-2
/
+2
2026-06-16
spi: Add NULL check for spi_get_device_id() in spi_get_device_match_data()
guoqi0226
1
-1
/
+5
2026-06-16
Merge tag 'spi-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
1
-33
/
+8
2026-05-22
Revert "treewide: Fix probing of devices in DT overlays"
Saravana Kannan
1
-5
/
+0
2026-05-21
spi: Drop redundant 'cs' variable declaration in __spi_add_device()
Lad Prabhakar
1
-2
/
+0
2026-05-21
spi: fix controller registration API inconsistency
Johan Hovold
1
-30
/
+5
2026-04-30
spi: clean up controller registration return value
Johan Hovold
1
-1
/
+3
2026-04-24
Merge tag 'spi-fix-v7.1-merge-window' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-24
/
+37
2026-04-22
spi: fix resource leaks on device setup failure
Johan Hovold
1
-24
/
+37
2026-04-15
Merge tag 'spi-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
1
-31
/
+82
2026-04-13
Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2026-04-08
Add Renesas RZ/G3L RSPI support
Mark Brown
1
-13
/
+19
2026-03-26
device property: Make modifications of fwnode "flags" thread safe
Douglas Anderson
1
-1
/
+1
2026-03-26
spi: fix use-after-free on managed registration failure
Johan Hovold
1
-1
/
+12
2026-03-24
spi: use generic driver_override infrastructure
Danilo Krummrich
1
-12
/
+7
2026-03-23
spi: Replace open coded variant of spi_bpw_to_bytes()
Andy Shevchenko
1
-6
/
+1
2026-03-16
spi: controller registration fixes
Mark Brown
1
-31
/
+29
2026-03-16
spi: fix misleading controller deregistration kernel-doc
Johan Hovold
1
-2
/
+4
2026-03-16
spi: fix misleading controller registration kernel-doc
Johan Hovold
1
-2
/
+2
2026-03-16
spi: drop unused devres statistics allocation
Johan Hovold
1
-15
/
+12
2026-03-16
spi: fix statistics allocation
Johan Hovold
1
-9
/
+8
2026-03-16
spi: fix use-after-free on controller registration failure
Johan Hovold
1
-4
/
+4
2026-02-24
spi: add devm_spi_new_ancillary_device()
Antoniu Miclaus
1
-0
/
+40
2026-02-23
spi: allow ancillary devices to share parent's chip selects
Antoniu Miclaus
1
-6
/
+23
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-11
Merge tag 'sound-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-10
/
+13
2026-02-02
spi: add multi-lane support
Mark Brown
1
-4
/
+140
2026-02-02
spi: support controllers with multiple data lanes
David Lechner
1
-4
/
+140
2026-01-19
spi: Propagate default fwnode to the SPI controller device
Andy Shevchenko
1
-0
/
+3
2026-01-08
spi: Simplify devm_spi_*_controller()
Andy Shevchenko
1
-28
/
+17
2026-01-05
spi: change of_find_spi_controller_by_node() gating to CONFIG_OF
Oder Chiou
1
-9
/
+11
2026-01-05
spi: export of_find_spi_controller_by_node()
Oder Chiou
1
-1
/
+2
2025-11-10
spi: Add TODO comment about ACPI GPIO setup
Hans de Goede
1
-0
/
+2
2025-11-05
spi: Try to get ACPI GPIO IRQ earlier
Hans de Goede
1
-0
/
+10
2025-09-22
spi: rename SPI_CS_CNT_MAX => SPI_DEVICE_CS_CNT_MAX
Jonas Gorski
1
-7
/
+7
2025-09-22
spi: don't check spi_controller::num_chipselect when parsing a dt device
Jonas Gorski
1
-10
/
+1
2025-09-22
spi: drop check for validity of device chip selects
Jonas Gorski
1
-9
/
+3
2025-09-22
spi: move unused device CS initialization to __spi_add_device()
Jonas Gorski
1
-13
/
+4
2025-09-22
spi: keep track of number of chipselects in spi_device
Jonas Gorski
1
-8
/
+21
2025-09-22
spi: fix return code when spi device has too many chipselects
Jonas Gorski
1
-1
/
+1
[next]