index
:
pub/scm/linux/kernel/git/joro/linux.git
master
Misc Development Tree
Joerg Roedel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i3c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-31
i3c: renesas: Reconfigure the DATBAS register on re-attach
Claudiu Beznea
1
-0
/
+16
2026-07-31
i3c: renesas: Follow the reset deassert order used in probe
Claudiu Beznea
1
-6
/
+6
2026-07-31
i3c: renesas: Restore STDBR and EXTBR registers on resume
Claudiu Beznea
1
-4
/
+6
2026-07-31
i3c: renesas: Check that the transfer is valid before accessing it
Claudiu Beznea
1
-7
/
+45
2026-07-31
i3c: master: Add driver for AMD AXI I3C master controller
Manikanta Guntupalli
3
-0
/
+1140
2026-07-31
i3c: master: Add optional_bytes for variable-length GET CCC validation
Adrian Ng Ho Yin
1
-6
/
+23
2026-07-31
i3c: master: Validate GET CCC payload length and retry Direct GET once
Adrian Ng Ho Yin
1
-4
/
+55
2026-07-31
i3c: master: dw: Map CCC hardware errors to I3C M0/M2
Adrian Ng Ho Yin
1
-5
/
+23
2026-07-31
i3c: master: Report actual GET CCC payload length on success
Adrian Ng Ho Yin
7
-13
/
+32
2026-07-31
i3c: master: Fix device_register() error path
Adrian Hunter
1
-0
/
+2
2026-07-31
i3c: dw: avoid shift-out-of-bounds when DAA assigns no devices
Jakub Kicinski
1
-1
/
+9
2026-07-31
i3c: master: svc: bound IBI payload to the requested max_payload_len
Maoyi Xie
1
-1
/
+9
2026-07-31
i3c: master: svc: report timeout waiting for STOP idle
Pengpeng Hou
1
-2
/
+6
2026-07-31
i3c: master: adi: initialize the lock before enabling interrupts
Runyu Xiao
1
-8
/
+7
2026-06-16
i3c: mipi-i3c-hci: Use named initializers for platform_device_id's .driver_data
Uwe Kleine-König (The Capable Hub)
1
-5
/
+8
2026-06-16
i3c: master: Use unsigned int for dev_nack_retry_count consistently
Adrian Hunter
2
-4
/
+4
2026-06-16
i3c: master: Add missing runtime PM get in dev_nack_retry_count_store()
Adrian Hunter
1
-0
/
+6
2026-06-16
i3c: master: Update dev_nack_retry_count under maintenance lock
Adrian Hunter
1
-7
/
+11
2026-06-16
i3c: master: Expose the APIs to support I3C hub
Aman Kumar Pandey
1
-2
/
+68
2026-06-16
i3c: master: rename i3c_master_reattach_i3c_dev() to *_locked
Lakshay Piplani
1
-4
/
+4
2026-06-14
i3c: mipi-i3c-hci: add microchip sama7d65 SoC compatible with the required quirk
Manikandan Muralidharan
1
-0
/
+10
2026-06-14
i3c: Consistently define pci_device_ids using named initializers
Uwe Kleine-König (The Capable Hub)
1
-11
/
+11
2026-06-14
i3c: master: Reconcile dynamic addresses after DAA
Adrian Hunter
1
-2
/
+117
2026-06-14
i3c: master: Move DAA API functions after i3c_master_add_i3c_dev_locked()
Adrian Hunter
1
-64
/
+64
2026-06-14
i3c: master: Make i3c_master_add_i3c_dev_locked() return void
Adrian Hunter
1
-13
/
+4
2026-06-14
i3c: mipi-i3c-hci: Tolerate i3c_master_add_i3c_dev_locked() failures in DAA
Adrian Hunter
2
-6
/
+2
2026-06-14
i3c: master: Prevent reuse of dynamic address on device add failure
Adrian Hunter
1
-5
/
+14
2026-06-14
i3c: mipi-i3c-hci: Ignore DISEC failures when disabling IBIs
Adrian Hunter
1
-1
/
+7
2026-06-14
i3c: mipi-i3c-hci: Fix race in i3c_hci_addr_to_dev()
Adrian Hunter
5
-18
/
+47
2026-06-14
i3c: mipi-i3c-hci: Add Hot-Join support
Adrian Hunter
4
-3
/
+58
2026-06-14
i3c: master: Export i3c_master_enec_disec_locked()
Adrian Hunter
1
-3
/
+24
2026-06-14
i3c: master: Defer new-device registration out of DAA caller context
Adrian Hunter
1
-7
/
+20
2026-06-14
i3c: dw: Drop redundant Hot-Join cancel_work_sync() in shutdown
Adrian Hunter
1
-2
/
+0
2026-06-14
i3c: master: Ensure Hot-Join operations are stopped on shutdown
Adrian Hunter
1
-15
/
+37
2026-06-14
i3c: master: Consolidate Hot-Join DAA work in the core
Adrian Hunter
5
-41
/
+25
2026-06-14
i3c: master: Serialize i3c_set_hotjoin() with the maintenance lock
Adrian Hunter
1
-2
/
+2
2026-06-14
i3c: master: Make hot-join workqueue freezable to block hot-join during suspend
Adrian Hunter
1
-1
/
+1
2026-06-14
i3c: mipi-i3c-hci: Increase DMA transfer ring size to maximum
Adrian Hunter
1
-1
/
+1
2026-06-14
i3c: mipi-i3c-hci: Consolidate DMA ring allocation
Adrian Hunter
1
-13
/
+8
2026-06-14
i3c: mipi-i3c-hci: Base timeouts on actual transfer start time
Adrian Hunter
4
-2
/
+48
2026-06-14
i3c: mipi-i3c-hci: Wait for NoOp commands to complete
Adrian Hunter
1
-6
/
+33
2026-06-14
i3c: mipi-i3c-hci: Add DMA-mode recovery for internal controller errors
Adrian Hunter
4
-9
/
+92
2026-06-14
i3c: mipi-i3c-hci: Factor out reset-and-restore helper
Adrian Hunter
2
-2
/
+19
2026-06-14
i3c: mipi-i3c-hci: Add DMA ring abort quirk for Intel controllers
Adrian Hunter
3
-4
/
+33
2026-06-14
i3c: mipi-i3c-hci: Factor out hci_dma_abort()
Adrian Hunter
1
-3
/
+8
2026-06-14
i3c: mipi-i3c-hci: Add DMA ring abort/reset quirk for Intel controllers
Adrian Hunter
3
-1
/
+20
2026-06-14
i3c: mipi-i3c-hci: Avoid restarting DMA ring after aborting wrong transfer
Adrian Hunter
2
-0
/
+16
2026-06-14
i3c: mipi-i3c-hci: Complete transfer lists immediately on error
Adrian Hunter
2
-2
/
+5
2026-06-14
i3c: mipi-i3c-hci: Call hci_dma_xfer_done() from dequeue path
Adrian Hunter
1
-0
/
+2
2026-06-14
i3c: mipi-i3c-hci: Move hci_dma_xfer_done() definition
Adrian Hunter
1
-49
/
+49
[prev]
[next]