summaryrefslogtreecommitdiff
path: root/drivers/i3c
AgeCommit message (Expand)Author
2026-05-23i3c: mipi-i3c-hci: fix IBI payload length calculation for final statusBilly Tsai
2026-05-23i3c: dw: Fix memory leak in dw_i3c_master_i3c_xfers()Felix Gu
2026-05-23i3c: master: dw-i3c: Fix missing reset assertion in remove() callbackFelix Gu
2026-04-02i3c: master: dw-i3c: Fix missing of_node for virtual I2C adapterPeter Yin
2026-03-25i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptorAdrian Hunter
2026-03-25i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abortAdrian Hunter
2026-03-25i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errorsAdrian Hunter
2026-03-25i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattachAdrian Ng Ho Yin
2026-03-04i3c: mipi-i3c-hci: Reset RING_OPERATION1 fields during initAdrian Hunter
2026-03-04i3c: master: svc: Initialize 'dev' to NULL in svc_i3c_master_ibi_isr()Frank Li
2026-03-04i3c: dw: Fix memory leak in dw_i3c_master_i2c_xfers()Zilin Guan
2026-03-04i3c: dw: Initialize spinlock to avoid upsetting lockdepFredrik Markstrom
2026-03-04i3c: master: Update hot-join flag only on successAdrian Hunter
2026-03-04i3c: Move device name assignment after i3c_bus_initBilly Tsai
2025-12-18i3c: master: svc: Prevent incomplete IBI transactionStanley Chu
2025-12-18i3c: fix refcount inconsistency in i3c_master_registerFrank Li
2025-11-13i3c: mipi-i3c-hci-pci: Add support for Intel Wildcat Lake-U I3CJarkko Nikula
2025-10-15i3c: master: svc: Recycle unused IBI slotStanley Chu
2025-10-15i3c: master: svc: Use manual response for IBI eventsStanley Chu
2025-08-20i3c: master: Initialize ret in i3c_i2c_notifier_call()Jorge Marques
2025-08-20i3c: don't fail if GETHDRCAP is unsupportedWolfram Sang
2025-08-20i3c: add missing include to internal headerWolfram Sang
2025-05-29i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()Nathan Chancellor
2025-05-29i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)Frank Li
2025-05-29i3c: master: svc: Fix missing STOP for master requestStanley Chu
2025-05-02i3c: master: svc: Add support for Nuvoton npcm845 i3cStanley Chu
2025-04-20i3c: Add NULL pointer check in i3c_master_queue_ibi()Manjunatha Venkatesh
2025-04-20i3c: master: svc: Use readsb helper for reading MDBStanley Chu
2025-04-10i3c: master: svc: Fix missing the IBI rulesStanley Chu
2025-02-21i3c: mipi-i3c-hci: Add support for MIPI I3C HCI on PCI busJarkko Nikula
2025-02-21i3c: mipi-i3c-hci: Add Intel specific quirk to ring resumingJarkko Nikula
2025-02-17i3c: master: Fix missing 'ret' assignment in set_speed()Frank Li
2025-02-08i3c: dw: Fix use-after-free in dw_i3c_master driver due to race conditionPei Xiao
2024-12-14i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid...Defa Li
2024-12-14i3c: mipi-i3c-hci: Mask ring interrupts before ring stop requestJarkko Nikula
2024-12-14i3c: master: Fix dynamic address leak when 'assigned-address' is presentFrank Li
2024-12-14i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIREDFrank Li
2024-12-14i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITSFrank Li
2024-12-09i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counterFrank Li
2024-12-09i3c: master: svc: fix possible assignment of the same address to two devicesFrank Li
2024-12-09i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()Frank Li
2024-12-09i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan
2024-12-05i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoinFrank Li
2024-09-17i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver D...Kaixin Wang
2024-09-17i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver...Kaixin Wang
2024-09-17i3c: master: svc: adjust SDR according to i3c specCarlos Song
2024-09-17i3c: master: svc: use slow speed for first broadcast addressCarlos Song
2024-09-17i3c: master: support to adjust first broadcast address speedCarlos Song
2024-09-06i3c/master: cmd_v1: Fix the rule for getting i3c modeBilly Tsai
2024-09-05i3c: master: cdns: fix module autoloadingLiao Chen