index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i3c
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-22
/
+22
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-31
/
+32
2026-01-31
i3c: dw-i3c-master: fix SIR reject bit mapping for dynamic addresses
Adrian Ng Ho Yin
-2
/
+23
2026-01-31
i3c: dw-i3c-master: convert spinlock usage to scoped guards
Adrian Ng Ho Yin
-26
/
+8
2026-01-31
i3c: dw: Fix memory leak in dw_i3c_master_i2c_xfers()
Zilin Guan
-0
/
+1
2026-01-31
i3c: mipi-i3c-hci-pci: Add System Suspend support
Adrian Hunter
-0
/
+7
2026-01-31
i3c: mipi-i3c-hci: Add optional System Suspend support
Adrian Hunter
-0
/
+49
2026-01-31
i3c: master: Add i3c_master_do_daa_ext() for post-hibernation address recovery
Adrian Hunter
-11
/
+38
2026-01-31
i3c: dw: Initialize spinlock to avoid upsetting lockdep
Fredrik Markstrom
-0
/
+2
2026-01-14
i3c: mipi-i3c-hci-pci: Add Runtime PM support
Adrian Hunter
-0
/
+17
2026-01-14
i3c: mipi-i3c-hci: Add optional Runtime PM support
Adrian Hunter
-6
/
+72
2026-01-14
i3c: master: Introduce optional Runtime PM support
Adrian Hunter
-9
/
+134
2026-01-14
i3c: mipi-i3c-hci: Factor out master dynamic address setting into helper
Adrian Hunter
-3
/
+10
2026-01-14
i3c: mipi-i3c-hci: Allow core re-initialization for Runtime PM support
Adrian Hunter
-17
/
+21
2026-01-14
i3c: mipi-i3c-hci: Factor out core initialization into helper
Adrian Hunter
-67
/
+75
2026-01-14
i3c: mipi-i3c-hci: Factor out IO mode setting into helper
Adrian Hunter
-14
/
+31
2026-01-14
i3c: mipi-i3c-hci: Factor out software reset into helper
Adrian Hunter
-12
/
+29
2026-01-14
i3c: mipi-i3c-hci: Add PIO suspend and resume support
Adrian Hunter
-0
/
+14
2026-01-14
i3c: mipi-i3c-hci: Refactor PIO register initialization
Adrian Hunter
-17
/
+28
2026-01-14
i3c: mipi-i3c-hci: Add DMA suspend and resume support
Adrian Hunter
-0
/
+27
2026-01-14
i3c: mipi-i3c-hci: Extract ring initialization from hci_dma_init()
Adrian Hunter
-50
/
+68
2026-01-14
i3c: mipi-i3c-hci: Introduce helper to restore DAT
Adrian Hunter
-0
/
+10
2026-01-14
i3c: mipi-i3c-hci: Cache DAT in memory for Runtime PM restore
Adrian Hunter
-6
/
+29
2026-01-14
i3c: mipi-i3c-hci: Manage DMA deallocation via devres action
Adrian Hunter
-2
/
+21
2026-01-14
i3c: mipi-i3c-hci: Switch PIO data allocation to devm_kzalloc()
Adrian Hunter
-3
/
+1
2026-01-14
i3c: mipi-i3c-hci: Switch DAT bitmap allocation to devm_bitmap_zalloc()
Adrian Hunter
-11
/
+3
2026-01-14
i3c: master: Replace WARN_ON() with dev_err() in i3c_dev_free_ibi_locked()
Adrian Hunter
-2
/
+5
2026-01-14
i3c: master: Update hot-join flag only on success
Adrian Hunter
-1
/
+2
2026-01-14
i3c: mipi-i3c-hci: Ensure proper bus clean-up
Adrian Hunter
-3
/
+39
2026-01-14
i3c: mipi-i3c-hci: Reset RING_OPERATION1 fields during init
Adrian Hunter
-0
/
+8
2026-01-14
i3c: Move device name assignment after i3c_bus_init
Billy Tsai
-1
/
+2
2026-01-14
i3c: renesas: Add suspend/resume support
Tommaso Merciai
-0
/
+89
2026-01-14
i3c: renesas: Factor out hardware initialization to separate function
Tommaso Merciai
-44
/
+55
2026-01-14
i3c: renesas: Store clock rate and reset controls in struct renesas_i3c
Tommaso Merciai
-19
/
+20
2026-01-14
i3c: renesas: Switch to clk_bulk API and store clocks in private data
Tommaso Merciai
-33
/
+13
2026-01-14
i3c: mipi-i3c-hci-pci: Define Multi-Bus instances for supported controllers
Adrian Hunter
-13
/
+22
2026-01-14
i3c: mipi-i3c-hci-pci: Add support for Multi-Bus Instances
Adrian Hunter
-10
/
+26
2026-01-14
i3c: mipi-i3c-hci-pci: Convert to MFD driver
Adrian Hunter
-35
/
+41
2026-01-14
i3c: mipi-i3c-hci-pci: Pass base regs as platform data to i3c core device
Adrian Hunter
-19
/
+20
2026-01-14
i3c: mipi-i3c-hci: Allow for Multi-Bus Instances
Adrian Hunter
-4
/
+17
2026-01-14
i3c: mipi-i3c-hci-pci: Assign unique device names and IDs for Intel LPSS I3C
Adrian Hunter
-20
/
+30
2026-01-14
i3c: mipi-i3c-hci-pci: Enable MSI support
Adrian Hunter
-2
/
+6
2026-01-14
i3c: mipi-i3c-hci-pci: Do not repeatedly check for NULL driver_data
Adrian Hunter
-3
/
+3
2026-01-14
i3c: mipi-i3c-hci: Quieten initialization messages
Adrian Hunter
-48
/
+45
2026-01-14
i3c: mipi-i3c-hci: Stop reading Extended Capabilities if capability ID is 0
Adrian Hunter
-1
/
+1
2026-01-14
i3c: mipi-i3c-hci: Remove duplicate blank lines
Adrian Hunter
-17
/
+0
2026-01-14
i3c: master: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2026-01-14
i3c: master: svc: Initialize 'dev' to NULL in svc_i3c_master_ibi_isr()
Frank Li
-2
/
+2
[next]