[PATCH v2 0/2] i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers()
2025-12-04 9:58 UTC (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] i3c: master: cleanup callback .priv_xfers()
[PATCH v11 0/6] i3c: Add basic HDR mode support
2025-12-04 1:22 UTC (11+ 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
` (subset) [PATCH v11 0/6] i3c: Add basic HDR mode support
[PATCH v6 0/5] i3c: dw-i3c: Enable support for dw-i3c controller NACK retry sysfs and DAT restore fix
2025-12-03 20:37 UTC (8+ messages)
` [PATCH v6 1/5] i3c: add sysfs entry for Device NACK Retry count
` [PATCH v6 2/5] i3c: add sysfs attribute for device NACK retry
` [PATCH v6 3/5] i3c: dw: Add support for Device NACK Retry configuration
` [PATCH v6 4/5] i3c: dw: use FIELD_PREP for device address table macros
` [PATCH v6 5/5] i3c: dw: Preserve DAT entry bits when restoring addresses
[PATCH v5 0/5] i3c: dw-i3c: Enable support for dw-i3c controller NACK retry sysfs and DAT restore fix
2025-12-02 23:41 UTC (12+ messages)
` [PATCH v5 1/5] i3c: add sysfs entry for Device NACK Retry count
` [PATCH v5 2/5] i3c: add sysfs attribute for device NACK retry
` [PATCH v5 3/5] i3c: dw: Add support for Device NACK Retry configuration
` [PATCH v5 4/5] i3c: dw: use FIELD_PREP for device address table macros
` [PATCH v5 5/5] i3c: dw: Preserve DAT entry bits when restoring addresses
[PATCH 0/2] i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers()
2025-12-02 23:16 UTC (2+ messages)
[PATCH 0/4] i3c: switch to use switch to use i3c_xfer from i3c_priv_xfer
2025-12-02 23:15 UTC (4+ messages)
` [PATCH 4/4] i3c: drop i3c_priv_xfer and i3c_device_do_priv_xfers()
Error while loading dw-i3c-master: UBSAN: shift-out-of-bounds in drivers/i3c/master/dw-i3c-master.c:885:12
2025-12-02 20:17 UTC
[PATCH 1/2] i3c: fix I3C_SDR bit number
2025-12-02 16:48 UTC (4+ messages)
` [PATCH 2/2] i3c: document i3c_xfers
[PATCH v4 0/5] i3c: dw-i3c: Enable support for dw-i3c controller NACK retry sysfs and DAT restore fix
2025-12-01 17:17 UTC (7+ messages)
` [PATCH v4 1/5] i3c: add sysfs entry for Device NACK Retry count
` [PATCH v4 2/5] i3c: make bus maintainenance lock helpers public
` [PATCH v4 3/5] i3c: dw: Add sysfs support for Device NACK Retry count
` [PATCH v4 4/5] i3c: dw-i3c-master: use FIELD_PREP for device address table macros
` [PATCH v4 5/5] i3c: dw: Preserve DAT entry bits when restoring addresses
[PATCH] i3c: master: add WQ_PERCPU to alloc_workqueue users
2025-11-28 23:32 UTC (6+ messages)
[PATCH] i3c: master: Remove i3c_device_free_ibi from i3c_device_remove
2025-11-28 23:27 UTC (3+ messages)
[PATCH] i3c: dw: Add apb reset support
2025-11-03 22:09 UTC (3+ messages)
[PATCH V5 00/12] i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers
2025-11-28 23:17 UTC (14+ messages)
` [PATCH V5 01/12] i3c: mipi-i3c-hci-pci: Set 64-bit DMA mask "
` [PATCH V5 02/12] i3c: mipi-i3c-hci-pci: Move all Intel-related definitions together
` [PATCH V5 03/12] i3c: mipi-i3c-hci-pci: Rename some Intel-related identifiers
` [PATCH V5 04/12] i3c: mipi-i3c-hci-pci: Use readl_poll_timeout()
` [PATCH V5 05/12] i3c: mipi-i3c-hci-pci: Constify driver data
` [PATCH V5 06/12] i3c: mipi-i3c-hci-pci: Factor out private registers ioremapping
` [PATCH V5 07/12] i3c: mipi-i3c-hci-pci: Factor out intel_reset()
` [PATCH V5 08/12] i3c: mipi-i3c-hci-pci: Allocate a structure for mipi_i3c_hci_pci device information
` [PATCH V5 09/12] i3c: mipi-i3c-hci-pci: Change callback parameter
` [PATCH V5 10/12] i3c: mipi-i3c-hci-pci: Add exit callback
` [PATCH V5 11/12] i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers
` [PATCH V5 12/12] i3c: mipi-i3c-hci-pci: Set d3cold_delay to 0 "
[PATCH v3 0/3] i3c: dw-i3c: Enable support for dw-i3c controller NACK retry sysfs and DAT restore fix
2025-11-25 17:07 UTC (10+ messages)
` [PATCH v3 1/3] i3c: add sysfs entry for Device NACK Retry count
` [PATCH v3 2/3] i3c: dw: Add sysfs support "
` [PATCH v3 3/3] i3c: dw: Preserve DAT entry bits when restoring addresses
[PATCH v2 0/3] i3c: dw-i3c: Enable support for dw-i3c controller NACK retry sysfs and DAT restore fix
2025-11-24 17:37 UTC (8+ messages)
` [PATCH v2 1/3] i3c: add sysfs entry for Device NACK Retry count
` [PATCH v2 2/3] i3c: dw: Add sysfs support "
` [PATCH v2 3/3] i3c: dw: Preserve DAT entry bits when restoring addresses
[PATCH V4 00/12] i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers
2025-11-24 12:29 UTC (16+ messages)
` [PATCH V4 01/12] i3c: mipi-i3c-hci-pci: Set 64-bit DMA mask "
` [PATCH V4 02/12] i3c: mipi-i3c-hci-pci: Move all Intel-related definitions together
` [PATCH V4 03/12] i3c: mipi-i3c-hci-pci: Rename some Intel-related identifiers
` [PATCH V4 04/12] i3c: mipi-i3c-hci-pci: Use readl_poll_timeout()
` [PATCH V4 05/12] i3c: mipi-i3c-hci-pci: Constify driver data
` [PATCH V4 06/12] i3c: mipi-i3c-hci-pci: Factor out private registers ioremapping
` [PATCH V4 07/12] i3c: mipi-i3c-hci-pci: Factor out intel_reset()
` [PATCH V4 08/12] i3c: mipi-i3c-hci-pci: Allocate a structure for mipi_i3c_hci_pci device information
` [PATCH V4 09/12] i3c: mipi-i3c-hci-pci: Change callback parameter
` [PATCH V4 10/12] i3c: mipi-i3c-hci-pci: Add exit callback
` [PATCH V4 11/12] i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers
` [PATCH V4 12/12] i3c: mipi-i3c-hci-pci: Set d3cold_delay to 0 "
[PATCH V2 00/13] i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers
2025-11-17 19:35 UTC (33+ messages)
` [PATCH V2 01/13] i3c: mipi-i3c-hci-pci: Set 64-bit DMA mask "
` [PATCH V2 02/13] i3c: mipi-i3c-hci-pci: Move all Intel-related definitions together
` [PATCH V2 03/13] i3c: mipi-i3c-hci-pci: Rename some Intel-related identifiers
` [PATCH V2 04/13] i3c: mipi-i3c-hci-pci: Use readl_poll_timeout()
` [PATCH V2 05/13] i3c: mipi-i3c-hci-pci: Constify driver data
` [PATCH V2 06/13] i3c: mipi-i3c-hci-pci: Factor out private registers ioremapping
` [PATCH V2 07/13] i3c: mipi-i3c-hci-pci: Factor out intel_reset()
` [PATCH V2 08/13] i3c: mipi-i3c-hci-pci: Allocate a structure for mipi_i3c_hci_pci device information
` [PATCH V2 09/13] i3c: mipi-i3c-hci-pci: Change callback parameter
` [PATCH V2 10/13] i3c: mipi-i3c-hci-pci: Add exit callback
` [PATCH V2 11/13] i3c: mipi-i3c-hci-pci: Allocate a structure for Intel controller information
` [PATCH V2 12/13] i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers
` [PATCH V2 13/13] i3c: mipi-i3c-hci-pci: Set d3cold_delay to 0 "
[PATCH V3 00/12] i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers
2025-11-17 15:44 UTC (18+ messages)
` [PATCH V3 01/12] i3c: mipi-i3c-hci-pci: Set 64-bit DMA mask "
` [PATCH V3 02/12] i3c: mipi-i3c-hci-pci: Move all Intel-related definitions together
` [PATCH V3 03/12] i3c: mipi-i3c-hci-pci: Rename some Intel-related identifiers
` [PATCH V3 04/12] i3c: mipi-i3c-hci-pci: Use readl_poll_timeout()
` [PATCH V3 05/12] i3c: mipi-i3c-hci-pci: Constify driver data
` [PATCH V3 06/12] i3c: mipi-i3c-hci-pci: Factor out private registers ioremapping
` [PATCH V3 07/12] i3c: mipi-i3c-hci-pci: Factor out intel_reset()
` [PATCH V3 08/12] i3c: mipi-i3c-hci-pci: Allocate a structure for mipi_i3c_hci_pci device information
` [PATCH V3 09/12] i3c: mipi-i3c-hci-pci: Change callback parameter
` [PATCH V3 10/12] i3c: mipi-i3c-hci-pci: Add exit callback
` [PATCH V3 11/12] i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers
` [PATCH V3 12/12] i3c: mipi-i3c-hci-pci: Set d3cold_delay to 0 "
[PATCH 00/13] i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers
2025-11-14 17:20 UTC (35+ messages)
` [PATCH 01/13] i3c: mipi-i3c-hci-pci: Set 64-bit DMA mask "
` [PATCH 02/13] i3c: mipi-i3c-hci-pci: Move all Intel-related definitions together
` [PATCH 03/13] i3c: mipi-i3c-hci-pci: Rename some Intel-related identifiers
` [PATCH 04/13] i3c: mipi-i3c-hci-pci: Use readl_poll_timeout()
` [PATCH 05/13] i3c: mipi-i3c-hci-pci: Constify driver data
` [PATCH 06/13] i3c: mipi-i3c-hci-pci: Factor out private registers ioremapping
` [PATCH 07/13] i3c: mipi-i3c-hci-pci: Factor out intel_reset()
` [PATCH 08/13] i3c: mipi-i3c-hci-pci: Allocate a structure for mipi_i3c_hci_pci device information
` [PATCH 09/13] i3c: mipi-i3c-hci-pci: Change callback parameter
` [PATCH 10/13] i3c: mipi-i3c-hci-pci: Add exit callback
` [PATCH 11/13] i3c: mipi-i3c-hci-pci: Allocate a structure for Intel controller information
` [PATCH 12/13] i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers
` [PATCH 13/13] i3c: mipi-i3c-hci-pci: Set d3cold_delay to 0 "
[PATCH v5 0/3] i3c: dw: Add Altera Agilex5 runtime PM disable quirk
2025-11-12 18:59 UTC (4+ messages)
` [PATCH v5 2/3] arm64: dts: intel: agilex5: Add Altera compatible for I3C controllers
` (subset) [PATCH v5 0/3] i3c: dw: Add Altera Agilex5 runtime PM disable quirk
[PATCH V2] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-S I3C
2025-11-08 21:59 UTC (2+ messages)
[PATCH 0/4] i3c: dw: Add support for Device NACK Retry count
2025-11-06 22:10 UTC (2+ messages)
[PATCH] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-S I3C
2025-11-06 17:41 UTC (2+ messages)
page: next (older)
- 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).