index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i3c
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattach
Adrian Ng Ho Yin
1
-2
/
+2
13 days
i3c: master: dw-i3c: Fix missing of_node for virtual I2C adapter
Peter Yin
1
-0
/
+2
13 days
i3c: mipi-i3c-hci: Fallback to software reset when bus disable fails
Adrian Hunter
1
-30
/
+35
13 days
i3c: mipi-i3c-hci: Fix handling of shared IRQs during early initialization
Adrian Hunter
1
-3
/
+10
13 days
i3c: mipi-i3c-hci: Fix race in DMA error handling in interrupt context
Adrian Hunter
3
-27
/
+24
13 days
i3c: mipi-i3c-hci: Consolidate common xfer processing logic
Adrian Hunter
4
-28
/
+33
13 days
i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abort
Adrian Hunter
1
-0
/
+2
13 days
i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptor
Adrian Hunter
2
-1
/
+2
13 days
i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue
Adrian Hunter
1
-9
/
+16
13 days
i3c: mipi-i3c-hci: Fix race between DMA ring dequeue and interrupt handler
Adrian Hunter
3
-11
/
+8
13 days
i3c: mipi-i3c-hci: Fix race in DMA ring dequeue
Adrian Hunter
3
-0
/
+4
13 days
i3c: mipi-i3c-hci: Fix race in DMA ring enqueue for parallel xfers
Adrian Hunter
1
-16
/
+16
13 days
i3c: mipi-i3c-hci: Consolidate spinlocks
Adrian Hunter
4
-17
/
+16
13 days
i3c: mipi-i3c-hci: Factor out DMA mapping from queuing path
Adrian Hunter
1
-16
/
+33
13 days
i3c: mipi-i3c-hci: Fix Hot-Join NACK
Adrian Hunter
1
-2
/
+4
13 days
i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errors
Adrian Hunter
3
-5
/
+5
2026-02-27
i3c: simplify combined i3c/i2c dependencies
Arnd Bergmann
1
-0
/
+12
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2
-4
/
+2
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
6
-6
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
11
-22
/
+22
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
11
-31
/
+32
2026-01-31
i3c: dw-i3c-master: fix SIR reject bit mapping for dynamic addresses
Adrian Ng Ho Yin
1
-2
/
+23
2026-01-31
i3c: dw-i3c-master: convert spinlock usage to scoped guards
Adrian Ng Ho Yin
1
-26
/
+8
2026-01-31
i3c: dw: Fix memory leak in dw_i3c_master_i2c_xfers()
Zilin Guan
1
-0
/
+1
2026-01-31
i3c: mipi-i3c-hci-pci: Add System Suspend support
Adrian Hunter
1
-0
/
+7
2026-01-31
i3c: mipi-i3c-hci: Add optional System Suspend support
Adrian Hunter
1
-0
/
+49
2026-01-31
i3c: master: Add i3c_master_do_daa_ext() for post-hibernation address recovery
Adrian Hunter
1
-11
/
+38
2026-01-31
i3c: dw: Initialize spinlock to avoid upsetting lockdep
Fredrik Markstrom
1
-0
/
+2
2026-01-14
i3c: mipi-i3c-hci-pci: Add Runtime PM support
Adrian Hunter
1
-0
/
+17
2026-01-14
i3c: mipi-i3c-hci: Add optional Runtime PM support
Adrian Hunter
2
-6
/
+72
2026-01-14
i3c: master: Introduce optional Runtime PM support
Adrian Hunter
3
-9
/
+134
2026-01-14
i3c: mipi-i3c-hci: Factor out master dynamic address setting into helper
Adrian Hunter
2
-3
/
+10
2026-01-14
i3c: mipi-i3c-hci: Allow core re-initialization for Runtime PM support
Adrian Hunter
1
-17
/
+21
2026-01-14
i3c: mipi-i3c-hci: Factor out core initialization into helper
Adrian Hunter
1
-67
/
+75
2026-01-14
i3c: mipi-i3c-hci: Factor out IO mode setting into helper
Adrian Hunter
1
-14
/
+31
2026-01-14
i3c: mipi-i3c-hci: Factor out software reset into helper
Adrian Hunter
1
-12
/
+29
2026-01-14
i3c: mipi-i3c-hci: Add PIO suspend and resume support
Adrian Hunter
1
-0
/
+14
2026-01-14
i3c: mipi-i3c-hci: Refactor PIO register initialization
Adrian Hunter
1
-17
/
+28
2026-01-14
i3c: mipi-i3c-hci: Add DMA suspend and resume support
Adrian Hunter
2
-0
/
+27
2026-01-14
i3c: mipi-i3c-hci: Extract ring initialization from hci_dma_init()
Adrian Hunter
1
-50
/
+68
2026-01-14
i3c: mipi-i3c-hci: Introduce helper to restore DAT
Adrian Hunter
2
-0
/
+10
2026-01-14
i3c: mipi-i3c-hci: Cache DAT in memory for Runtime PM restore
Adrian Hunter
2
-6
/
+29
2026-01-14
i3c: mipi-i3c-hci: Manage DMA deallocation via devres action
Adrian Hunter
1
-2
/
+21
2026-01-14
i3c: mipi-i3c-hci: Switch PIO data allocation to devm_kzalloc()
Adrian Hunter
1
-3
/
+1
2026-01-14
i3c: mipi-i3c-hci: Switch DAT bitmap allocation to devm_bitmap_zalloc()
Adrian Hunter
3
-11
/
+3
2026-01-14
i3c: master: Replace WARN_ON() with dev_err() in i3c_dev_free_ibi_locked()
Adrian Hunter
1
-2
/
+5
2026-01-14
i3c: master: Update hot-join flag only on success
Adrian Hunter
1
-1
/
+2
2026-01-14
i3c: mipi-i3c-hci: Ensure proper bus clean-up
Adrian Hunter
4
-3
/
+39
2026-01-14
i3c: mipi-i3c-hci: Reset RING_OPERATION1 fields during init
Adrian Hunter
1
-0
/
+8
2026-01-14
i3c: Move device name assignment after i3c_bus_init
Billy Tsai
1
-1
/
+2
[next]