summaryrefslogtreecommitdiffstats
path: root/drivers/i3c/master
AgeCommit message (Expand)AuthorLines
2026-04-12i3c: mipi-i3c-hci: fix IBI payload length calculation for final statusBilly Tsai-1/+4
2026-04-12i3c: master: adi: Fix error propagation for CCCsJorge Marques-1/+1
2026-04-12i3c: master: Move entdaa error suppressionJorge Marques-3/+2
2026-04-12i3c: dw: Simplify xfer cleanup with __free(kfree)Felix Gu-26/+7
2026-04-12i3c: dw: Fix memory leak in dw_i3c_master_i3c_xfers()Felix Gu-3/+2
2026-04-12i3c: master: renesas: Use __free(kfree) for xfer cleanup in renesas_i3c_send_...Felix Gu-4/+1
2026-04-12i3c: master: renesas: Fix memory leak in renesas_i3c_i3c_xfers()Felix Gu-2/+2
2026-04-12i3c: master: dw-i3c: Balance PM runtime usage count on probe failureFelix Gu-0/+2
2026-04-12i3c: master: dw-i3c: Fix missing reset assertion in remove() callbackFelix Gu-8/+3
2026-04-12i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllersAdrian Hunter-1/+6
2026-04-12i3c: mipi-i3c-hci-pci: Add optional ability to manage child runtime PMAdrian Hunter-0/+131
2026-04-12i3c: mipi-i3c-hci: Allow parent to manage runtime PMAdrian Hunter-4/+30
2026-04-12i3c: mipi-i3c-hci: Add quirk to allow IBI while runtime suspendedAdrian Hunter-0/+4
2026-04-12i3c: mipi-i3c-hci-pci: Set d3hot_delay to 0 for Intel controllersAdrian Hunter-0/+1
2026-04-12i3c: fix missing newline in dev_err messageshaoyu.lu-1/+1
2026-04-12i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-H I3CAdrian Hunter-0/+3
2026-04-12i3c: master: svc: spelling correctionsRandy Dunlap-3/+3
2026-03-11i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattachAdrian Ng Ho Yin-2/+2
2026-03-11i3c: master: dw-i3c: Fix missing of_node for virtual I2C adapterPeter Yin-0/+2
2026-03-11i3c: mipi-i3c-hci: Fallback to software reset when bus disable failsAdrian Hunter-30/+35
2026-03-11i3c: mipi-i3c-hci: Fix handling of shared IRQs during early initializationAdrian Hunter-3/+10
2026-03-11i3c: mipi-i3c-hci: Fix race in DMA error handling in interrupt contextAdrian Hunter-27/+24
2026-03-11i3c: mipi-i3c-hci: Consolidate common xfer processing logicAdrian Hunter-28/+33
2026-03-11i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abortAdrian Hunter-0/+2
2026-03-11i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptorAdrian Hunter-1/+2
2026-03-11i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeueAdrian Hunter-9/+16
2026-03-11i3c: mipi-i3c-hci: Fix race between DMA ring dequeue and interrupt handlerAdrian Hunter-11/+8
2026-03-11i3c: mipi-i3c-hci: Fix race in DMA ring dequeueAdrian Hunter-0/+4
2026-03-11i3c: mipi-i3c-hci: Fix race in DMA ring enqueue for parallel xfersAdrian Hunter-16/+16
2026-03-11i3c: mipi-i3c-hci: Consolidate spinlocksAdrian Hunter-17/+16
2026-03-11i3c: mipi-i3c-hci: Factor out DMA mapping from queuing pathAdrian Hunter-16/+33
2026-03-11i3c: mipi-i3c-hci: Fix Hot-Join NACKAdrian Hunter-2/+4
2026-03-11i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errorsAdrian Hunter-5/+5
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-16/+16
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-24/+24
2026-01-31i3c: dw-i3c-master: fix SIR reject bit mapping for dynamic addressesAdrian Ng Ho Yin-2/+23
2026-01-31i3c: dw-i3c-master: convert spinlock usage to scoped guardsAdrian Ng Ho Yin-26/+8
2026-01-31i3c: dw: Fix memory leak in dw_i3c_master_i2c_xfers()Zilin Guan-0/+1
2026-01-31i3c: mipi-i3c-hci-pci: Add System Suspend supportAdrian Hunter-0/+7
2026-01-31i3c: mipi-i3c-hci: Add optional System Suspend supportAdrian Hunter-0/+49
2026-01-31i3c: dw: Initialize spinlock to avoid upsetting lockdepFredrik Markstrom-0/+2
2026-01-14i3c: mipi-i3c-hci-pci: Add Runtime PM supportAdrian Hunter-0/+17
2026-01-14i3c: mipi-i3c-hci: Add optional Runtime PM supportAdrian Hunter-6/+72
2026-01-14i3c: mipi-i3c-hci: Factor out master dynamic address setting into helperAdrian Hunter-3/+10
2026-01-14i3c: mipi-i3c-hci: Allow core re-initialization for Runtime PM supportAdrian Hunter-17/+21
2026-01-14i3c: mipi-i3c-hci: Factor out core initialization into helperAdrian Hunter-67/+75
2026-01-14i3c: mipi-i3c-hci: Factor out IO mode setting into helperAdrian Hunter-14/+31
2026-01-14i3c: mipi-i3c-hci: Factor out software reset into helperAdrian Hunter-12/+29