summaryrefslogtreecommitdiff
path: root/drivers/i3c
AgeCommit message (Expand)Author
2026-07-31i3c: renesas: Reconfigure the DATBAS register on re-attachClaudiu Beznea
2026-07-31i3c: renesas: Follow the reset deassert order used in probeClaudiu Beznea
2026-07-31i3c: renesas: Restore STDBR and EXTBR registers on resumeClaudiu Beznea
2026-07-31i3c: renesas: Check that the transfer is valid before accessing itClaudiu Beznea
2026-07-31i3c: master: Add driver for AMD AXI I3C master controllerManikanta Guntupalli
2026-07-31i3c: master: Add optional_bytes for variable-length GET CCC validationAdrian Ng Ho Yin
2026-07-31i3c: master: Validate GET CCC payload length and retry Direct GET onceAdrian Ng Ho Yin
2026-07-31i3c: master: dw: Map CCC hardware errors to I3C M0/M2Adrian Ng Ho Yin
2026-07-31i3c: master: Report actual GET CCC payload length on successAdrian Ng Ho Yin
2026-07-31i3c: master: Fix device_register() error pathAdrian Hunter
2026-07-31i3c: dw: avoid shift-out-of-bounds when DAA assigns no devicesJakub Kicinski
2026-07-31i3c: master: svc: bound IBI payload to the requested max_payload_lenMaoyi Xie
2026-07-31i3c: master: svc: report timeout waiting for STOP idlePengpeng Hou
2026-07-31i3c: master: adi: initialize the lock before enabling interruptsRunyu Xiao
2026-06-16i3c: mipi-i3c-hci: Use named initializers for platform_device_id's .driver_dataUwe Kleine-König (The Capable Hub)
2026-06-16i3c: master: Use unsigned int for dev_nack_retry_count consistentlyAdrian Hunter
2026-06-16i3c: master: Add missing runtime PM get in dev_nack_retry_count_store()Adrian Hunter
2026-06-16i3c: master: Update dev_nack_retry_count under maintenance lockAdrian Hunter
2026-06-16i3c: master: Expose the APIs to support I3C hubAman Kumar Pandey
2026-06-16i3c: master: rename i3c_master_reattach_i3c_dev() to *_lockedLakshay Piplani
2026-06-14i3c: mipi-i3c-hci: add microchip sama7d65 SoC compatible with the required quirkManikandan Muralidharan
2026-06-14i3c: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)
2026-06-14i3c: master: Reconcile dynamic addresses after DAAAdrian Hunter
2026-06-14i3c: master: Move DAA API functions after i3c_master_add_i3c_dev_locked()Adrian Hunter
2026-06-14i3c: master: Make i3c_master_add_i3c_dev_locked() return voidAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Tolerate i3c_master_add_i3c_dev_locked() failures in DAAAdrian Hunter
2026-06-14i3c: master: Prevent reuse of dynamic address on device add failureAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Ignore DISEC failures when disabling IBIsAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Fix race in i3c_hci_addr_to_dev()Adrian Hunter
2026-06-14i3c: mipi-i3c-hci: Add Hot-Join supportAdrian Hunter
2026-06-14i3c: master: Export i3c_master_enec_disec_locked()Adrian Hunter
2026-06-14i3c: master: Defer new-device registration out of DAA caller contextAdrian Hunter
2026-06-14i3c: dw: Drop redundant Hot-Join cancel_work_sync() in shutdownAdrian Hunter
2026-06-14i3c: master: Ensure Hot-Join operations are stopped on shutdownAdrian Hunter
2026-06-14i3c: master: Consolidate Hot-Join DAA work in the coreAdrian Hunter
2026-06-14i3c: master: Serialize i3c_set_hotjoin() with the maintenance lockAdrian Hunter
2026-06-14i3c: master: Make hot-join workqueue freezable to block hot-join during suspendAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Increase DMA transfer ring size to maximumAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Consolidate DMA ring allocationAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Base timeouts on actual transfer start timeAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Wait for NoOp commands to completeAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Add DMA-mode recovery for internal controller errorsAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Factor out reset-and-restore helperAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Add DMA ring abort quirk for Intel controllersAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Factor out hci_dma_abort()Adrian Hunter
2026-06-14i3c: mipi-i3c-hci: Add DMA ring abort/reset quirk for Intel controllersAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Avoid restarting DMA ring after aborting wrong transferAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Complete transfer lists immediately on errorAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Call hci_dma_xfer_done() from dequeue pathAdrian Hunter
2026-06-14i3c: mipi-i3c-hci: Move hci_dma_xfer_done() definitionAdrian Hunter