| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2026-06-14 | i3c: mipi-i3c-hci: Wait for DMA ring restart to complete | Adrian Hunter | 1 | -0/+3 |
| 2026-06-14 | i3c: mipi-i3c-hci: Prevent DMA enqueue while ring is aborting or in error | Adrian Hunter | 3 | -2/+26 |
| 2026-06-14 | i3c: mipi-i3c-hci: Preserve RUN bit when aborting DMA ring | Adrian Hunter | 1 | -1/+1 |
| 2026-06-14 | i3c: mipi-i3c-hci: Fix suspend behavior when bus disable falls back to softwa... | Adrian Hunter | 1 | -8/+3 |
| 2026-04-30 | i3c: dw-i3c-master: Fix IBI count register selection for versalnet | Shubhrajyoti Datta | 2 | -1/+21 |
| 2026-04-30 | i3c: master: Replace sprintf() with sysfs_emit() family | Maxwell Doose | 1 | -13/+13 |
| 2026-04-30 | i3c: master: svc: Prevent IRQ storm from false SLVSTART on NPCM845 | Stanley Chu | 1 | -0/+9 |
| 2026-04-30 | i3c: master: svc: Fix missed IBI after false SLVSTART on NPCM845 | Stanley Chu | 1 | -4/+12 |
| 2026-04-12 | i3c: mipi-i3c-hci: fix IBI payload length calculation for final status | Billy Tsai | 1 | -1/+4 |
| 2026-04-12 | i3c: master: adi: Fix error propagation for CCCs | Jorge Marques | 1 | -1/+1 |
| 2026-04-12 | i3c: master: Fix error codes at send_ccc_cmd | Jorge Marques | 1 | -19/+13 |
| 2026-04-12 | i3c: master: Move bus_init error suppression | Jorge Marques | 1 | -8/+15 |
| 2026-04-12 | i3c: master: Move entdaa error suppression | Jorge Marques | 3 | -3/+6 |
| 2026-04-12 | i3c: master: Move rstdaa error suppression | Jorge Marques | 1 | -5/+6 |
| 2026-04-12 | i3c: dw: Simplify xfer cleanup with __free(kfree) | Felix Gu | 1 | -26/+7 |
| 2026-04-12 | i3c: dw: Fix memory leak in dw_i3c_master_i3c_xfers() | Felix Gu | 1 | -3/+2 |
| 2026-04-12 | i3c: master: renesas: Use __free(kfree) for xfer cleanup in renesas_i3c_send_... | Felix Gu | 1 | -4/+1 |
| 2026-04-12 | i3c: master: renesas: Fix memory leak in renesas_i3c_i3c_xfers() | Felix Gu | 1 | -2/+2 |
| 2026-04-12 | i3c: master: dw-i3c: Balance PM runtime usage count on probe failure | Felix Gu | 1 | -0/+2 |
| 2026-04-12 | i3c: master: dw-i3c: Fix missing reset assertion in remove() callback | Felix Gu | 1 | -8/+3 |
| 2026-04-12 | i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers | Adrian Hunter | 2 | -1/+6 |
| 2026-04-12 | i3c: mipi-i3c-hci-pci: Add optional ability to manage child runtime PM | Adrian Hunter | 1 | -0/+131 |
| 2026-04-12 | i3c: mipi-i3c-hci: Allow parent to manage runtime PM | Adrian Hunter | 2 | -4/+30 |
| 2026-04-12 | i3c: mipi-i3c-hci: Add quirk to allow IBI while runtime suspended | Adrian Hunter | 2 | -0/+4 |
| 2026-04-12 | i3c: mipi-i3c-hci-pci: Set d3hot_delay to 0 for Intel controllers | Adrian Hunter | 1 | -0/+1 |
| 2026-04-12 | i3c: fix missing newline in dev_err messages | haoyu.lu | 2 | -2/+2 |
| 2026-04-12 | i3c: master: use kzalloc_flex | Rosen Penev | 1 | -10/+4 |
| 2026-04-12 | i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-H I3C | Adrian Hunter | 1 | -0/+3 |
| 2026-04-12 | i3c: master: Add sysfs option to rescan bus via entdaa | David Nyström | 1 | -0/+27 |
| 2026-04-12 | i3c: master: svc: spelling corrections | Randy Dunlap | 1 | -3/+3 |
| 2026-03-11 | i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattach | Adrian Ng Ho Yin | 1 | -2/+2 |
| 2026-03-11 | i3c: master: dw-i3c: Fix missing of_node for virtual I2C adapter | Peter Yin | 1 | -0/+2 |
| 2026-03-11 | i3c: mipi-i3c-hci: Fallback to software reset when bus disable fails | Adrian Hunter | 1 | -30/+35 |
| 2026-03-11 | i3c: mipi-i3c-hci: Fix handling of shared IRQs during early initialization | Adrian Hunter | 1 | -3/+10 |
| 2026-03-11 | i3c: mipi-i3c-hci: Fix race in DMA error handling in interrupt context | Adrian Hunter | 3 | -27/+24 |
| 2026-03-11 | i3c: mipi-i3c-hci: Consolidate common xfer processing logic | Adrian Hunter | 4 | -28/+33 |
| 2026-03-11 | i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abort | Adrian Hunter | 1 | -0/+2 |
| 2026-03-11 | i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptor | Adrian Hunter | 2 | -1/+2 |
| 2026-03-11 | i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue | Adrian Hunter | 1 | -9/+16 |
| 2026-03-11 | i3c: mipi-i3c-hci: Fix race between DMA ring dequeue and interrupt handler | Adrian Hunter | 3 | -11/+8 |
| 2026-03-11 | i3c: mipi-i3c-hci: Fix race in DMA ring dequeue | Adrian Hunter | 3 | -0/+4 |
| 2026-03-11 | i3c: mipi-i3c-hci: Fix race in DMA ring enqueue for parallel xfers | Adrian Hunter | 1 | -16/+16 |
| 2026-03-11 | i3c: mipi-i3c-hci: Consolidate spinlocks | Adrian Hunter | 4 | -17/+16 |
| 2026-03-11 | i3c: mipi-i3c-hci: Factor out DMA mapping from queuing path | Adrian Hunter | 1 | -16/+33 |
| 2026-03-11 | i3c: mipi-i3c-hci: Fix Hot-Join NACK | Adrian Hunter | 1 | -2/+4 |
| 2026-03-11 | i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errors | Adrian Hunter | 3 | -5/+5 |
| 2026-02-27 | i3c: simplify combined i3c/i2c dependencies | Arnd Bergmann | 1 | -0/+12 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 2 | -4/+2 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 6 | -6/+6 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 11 | -22/+22 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 11 | -31/+32 |
| 2026-01-31 | i3c: dw-i3c-master: fix SIR reject bit mapping for dynamic addresses | Adrian Ng Ho Yin | 1 | -2/+23 |
| 2026-01-31 | i3c: dw-i3c-master: convert spinlock usage to scoped guards | Adrian Ng Ho Yin | 1 | -26/+8 |
| 2026-01-31 | i3c: dw: Fix memory leak in dw_i3c_master_i2c_xfers() | Zilin Guan | 1 | -0/+1 |
| 2026-01-31 | i3c: mipi-i3c-hci-pci: Add System Suspend support | Adrian Hunter | 1 | -0/+7 |
| 2026-01-31 | i3c: mipi-i3c-hci: Add optional System Suspend support | Adrian Hunter | 1 | -0/+49 |
| 2026-01-31 | i3c: master: Add i3c_master_do_daa_ext() for post-hibernation address recovery | Adrian Hunter | 1 | -11/+38 |
| 2026-01-31 | i3c: dw: Initialize spinlock to avoid upsetting lockdep | Fredrik Markstrom | 1 | -0/+2 |
| 2026-01-14 | i3c: mipi-i3c-hci-pci: Add Runtime PM support | Adrian Hunter | 1 | -0/+17 |
| 2026-01-14 | i3c: mipi-i3c-hci: Add optional Runtime PM support | Adrian Hunter | 2 | -6/+72 |
| 2026-01-14 | i3c: master: Introduce optional Runtime PM support | Adrian Hunter | 3 | -9/+134 |
| 2026-01-14 | i3c: mipi-i3c-hci: Factor out master dynamic address setting into helper | Adrian Hunter | 2 | -3/+10 |
| 2026-01-14 | i3c: mipi-i3c-hci: Allow core re-initialization for Runtime PM support | Adrian Hunter | 1 | -17/+21 |
| 2026-01-14 | i3c: mipi-i3c-hci: Factor out core initialization into helper | Adrian Hunter | 1 | -67/+75 |
| 2026-01-14 | i3c: mipi-i3c-hci: Factor out IO mode setting into helper | Adrian Hunter | 1 | -14/+31 |
| 2026-01-14 | i3c: mipi-i3c-hci: Factor out software reset into helper | Adrian Hunter | 1 | -12/+29 |
| 2026-01-14 | i3c: mipi-i3c-hci: Add PIO suspend and resume support | Adrian Hunter | 1 | -0/+14 |
| 2026-01-14 | i3c: mipi-i3c-hci: Refactor PIO register initialization | Adrian Hunter | 1 | -17/+28 |
| 2026-01-14 | i3c: mipi-i3c-hci: Add DMA suspend and resume support | Adrian Hunter | 2 | -0/+27 |
| 2026-01-14 | i3c: mipi-i3c-hci: Extract ring initialization from hci_dma_init() | Adrian Hunter | 1 | -50/+68 |
| 2026-01-14 | i3c: mipi-i3c-hci: Introduce helper to restore DAT | Adrian Hunter | 2 | -0/+10 |
| 2026-01-14 | i3c: mipi-i3c-hci: Cache DAT in memory for Runtime PM restore | Adrian Hunter | 2 | -6/+29 |
| 2026-01-14 | i3c: mipi-i3c-hci: Manage DMA deallocation via devres action | Adrian Hunter | 1 | -2/+21 |
| 2026-01-14 | i3c: mipi-i3c-hci: Switch PIO data allocation to devm_kzalloc() | Adrian Hunter | 1 | -3/+1 |
| 2026-01-14 | i3c: mipi-i3c-hci: Switch DAT bitmap allocation to devm_bitmap_zalloc() | Adrian Hunter | 3 | -11/+3 |
| 2026-01-14 | i3c: master: Replace WARN_ON() with dev_err() in i3c_dev_free_ibi_locked() | Adrian Hunter | 1 | -2/+5 |
| 2026-01-14 | i3c: master: Update hot-join flag only on success | Adrian Hunter | 1 | -1/+2 |
| 2026-01-14 | i3c: mipi-i3c-hci: Ensure proper bus clean-up | Adrian Hunter | 4 | -3/+39 |
| 2026-01-14 | i3c: mipi-i3c-hci: Reset RING_OPERATION1 fields during init | Adrian Hunter | 1 | -0/+8 |
| 2026-01-14 | i3c: Move device name assignment after i3c_bus_init | Billy Tsai | 1 | -1/+2 |
| 2026-01-14 | i3c: renesas: Add suspend/resume support | Tommaso Merciai | 1 | -0/+89 |
| 2026-01-14 | i3c: renesas: Factor out hardware initialization to separate function | Tommaso Merciai | 1 | -44/+55 |
| 2026-01-14 | i3c: renesas: Store clock rate and reset controls in struct renesas_i3c | Tommaso Merciai | 1 | -19/+20 |
| 2026-01-14 | i3c: renesas: Switch to clk_bulk API and store clocks in private data | Tommaso Merciai | 1 | -33/+13 |
| 2026-01-14 | i3c: mipi-i3c-hci-pci: Define Multi-Bus instances for supported controllers | Adrian Hunter | 1 | -13/+22 |
| 2026-01-14 | i3c: mipi-i3c-hci-pci: Add support for Multi-Bus Instances | Adrian Hunter | 1 | -10/+26 |
| 2026-01-14 | i3c: mipi-i3c-hci-pci: Convert to MFD driver | Adrian Hunter | 2 | -35/+41 |
| 2026-01-14 | i3c: mipi-i3c-hci-pci: Pass base regs as platform data to i3c core device | Adrian Hunter | 1 | -19/+20 |
| 2026-01-14 | i3c: mipi-i3c-hci: Allow for Multi-Bus Instances | Adrian Hunter | 1 | -4/+17 |
| 2026-01-14 | i3c: mipi-i3c-hci-pci: Assign unique device names and IDs for Intel LPSS I3C | Adrian Hunter | 2 | -20/+30 |
| 2026-01-14 | i3c: mipi-i3c-hci-pci: Enable MSI support | Adrian Hunter | 1 | -2/+6 |
| 2026-01-14 | i3c: mipi-i3c-hci-pci: Do not repeatedly check for NULL driver_data | Adrian Hunter | 1 | -3/+3 |
| 2026-01-14 | i3c: mipi-i3c-hci: Quieten initialization messages | Adrian Hunter | 4 | -48/+45 |
| 2026-01-14 | i3c: mipi-i3c-hci: Stop reading Extended Capabilities if capability ID is 0 | Adrian Hunter | 1 | -1/+1 |
| 2026-01-14 | i3c: mipi-i3c-hci: Remove duplicate blank lines | Adrian Hunter | 9 | -17/+0 |
| 2026-01-14 | i3c: master: Simplify with scoped for each OF child loop | Krzysztof Kozlowski | 1 | -5/+2 |
| 2026-01-14 | i3c: master: svc: Initialize 'dev' to NULL in svc_i3c_master_ibi_isr() | Frank Li | 1 | -2/+2 |
| 2026-01-13 | i3c: dw: Preserve DAT entry bits when restoring addresses | Adrian Ng Ho Yin | 1 | -4/+9 |
| 2026-01-13 | i3c: dw: use FIELD_PREP for device address table macros | Adrian Ng Ho Yin | 1 | -2/+4 |
| 2026-01-13 | i3c: dw: Add support for Device NACK Retry configuration | Adrian Ng Ho Yin | 1 | -0/+40 |
| 2026-01-13 | i3c: add sysfs entry and attribute for Device NACK Retry count | Adrian Ng Ho Yin | 1 | -0/+39 |
| 2025-12-12 | i3c: adi: Fix confusing cleanup.h syntax | Krzysztof Kozlowski | 1 | -6/+4 |
| 2025-12-12 | i3c: master: Fix confusing cleanup.h syntax | Krzysztof Kozlowski | 1 | -2/+1 |
| 2025-12-12 | i3c: master: cleanup callback .priv_xfers() | Frank Li | 1 | -12/+2 |
| 2025-12-08 | i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers() | Frank Li | 5 | -19/+19 |
| 2025-11-29 | i3c: master: svc: Add basic HDR mode support | Frank Li | 1 | -13/+83 |
| 2025-11-29 | i3c: master: svc: Replace bool rnw with union for HDR support | Frank Li | 1 | -7/+18 |
| 2025-11-29 | i3c: Add HDR API support | Frank Li | 3 | -15/+37 |
| 2025-11-29 | i3c: master: add WQ_PERCPU to alloc_workqueue users | Marco Crivellari | 1 | -1/+1 |
| 2025-11-29 | i3c: master: Remove i3c_device_free_ibi from i3c_device_remove | Jorge Marques | 1 | -2/+0 |
| 2025-11-29 | i3c: mipi-i3c-hci-pci: Set d3cold_delay to 0 for Intel controllers | Adrian Hunter | 1 | -0/+2 |
| 2025-11-29 | i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers | Adrian Hunter | 1 | -1/+112 |
| 2025-11-29 | i3c: mipi-i3c-hci-pci: Add exit callback | Adrian Hunter | 1 | -5/+12 |
| 2025-11-29 | i3c: mipi-i3c-hci-pci: Change callback parameter | Adrian Hunter | 1 | -5/+8 |
| 2025-11-29 | i3c: mipi-i3c-hci-pci: Allocate a structure for mipi_i3c_hci_pci device infor... | Adrian Hunter | 1 | -10/+19 |
| 2025-11-29 | i3c: mipi-i3c-hci-pci: Factor out intel_reset() | Adrian Hunter | 1 | -7/+13 |
| 2025-11-29 | i3c: mipi-i3c-hci-pci: Factor out private registers ioremapping | Adrian Hunter | 1 | -4/+8 |
| 2025-11-29 | i3c: mipi-i3c-hci-pci: Constify driver data | Adrian Hunter | 1 | -3/+3 |
| 2025-11-29 | i3c: mipi-i3c-hci-pci: Use readl_poll_timeout() | Adrian Hunter | 1 | -8/+6 |
| 2025-11-29 | i3c: mipi-i3c-hci-pci: Rename some Intel-related identifiers | Adrian Hunter | 1 | -9/+9 |
| 2025-11-29 | i3c: mipi-i3c-hci-pci: Move all Intel-related definitions together | Adrian Hunter | 1 | -2/+2 |
| 2025-11-29 | i3c: mipi-i3c-hci-pci: Set 64-bit DMA mask for Intel controllers | Adrian Hunter | 1 | -0/+2 |
| 2025-11-08 | i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-S I3C | Jarkko Nikula | 1 | -0/+3 |
| 2025-11-08 | i3c: dw: Disable runtime PM on Agilex5 to avoid bus hang on IBI | Adrian Ng Ho Yin | 1 | -1/+30 |
| 2025-10-30 | i3c: master: svc: Prevent incomplete IBI transaction | Stanley Chu | 1 | -8/+14 |
| 2025-10-30 | i3c: fix refcount inconsistency in i3c_master_register | Frank Li | 1 | -4/+4 |
| 2025-09-29 | i3c: fix big-endian FIFO transfers | Arnd Bergmann | 1 | -2/+10 |
| 2025-09-29 | i3c: master: adi: fix number of bytes written to fifo | Alexandre Belloni | 1 | -1/+1 |
| 2025-09-24 | i3c: Remove superfluous FIXME | Wolfram Sang | 1 | -2/+0 |
| 2025-09-16 | i3c: master: adi: fix header location | Alexandre Belloni | 1 | -1/+1 |
| 2025-09-16 | i3c: dw: Add shutdown support to dw_i3c_master driver | Manikanta Guntupalli | 1 | -0/+23 |
| 2025-09-16 | i3c: renesas: Simplify return statement in 'renesas_i3c_daa' | Wolfram Sang | 1 | -1/+1 |
| 2025-09-16 | i3c: master: svc: Recycle unused IBI slot | Stanley Chu | 1 | -0/+1 |
| 2025-09-16 | i3c: master: svc: Use manual response for IBI events | Stanley Chu | 1 | -5/+25 |
| 2025-09-16 | i3c: master: Add driver for Analog Devices I3C Controller IP | Jorge Marques | 3 | -0/+1031 |
| 2025-09-16 | i3c: Fix default I2C adapter timeout value | Jarkko Nikula | 1 | -1/+1 |
| 2025-09-16 | i3c: mipi-i3c-hci: Convert remaining DBG() prints to dev_dbg() | Jarkko Nikula | 7 | -56/+73 |
| 2025-09-16 | i3c: mipi-i3c-hci: Remove function enter DBG() printouts | Jarkko Nikula | 1 | -16/+0 |
| 2025-09-16 | i3c: mipi-i3c-hci: Uniform ring number printouts | Jarkko Nikula | 1 | -2/+2 |
| 2025-09-16 | i3c: mipi-i3c-hci: Remove nonexistent ring interrupt | Jarkko Nikula | 1 | -5/+0 |
| 2025-09-16 | i3c: mipi-i3c-hci: Change interrupt status prints to dev_dbg() | Jarkko Nikula | 3 | -5/+7 |
| 2025-09-16 | i3c: mipi-i3c-hci: Use own DMA bounce buffer management for I2C transfers | Jarkko Nikula | 1 | -5/+1 |
| 2025-09-16 | i3c: mipi-i3c-hci: Use physical device pointer with DMA API | Jarkko Nikula | 1 | -13/+33 |
| 2025-09-16 | i3c: mipi-i3c-hci: Use core helpers for DMA mapping and bounce buffering | Jarkko Nikula | 3 | -52/+12 |
| 2025-09-16 | i3c: master: Add helpers for DMA mapping and bounce buffer handling | Jarkko Nikula | 1 | -0/+74 |
| 2025-09-16 | i3c: mipi-i3c-hci-pci: Add support for Intel Wildcat Lake-U I3C | Jarkko Nikula | 1 | -0/+3 |
| 2025-07-31 | i3c: add missing include to internal header | Wolfram Sang | 1 | -0/+1 |
| 2025-07-31 | i3c: dw: Remove redundant pm_runtime_mark_last_busy() calls | Sakari Ailus | 1 | -8/+0 |
| 2025-07-31 | i3c: master: svc: Remove redundant pm_runtime_mark_last_busy() calls | Sakari Ailus | 1 | -8/+0 |
| 2025-07-31 | i3c: master: svc: Fix npcm845 FIFO_EMPTY quirk | Stanley Chu | 1 | -7/+13 |
| 2025-07-31 | i3c: master: Add basic driver for the Renesas I3C controller | Wolfram Sang | 3 | -0/+1415 |
| 2025-07-31 | i3c: Standardize defines for specification parameters | Wolfram Sang | 2 | -8/+8 |
| 2025-07-31 | i3c: master: cdns: Simplify handling clocks in probe() | Krzysztof Kozlowski | 1 | -39/+12 |
| 2025-07-31 | i3c: Fix i3c_device_do_priv_xfers() kernel-doc indentation | Bagas Sanjaya | 1 | -5/+6 |
| 2025-07-31 | i3c: master: dw: Use i3c_writel_fifo() and i3c_readl_fifo() | Jorge Marques | 1 | -21/+4 |
| 2025-07-31 | i3c: master: cdns: Use i3c_writel_fifo() and i3c_readl_fifo() | Jorge Marques | 1 | -20/+5 |
| 2025-07-31 | i3c: master: Add inline i3c_readl_fifo() and i3c_writel_fifo() | Jorge Marques | 1 | -0/+37 |
| 2025-07-07 | i3c: prefix hexadecimal entries in sysfs | Wolfram Sang | 1 | -2/+2 |
| 2025-07-07 | i3c: master: cdns: replace ENOTSUPP with SUSV4-compliant EOPNOTSUPP | Wolfram Sang | 1 | -6/+6 |
| 2025-07-07 | i3c: dw: replace ENOTSUPP with SUSV4-compliant EOPNOTSUPP | Wolfram Sang | 1 | -4/+4 |
| 2025-07-07 | i3c: master: replace ENOTSUPP with SUSV4-compliant EOPNOTSUPP | Wolfram Sang | 1 | -10/+10 |
| 2025-07-07 | i3c: don't fail if GETHDRCAP is unsupported | Wolfram Sang | 1 | -1/+1 |
| 2025-07-04 | i3c: master: Initialize ret in i3c_i2c_notifier_call() | Jorge Marques | 1 | -0/+2 |
| 2025-07-04 | i3c: master: svc: use adapter timeout value for I2C transfers | Wolfram Sang | 1 | -1/+1 |