messages from 2025-05-15 09:20:18 to 2025-06-26 16:56:26 UTC [more...]
[PATCH v3 0/3] Add helper methods i3c_writel_fifo() and i3c_readl_fifo()
2025-06-25 7:27 UTC (12+ messages)
` [PATCH v3 1/3] i3c: master: Add inline i3c_readl_fifo() and i3c_writel_fifo()
` [PATCH v3 2/3] i3c: master: cdns: Use i3c_writel_fifo() and i3c_readl_fifo()
` [PATCH v3 3/3] i3c: master: dw: "
[PATCH] i3c: Fix i3c_device_do_priv_xfers() return value list
2025-06-26 16:56 UTC (2+ messages)
[PATCH v4 0/2] Add ADI I3C Controller
2025-06-26 16:51 UTC (4+ messages)
` [PATCH v4 1/2] dt-bindings: i3c: Add adi-i3c-master
` [PATCH v4 2/2] i3c: master: Add driver for Analog Devices I3C Controller IP
[PATCH 0/3] i3c: switch to use SUSV4 error codes
2025-06-26 16:00 UTC (7+ messages)
` [PATCH 1/3] i3c: core: "
` [PATCH 2/3] i3c: dw: "
` [PATCH 3/3] i3c: cdns: "
[PATCH] i3c: don't fail if GETHDRCAP is unsupported
2025-06-26 2:46 UTC (4+ messages)
[PATCH RFC 0/7] i3c: add driver for the Renesas IP and support RZ/G3S+G3E
2025-06-26 1:37 UTC (24+ messages)
` [PATCH RFC 3/7] dt-bindings: i3c: renesas,i3c: Add binding for Renesas I3C controller
` [PATCH RFC 4/7] i3c: add driver for Renesas I3C IP
[PATCH] i3c: master: Initialize ret in i3c_i2c_notifier_call()
2025-06-24 19:04 UTC (2+ messages)
[PATCH v2 0/3] Add helper methods i3c_writel_fifo() and i3c_readl_fifo()
2025-06-24 8:55 UTC (8+ messages)
` [PATCH v2 1/3] i3c: master: Add inline i3c_readl_fifo() and i3c_writel_fifo()
` [PATCH v2 2/3] i3c: master: cdns: Use i3c_master_writesl() and i3c_master_readsl()
` [PATCH v2 3/3] i3c: master: dw: "
[PATCH v2 0/2] Add ADI I3C Controller
2025-06-18 7:10 UTC (9+ messages)
` [PATCH v2 1/2] dt-bindings: i3c: Add adi-i3c-master
` [PATCH v2 2/2] i3c: master: Add driver for Analog Devices I3C Controller IP
[PATCH 0/3] Add helper methods i3c_master_writesl and i3c_master_readsl
2025-06-22 8:43 UTC (10+ messages)
` [PATCH 1/3] i3c: master: Add inline i3c_master_readsl and i3c_master_writesl
` [PATCH 2/3] i3c: master: cdns: Use i3c_master_writesl and i3c_master_readsl
` [PATCH 3/3] i3c: master: dw: "
[PATCH V4 0/3] support different number of clocks for svc i3c controller
2025-06-11 8:28 UTC (4+ messages)
` [PATCH V4 3/3] arm64: dts: imx95: correct i3c node in imx95
` (subset) [PATCH V4 0/3] support different number of clocks for svc i3c controller
[PATCH 0/2] Add ADI I3C Controller
2025-06-06 10:15 UTC (12+ messages)
` [PATCH 1/2] dt-bindings: i3c: Add adi-i3c-master
` [PATCH 2/2] i3c: master: Add driver for Analog Devices I3C Controller IP
[PATCH 1/3] i3c: mipi-i3c-hci: Make bounce buffer code generic to all DMA transfers
2025-06-20 18:29 UTC (15+ messages)
` [PATCH 2/3] i3c: mipi-i3c-hci: Use physical device pointer with DMA API
` [PATCH 3/3] i3c: mipi-i3c-hci: Use own DMA bounce buffer management for I2C transfers
[PATCH v3 0/2] Add ADI I3C Controller
2025-06-19 15:10 UTC (14+ messages)
` [PATCH v3 1/2] dt-bindings: i3c: Add adi-i3c-master
` [PATCH v3 2/2] i3c: master: Add driver for Analog Devices I3C Controller IP
[PATCH] i3c: ast2600: Generate T-bits to terminate IBI storm
2025-06-18 5:02 UTC (5+ messages)
[PATCH] i3c: add patchwork entry to MAINTAINERS
2025-06-05 9:47 UTC
[PATCH 0/4] i3c: use adapter timeout value for I2C transfers
2025-06-04 14:53 UTC (7+ messages)
` [PATCH 1/4] i3c: dw: "
` [PATCH 2/4] i3c: master: cdns: "
` [PATCH 3/4] i3c: mipi-i3c-hci: "
` [PATCH 4/4] i3c: master: svc: "
[GIT PULL] I3C changes for 6.16
2025-06-01 16:05 UTC (2+ messages)
[PATCH] i3c: controllers do not need to depend on I3C
2025-05-24 20:51 UTC (2+ messages)
[PATCH v2 1/2] dt-bindings: i3c: Add NXP P3H2x4x i3c-hub support
2025-05-22 18:46 UTC (10+ messages)
` [PATCH v2 2/2] drivers: i3c: Add driver for NXP P3H2x4x i3c-hub device
` [EXT] "
` [EXT] Re: [PATCH v2 1/2] dt-bindings: i3c: Add NXP P3H2x4x i3c-hub support
[PATCH AUTOSEL 6.6 052/294] i3c: master: svc: Fix missing STOP for master request
2025-05-05 22:54 UTC (2+ messages)
` [PATCH AUTOSEL 6.6 184/294] i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)
[PATCH v1 0/2] svc-i3c-master: Reduce IBI transaction time
2025-05-15 9:54 UTC (2+ messages)
[PATCH v2 1/1] i3c: master: svc: skip address resend on repeat START
2025-05-15 9:56 UTC (2+ messages)
[PATCH v3 1/5] i3c: mipi-i3c-hci: Allow only relevant INTR_STATUS bit updates
2025-05-15 9:45 UTC (2+ messages)
[PATCH AUTOSEL 5.15 028/153] i3c: master: svc: Fix missing STOP for master request
2025-05-05 23:11 UTC
[PATCH AUTOSEL 6.1 042/212] i3c: master: svc: Fix missing STOP for master request
2025-05-05 23:05 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 143/212] i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)
[PATCH AUTOSEL 6.12 085/486] i3c: master: svc: Fix missing STOP for master request
2025-05-05 22:36 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 295/486] i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)
[PATCH AUTOSEL 6.14 108/642] i3c: master: svc: Fix missing STOP for master request
2025-05-05 22:13 UTC (3+ messages)
` [PATCH AUTOSEL 6.14 376/642] i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)
` [PATCH AUTOSEL 6.14 622/642] i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()
[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
2025-04-26 9:14 UTC (42+ messages)
` [PATCH v4 01/13] bitops: Change parity8() to parity_odd() with u64 input and bool return type
` [PATCH v4 02/13] media: media/test_drivers: Replace open-coded parity calculation with parity_odd()
` [PATCH v4 03/13] media: pci: cx18-av-vbi: "
` [PATCH v4 04/13] media: saa7115: "
` [PATCH v4 05/13] serial: max3100: "
` [PATCH v4 07/13] Input: joystick - "
` [PATCH v4 08/13] net: ethernet: oa_tc6: "
` [PATCH v4 09/13] wifi: brcm80211: "
` [PATCH v4 10/13] drm/bridge: dw-hdmi: "
` [PATCH v4 11/13] mtd: ssfdc: "
` [PATCH v4 12/13] fsi: i2cr: "
` [PATCH v4 13/13] nfp: bpf: "
[PATCH v5 0/3] Add Qualcomm i3c controller driver support
2025-04-20 19:37 UTC (3+ messages)
` [PATCH v5 2/3] :i3c: master: Add Qualcomm I3C controller driver
` [External] : "
[PATCH v4 0/3] Add Qualcomm i3c controller driver support
2025-04-14 10:08 UTC (10+ messages)
` [PATCH v4 2/3] i3c: master: Add Qualcomm I3C controller driver
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox