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
/
master
Age
Commit message (
Expand
)
Author
Lines
9 days
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
9 days
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
9 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-16
/
+16
10 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-24
/
+24
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: 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: 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: 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: 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: svc: Initialize 'dev' to NULL in svc_i3c_master_ibi_isr()
Frank Li
-2
/
+2
2026-01-13
i3c: dw: Preserve DAT entry bits when restoring addresses
Adrian Ng Ho Yin
-4
/
+9
2026-01-13
i3c: dw: use FIELD_PREP for device address table macros
Adrian Ng Ho Yin
-2
/
+4
2026-01-13
i3c: dw: Add support for Device NACK Retry configuration
Adrian Ng Ho Yin
-0
/
+40
2025-12-12
i3c: adi: Fix confusing cleanup.h syntax
Krzysztof Kozlowski
-6
/
+4
2025-12-08
i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers()
Frank Li
-19
/
+19
2025-11-29
i3c: master: svc: Add basic HDR mode support
Frank Li
-13
/
+83
[next]