| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2025-07-04 | i3c: mipi-i3c-hci: use adapter timeout value for I2C transfers | Wolfram Sang | 1 | -1/+1 |
| 2025-07-04 | i3c: master: cdns: use adapter timeout value for I2C transfers | Wolfram Sang | 1 | -1/+1 |
| 2025-07-04 | i3c: dw: use adapter timeout value for I2C transfers | Wolfram Sang | 1 | -1/+1 |
| 2025-05-24 | i3c: controllers do not need to depend on I3C | Wolfram Sang | 1 | -4/+0 |
| 2025-05-24 | i3c: master: svc: switch to bulk clk API for flexible clock support | Carlos Song | 1 | -50/+26 |
| 2025-05-15 | i3c: master: svc: skip address resend on repeat START | Frank Li | 1 | -3/+3 |
| 2025-05-15 | i3c: master: svc: Emit STOP asap in the IBI transaction | Stanley Chu | 1 | -1/+1 |
| 2025-05-15 | i3c: master: svc: Receive IBI requests in interrupt context | Stanley Chu | 1 | -15/+10 |
| 2025-05-15 | i3c: mipi-i3c-hci: Move unexpected INTR_STATUS print before IO handler | Jarkko Nikula | 1 | -3/+4 |
| 2025-05-15 | i3c: mipi-i3c-hci: Change name of INTR_STATUS bit 11 | Jarkko Nikula | 1 | -4/+5 |
| 2025-05-15 | i3c: mipi-i3c-hci: Clear INTR_STATUS unconditionally | Jarkko Nikula | 1 | -3/+2 |
| 2025-05-15 | i3c: mipi-i3c-hci: Fix handling status of i3c_hci_irq_handler() | Jarkko Nikula | 1 | -3/+3 |
| 2025-05-15 | i3c: mipi-i3c-hci: Allow only relevant INTR_STATUS bit updates | Jarkko Nikula | 1 | -2/+7 |
| 2025-03-31 | i3c: Add NULL pointer check in i3c_master_queue_ibi() | Manjunatha Venkatesh | 1 | -0/+3 |
| 2025-03-31 | i3c: master: Drop duplicate check before calling OF APIs | Andy Shevchenko | 1 | -12/+6 |
| 2025-03-20 | i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work() | Nathan Chancellor | 1 | -0/+1 |
| 2025-03-18 | i3c: master: svc: Fix missing STOP for master request | Stanley Chu | 1 | -0/+1 |
| 2025-03-18 | i3c: master: svc: Use readsb helper for reading MDB | Stanley Chu | 1 | -1/+1 |
| 2025-03-18 | i3c: master: svc: Fix missing the IBI rules | Stanley Chu | 1 | -1/+1 |
| 2025-03-17 | i3c: master: svc: Fix i3c_master_get_free_addr return check | Stanley Chu | 1 | -4/+5 |
| 2025-03-06 | i3c: master: svc: Fix npcm845 DAA process corruption | Stanley Chu | 1 | -1/+29 |
| 2025-03-06 | i3c: master: svc: Fix npcm845 invalid slvstart event | Stanley Chu | 1 | -1/+14 |
| 2025-03-06 | i3c: master: svc: Fix npcm845 FIFO empty issue | Stanley Chu | 1 | -10/+61 |
| 2025-03-06 | i3c: master: svc: Add support for Nuvoton npcm845 i3c | Stanley Chu | 1 | -1/+16 |
| 2025-02-20 | i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA) | Frank Li | 1 | -0/+2 |
| 2025-02-20 | i3c: mipi-i3c-hci: Use I2C DMA-safe api | Billy Tsai | 1 | -5/+3 |
| 2025-02-20 | i3c: Remove the const qualifier from i2c_msg pointer in i2c_xfers API | Billy Tsai | 4 | -4/+4 |
| 2025-01-24 | Merge tag 'i3c/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c... | Linus Torvalds | 8 | -26/+194 |
| 2025-01-13 | i3c: master: Improve initialization of numbered I2C adapters | Defa Li | 1 | -2/+10 |
| 2025-01-12 | i3c: master: Fix missing 'ret' assignment in set_speed() | Frank Li | 1 | -1/+1 |
| 2025-01-12 | i3c: cdns: use parity8 helper instead of open coding it | Wolfram Sang | 1 | -2/+1 |
| 2025-01-12 | i3c: mipi-i3c-hci: use parity8 helper instead of open coding it | Wolfram Sang | 1 | -10/+1 |
| 2025-01-12 | i3c: dw: use parity8 helper instead of open coding it | Wolfram Sang | 1 | -11/+3 |
| 2025-01-12 | i3c: mipi-i3c-hci: Add support for MIPI I3C HCI on PCI bus | Jarkko Nikula | 3 | -0/+160 |
| 2025-01-12 | i3c: mipi-i3c-hci: Add Intel specific quirk to ring resuming | Jarkko Nikula | 1 | -0/+17 |
| 2025-01-12 | i3c: dw: Fix use-after-free in dw_i3c_master driver due to race condition | Pei Xiao | 1 | -0/+1 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 5 | -5/+5 |
| 2024-11-18 | i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid... | Defa Li | 1 | -1/+2 |
| 2024-11-18 | i3c: mipi-i3c-hci: Support SETDASA CCC | Billy Tsai | 1 | -1/+2 |
| 2024-11-18 | i3c: dw: Add quirk to address OD/PP timing issue on AMD platform | Shyam Sundar S K | 2 | -1/+29 |