messages from 2025-09-25 12:22:34 to 2025-11-07 13:30:03 UTC [more...]
[PATCH] i3c: master: add WQ_PERCPU to alloc_workqueue users
2025-11-07 13:29 UTC
[PATCH V2] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-S I3C
2025-11-07 6:07 UTC
[PATCH 0/4] i3c: dw: Add support for Device NACK Retry count
2025-11-06 22:10 UTC (9+ messages)
` [PATCH 1/4] dt-bindings: i3c: Add snps,dev-nack-retry-cnt property to Synopsys I3C master
` [PATCH 2/4] arm64: dts: intel: agilex5: Add snps,dev-nack-retry-cnt property for I3C controllers
` [PATCH 3/4] i3c: dw: Add support for Device NACK Retry count
` [PATCH 4/4] i3c: dw: Preserve DAT entry bits when restoring addresses
[PATCH] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-S I3C
2025-11-06 17:41 UTC (2+ messages)
[PATCH v11 0/6] i3c: Add basic HDR mode support
2025-11-06 17:36 UTC (7+ messages)
` [PATCH v11 1/6] i3c: Add HDR API support
` [PATCH v11 2/6] i3c: Switch to use new i3c_xfer from i3c_priv_xfer
` [PATCH v11 3/6] i3c: master: svc: Replace bool rnw with union for HDR support
` [PATCH v11 4/6] i3c: master: svc: Add basic HDR mode support
` [PATCH v11 5/6] dt-bindings: trivial-devices: add MEMSIC 3-axis magnetometer
` [PATCH v11 6/6] iio: magnetometer: Add mmc5633 sensor
[PATCH v10 0/6] i3c: Add basic HDR mode support
2025-11-04 17:07 UTC (8+ messages)
` [PATCH v10 1/6] i3c: Add HDR API support
` [PATCH v10 2/6] i3c: Switch to use new i3c_xfer from i3c_priv_xfer
` [PATCH v10 3/6] i3c: master: svc: Replace bool rnw with union for HDR support
` [PATCH v10 4/6] i3c: master: svc: Add basic HDR mode support
` [PATCH v10 5/6] dt-bindings: trivial-devices: add MEMSIC 3-axis magnetometer
` [PATCH v10 6/6] iio: magnetometer: Add mmc5633 sensor
[PATCH v5 0/3] i3c: dw: Add Altera Agilex5 runtime PM disable quirk
2025-11-04 16:56 UTC (5+ messages)
` [PATCH v5 1/3] dt-bindings: i3c: snps: Add Altera SoCFPGA compatible
` [PATCH v5 2/3] arm64: dts: intel: agilex5: Add Altera compatible for I3C controllers
` [PATCH v5 3/3] i3c: dw: Disable runtime PM on Agilex5 to avoid bus hang on IBI
[PATCH v9 0/6] i3c: Add basic HDR mode support
2025-11-03 18:10 UTC (13+ messages)
` [PATCH v9 1/6] i3c: Add HDR API support
` [PATCH v9 2/6] i3c: Switch to use new i3c_xfer from i3c_priv_xfer
` [PATCH v9 3/6] i3c: master: svc: Replace bool rnw with union for HDR support
` [PATCH v9 4/6] i3c: master: svc: Add basic HDR mode support
` [PATCH v9 5/6] dt-bindings: trivial-devices: add MEMSIC 3-axis magnetometer
` [PATCH v9 6/6] iio: magnetometer: Add mmc5633 sensor
[PATCH] i3c: dw: Add apb reset support
2025-11-03 15:44 UTC (2+ messages)
[PATCH v4 0/3] i3c: dw: Add Altera Agilex5 runtime PM disable quirk
2025-11-03 15:39 UTC (5+ messages)
` [PATCH v4 1/3] dt-bindings: i3c: snps: Add Altera SoCFPGA compatible
` [PATCH v4 2/3] arm64: dts: intel: agilex5: Add Altera compatible for I3C controllers
` [PATCH v4 3/3] i3c: dw: Add runtime PM disable quirk for Altera Agilex5
[PATCH v3 0/3] i3c: dw: Add Altera Agilex5 runtime PM disable quirk
2025-10-31 18:44 UTC (8+ messages)
` [PATCH v3 1/3] dt-bindings: i3c: snps: Add Altera Agilex5 SoC compatible
` [PATCH v3 2/3] arm64: dts: intel: agilex5: Add Altera compatible for I3C controllers
` [PATCH v3 3/3] i3c: dw: Add runtime PM disable quirk for Altera Agilex5
[RFC PATCH v2 0/3] i3c: dw: Add Altera SoCFPGA runtime PM disable quirk
2025-10-31 8:37 UTC (7+ messages)
` [RFC PATCH-v2 1/3] dt-bindings: i3c: snps: Add Altera SoCFPGA compatible
` [RFC PATCH-v2 2/3] arm64: dts: intel: agilex5: Add Altera compatible for I3C controllers
` [RFC PATCH-v2 3/3] i3c: dw: Add runtime PM disable quirk for Altera SoCFPGA
[PATCH v2 1/1] i3c: master: svc: Prevent incomplete IBI transaction
2025-10-30 23:43 UTC (4+ messages)
[PATCH v3 1/1] i3c: fix refcount inconsistency in i3c_master_register
2025-10-30 23:43 UTC (4+ messages)
` [PATCH v3] "
[RFC PATCH] i3c: dw: add option to disable runtime PM for DesignWare I3C controller
2025-10-30 17:09 UTC (4+ messages)
[PATCH 0/4] i3c: switch to use switch to use i3c_xfer from i3c_priv_xfer
2025-10-30 4:13 UTC (8+ messages)
` [PATCH 1/4] hwmon: (lm75): "
` [PATCH 2/4] net: mctp i3c: "
` [PATCH 3/4] regmap: "
` [PATCH 4/4] i3c: drop i3c_priv_xfer and i3c_device_do_priv_xfers()
[PATCH v7 0/5] i3c: Add basic HDR mode support
2025-10-30 7:51 UTC (12+ messages)
` [PATCH v7 1/5] i3c: Add HDR API support
` [PATCH v7 2/5] i3c: master: svc: Replace bool rnw with union for HDR support
` [PATCH v7 3/5] i3c: master: svc: Add basic HDR mode support
` [PATCH v7 4/5] dt-bindings: trivial-devices: add MEMSIC 3-axis magnetometer
` [PATCH v7 5/5] iio: magnetometer: Add mmc5633 sensor
[PATCH v8 0/6] i3c: Add basic HDR mode support
2025-10-28 15:02 UTC (9+ messages)
` [PATCH v8 1/6] i3c: Add HDR API support
` [PATCH v8 2/6] i3c: Switch to use new i3c_xfer from i3c_priv_xfer
` [PATCH v8 3/6] i3c: master: svc: Replace bool rnw with union for HDR support
` [PATCH v8 4/6] i3c: master: svc: Add basic HDR mode support
` [PATCH v8 5/6] dt-bindings: trivial-devices: add MEMSIC 3-axis magnetometer
` [PATCH v8 6/6] iio: magnetometer: Add mmc5633 sensor
[PATCH 0/2] i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers()
2025-10-27 20:57 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] i3c: master: cleanup callback .priv_xfers()
[PATCH v6 0/5] i3c: Add basic HDR mode support
2025-10-24 21:12 UTC (24+ messages)
` [PATCH v6 1/5] i3c: Add HDR API support
` [PATCH v6 2/5] i3c: master: svc: Replace bool rnw with union for HDR support
` [PATCH v6 3/5] i3c: master: svc: Add basic HDR mode support
` [PATCH v6 4/5] dt-bindings: trivial-devices: add MEMSIC 3-axis magnetometer
` [PATCH v6 5/5] iio: magnetometer: Add mmc5633 sensor
[PATCH v1 1/1] i3c: master: svc: Prevent incomplete IBI transaction
2025-10-20 20:22 UTC (2+ messages)
[PATCH v5 0/5] i3c: Add basic HDR mode support
2025-10-18 13:15 UTC (13+ messages)
` [PATCH v5 1/5] i3c: Add HDR API support
` [PATCH v5 2/5] i3c: master: svc: Replace bool rnw with union for HDR support
` [PATCH v5 3/5] i3c: master: svc: Add basic HDR mode support
` [PATCH v5 4/5] dt-bindings: trivial-devices: add MEMSIC 3-axis magnetometer
` [PATCH v5 5/5] iio: magnetometer: Add mmc5633 sensor
[PATCH v2 1/1] i3c: fix refcount inconsistency in i3c_master_register
2025-10-15 15:43 UTC (2+ messages)
[PATCH] i3c: fix refcount inconsistency in i3c_master_register
2025-10-14 1:55 UTC (7+ messages)
[PATCH v4 0/5] i3c: Add basic HDR mode support
2025-10-07 20:05 UTC (7+ messages)
` [PATCH v4 1/5] i3c: Add HDR API support
` [PATCH v4 2/5] i3c: master: svc: Replace bool rnw with union for HDR support
` [PATCH v4 3/5] i3c: master: svc: Add basic HDR mode support
` [PATCH v4 4/5] dt-bindings: trivial-devices: add MEMSIC 3-axis magnetometer
` [PATCH v4 5/5] iio: magnetometer: Add mmc5633 sensor
[PATCH v3 0/5] i3c: Add basic HDR mode support
2025-10-04 13:55 UTC (9+ messages)
` [PATCH v3 1/5] i3c: Add HDR API support
` [PATCH v3 2/5] i3c: master: svc: Replace bool rnw with union for HDR support
` [PATCH v3 3/5] i3c: master: svc: Add basic HDR mode support
` [PATCH v3 4/5] dt-bindings: trivial-devices: add MEMSIC 3-axis magnetometer
` [PATCH v3 5/5] iio: magnetometer: Add mmc5633 sensor
[GIT PULL] I3C changes for 6.18
2025-10-01 23:00 UTC (2+ messages)
[PATCH v2 0/4] i3c: Add basic HDR mode support
2025-09-29 16:04 UTC (7+ messages)
` [PATCH v2 2/4] i3c: master: svc: "
` [PATCH v2 4/4] iio: magnetometer: Add mmc5633 sensor
[PATCH] [v2] i3c: fix big-endian FIFO transfers
2025-09-28 22:19 UTC (4+ messages)
[PATCH V8 0/5] Add AMD I3C master controller driver and bindings
2025-09-27 6:12 UTC (10+ messages)
` [PATCH V8 1/5] dt-bindings: i3c: Add AMD I3C master controller support
` [PATCH V8 2/5] asm-generic/io.h: Add big-endian MMIO accessors
` [PATCH V8 3/5] i3c: fix big-endian FIFO transfers
` [PATCH V8 4/5] i3c: master: Add endianness support for i3c_readl_fifo() and i3c_writel_fifo()
` [PATCH V8 5/5] i3c: master: Add AMD I3C bus controller driver
[PATCH V7 0/4] Add AMD I3C master controller driver and bindings
2025-09-25 16:50 UTC (14+ messages)
` [PATCH V7 3/4] i3c: master: Add endianness support for i3c_readl_fifo() and i3c_writel_fifo()
i3c: scanning for i2c client devices on the network
2025-09-25 15:42 UTC (7+ messages)
[PATCH 0/4] Add microchip sama7d65 SoC I3C support
2025-09-25 13:23 UTC (4+ messages)
` [PATCH 2/4] i3c: mipi-i3c-hci: add microchip sama7d65 SoC
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