summaryrefslogtreecommitdiff
path: root/drivers/i3c
AgeCommit message (Expand)Author
2 hoursi3c: renesas: Reconfigure the DATBAS register on re-attachClaudiu Beznea
2 hoursi3c: renesas: Clean DATBAS register on detachClaudiu Beznea
2 hoursi3c: renesas: Check that the transfer is valid before accessing itClaudiu Beznea
2 hoursi3c: master: svc: bound IBI payload to the requested max_payload_lenMaoyi Xie
2 hoursi3c: master: Fix info leak and UAF in device unregister pathAdrian Hunter
2 hoursi3c: master: adi: initialize the lock before enabling interruptsRunyu Xiao
2026-08-03i3c: mipi-i3c-hci: Fix handling of shared IRQs during early initializationAdrian Hunter
2026-08-03i3c: mipi-i3c-hci: Fix Hot-Join NACKAdrian Hunter
2026-07-24i3c: master: Add missing runtime PM get in dev_nack_retry_count_store()Adrian Hunter
2026-07-24i3c: master: Update dev_nack_retry_count under maintenance lockAdrian Hunter
2026-07-24i3c: master: Prevent reuse of dynamic address on device add failureAdrian Hunter
2026-07-24i3c: master: Defer new-device registration out of DAA caller contextAdrian Hunter
2026-07-24i3c: master: Ensure Hot-Join operations are stopped on shutdownAdrian Hunter
2026-07-24i3c: master: Consolidate Hot-Join DAA work in the coreAdrian Hunter
2026-07-24i3c: master: Move rstdaa error suppressionJorge Marques
2026-07-24i3c: master: Add i3c_master_do_daa_ext() for post-hibernation address recoveryAdrian Hunter
2026-07-24i3c: master: Introduce optional Runtime PM supportAdrian Hunter
2026-07-24i3c: master: Replace WARN_ON() with dev_err() in i3c_dev_free_ibi_locked()Adrian Hunter
2026-07-24i3c: add sysfs entry and attribute for Device NACK Retry countAdrian Ng Ho Yin
2026-07-24i3c: master: Make hot-join workqueue freezable to block hot-join during suspendAdrian Hunter
2026-07-24i3c: master: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-07-24i3c: mipi-i3c-hci: Preserve RUN bit when aborting DMA ringAdrian Hunter
2026-07-24i3c: mipi-i3c-hci: Switch PIO data allocation to devm_kzalloc()Adrian Hunter
2026-07-24i3c: mipi-i3c-hci: Allow for Multi-Bus InstancesAdrian Hunter
2026-07-24i3c: mipi-i3c-hci: Quieten initialization messagesAdrian Hunter
2026-07-24i3c: master: svc: Fix missed IBI after false SLVSTART on NPCM845Stanley Chu
2026-05-23i3c: mipi-i3c-hci: fix IBI payload length calculation for final statusBilly Tsai
2026-05-23i3c: master: adi: Fix error propagation for CCCsJorge Marques
2026-05-23i3c: dw: Fix memory leak in dw_i3c_master_i3c_xfers()Felix Gu
2026-05-23i3c: master: renesas: Fix memory leak in renesas_i3c_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-19i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeueAdrian Hunter
2026-03-19i3c: mipi-i3c-hci: Fix race in DMA ring dequeueAdrian Hunter
2026-03-19i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptorAdrian Hunter
2026-03-19i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abortAdrian Hunter
2026-03-19i3c: mipi-i3c-hci: Consolidate spinlocksAdrian Hunter
2026-03-19i3c: mipi-i3c-hci: Factor out DMA mapping from queuing pathAdrian Hunter
2026-03-19i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errorsAdrian Hunter
2026-03-19i3c: 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: mipi-i3c-hci: Stop reading Extended Capabilities if capability ID is 0Adrian Hunter
2026-03-04i3c: master: svc: Initialize 'dev' to NULL in svc_i3c_master_ibi_isr()Frank Li
2026-02-26i3c: dw: Fix memory leak in dw_i3c_master_i2c_xfers()Zilin Guan
2026-02-26i3c: dw: Initialize spinlock to avoid upsetting lockdepFredrik Markstrom
2026-02-26i3c: master: Update hot-join flag only on successAdrian Hunter
2026-02-26i3c: 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-09-29i3c: fix big-endian FIFO transfersArnd Bergmann