messages from 2026-03-12 04:22:08 to 2026-04-09 11:01:34 UTC [more...]
[PATCH v2 00/13] Support ACPI and SETAASA device discovery
2026-04-09 10:57 UTC (10+ messages)
` [PATCH v2 01/13] dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASA
` [PATCH v2 02/13] ACPICA: Read LVR from the I2C resource descriptor
` [PATCH v2 03/13] i3c: master: Use unified device property interface
` [PATCH v2 04/13] i3c: master: Support ACPI enumeration of child devices
` [PATCH v2 05/13] i3c: master: Add support for devices using SETAASA
` [PATCH v2 06/13] i3c: master: Add support for devices without PID
` [PATCH v2 07/13] i3c: master: match I3C device through DT and ACPI
` [PATCH v2 08/13] i3c: dw-i3c-master: Add SETAASA as supported CCC
` [PATCH v2 10/13] i3c: dw-i3c-master: Add ACPI ID for Tegra410
[PATCH v3 0/3] ARM: dts: aspeed-g6: add AST2600 I3C nodes and bindings
2026-04-09 7:31 UTC (9+ messages)
` [PATCH v3 1/3] ARM: dts: aspeed-g6: move i2c controllers directly into apb node
` [PATCH v3 2/3] ARM: dts: aspeed-g6: Add nodes for i3c controllers
` [PATCH v3 3/3] dt-bindings: i3c: Add AST2600 I3C global registers
[PATCH v2] i3c: mipi-i3c-hci: fix IBI payload length calculation for final status
2026-04-09 3:57 UTC (4+ messages)
[PATCH v2] i3c: dw-i3c-master: Fix IBI count register selection for versalnet
2026-04-08 10:06 UTC (7+ messages)
[PATCH v3 0/2] i3c: master: renesas: Fix a memory leak and use __free(kfree) to simplify the code
2026-04-07 8:11 UTC (5+ messages)
` [PATCH v3 1/2] i3c: master: renesas: Fix memory leak in renesas_i3c_i3c_xfers()
` [PATCH v3 2/2] i3c: master: renesas: Use __free(kfree) for xfer cleanup in renesas_i3c_send_ccc_cmd()
[PATCH v3 0/2] i3c: dw: Fix memory leak in dw_i3c_master_i3c_xfers()
2026-04-06 6:52 UTC (7+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] i3c: dw: Simplify xfer cleanup with __free(kfree)
[PATCH v2] i3c: master: renesas: Fix memory leak in renesas_i3c_i3c_xfers()
2026-04-03 8:14 UTC (3+ messages)
[PATCH v2] i3c: dw: Fix memory leak in dw_i3c_master_i3c_xfers()
2026-04-03 2:52 UTC (2+ messages)
[PATCH] i3c: mipi-i3c-hci: fix IBI payload length calculation for final status
2026-04-02 15:16 UTC (6+ messages)
[PATCH] i3c: master: renesas: Fix memory leak in renesas_i3c_i3c_xfers()
2026-04-02 14:20 UTC (2+ messages)
[PATCH] i3c: dw: Fix memory leak in dw_i3c_master_i3c_xfers()
2026-04-02 13:43 UTC (2+ messages)
[PATCH] i3c: mipi-i3c-hci: fix atomic updates to RING_OPERATION1 register
2026-04-02 7:46 UTC (7+ messages)
[PATCH V5 0/5] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
2026-04-01 17:16 UTC (2+ messages)
[PATCH] i3c: dw-i3c-master: Fix IBI count register selection for versalnet
2026-04-01 6:12 UTC (2+ messages)
[PATCH v8 0/7] Add support for NXP P3H2x4x I3C hub driver
2026-03-31 12:52 UTC (12+ messages)
` [PATCH v8 1/7] i3c: master: Expose the APIs to support I3C hub
` [PATCH v8 2/7] i3c: master: Add "
` [PATCH v8 3/7] dt-bindings: i3c: Add NXP P3H2x4x i3c-hub support
` [PATCH v8 4/7] mfd: p3h2x4x: Add driver for NXP P3H2x4x i3c hub and on-die regulator
` [PATCH v8 5/7] regulator: p3h2x4x: Add driver for on-die regulators in NXP P3H2x4x i3c hub
` [PATCH v8 6/7] i3c: hub: Add support for the I3C interface in the I3C hub
` [PATCH v8 7/7] i3c: hub: p3h2x4x: Add support for NXP P3H2x4x I3C hub functionality
[PATCH 04/12] i3c: master: Support ACPI enumeration
2026-03-31 10:09 UTC
[PATCH 00/12] i3c: Support ACPI and SETAASA device discovery
2026-03-30 5:26 UTC (50+ messages)
` [PATCH 01/12] dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASA
` [PATCH 02/12] ACPICA: Read LVR from the I2C resource descriptor
` [PATCH 03/12] i3c: master: Use unified device property interface
` [PATCH 04/12] i3c: master: Support ACPI enumeration
` [PATCH 05/12] i3c: master: Add support for devices using SETAASA
` [PATCH 06/12] i3c: master: Add support for devices without PID
` [PATCH 07/12] i3c: master: match I3C device through DT and ACPI
` [PATCH 08/12] i3c: dw-i3c-master: Add SETAASA as supported CCC
` [PATCH 09/12] i3c: dw-i3c-master: Add a quirk to skip clock and reset
` [PATCH 10/12] i3c: dw-i3c-master: Add ACPI ID for Tegra410
` [PATCH 11/12] hwmon: spd5118: Add I3C support
` [PATCH 12/12] arm64: defconfig: Enable I3C and SPD5118 hwmon
[PATCH v7 0/7] Add support for NXP P3H2x4x I3C hub driver
2026-03-26 11:58 UTC (11+ messages)
` [PATCH v7 1/7] i3c: master: Expose the APIs to support I3C hub
` [PATCH v7 2/7] i3c: master: Add "
` [PATCH v7 3/7] dt-bindings: i3c: Add NXP P3H2x4x i3c-hub support
` [EXT] "
` [PATCH v7 4/7] mfd: p3h2x4x: Add driver for NXP P3H2x4x i3c hub and on-die regulator
` [PATCH v7 5/7] regulator: p3h2x4x: Add driver for on-die regulators in NXP P3H2x4x i3c hub
` [PATCH v7 6/7] i3c: hub: Add support for the I3C interface in the I3C hub
` [PATCH v7 7/7] i3c: hub: p3h2x4x: Add support for NXP P3H2x4x I3C hub functionality
[PATCH] i3c: master: dw-i3c: Balance PM runtime usage count on probe failure
2026-03-23 18:52 UTC (2+ messages)
[PATCH v3 0/5] Fix paths unexpectedly returning Mx error codes
2026-03-23 16:11 UTC (6+ messages)
` [PATCH v3 1/5] i3c: master: Move rstdaa error suppression
` [PATCH v3 2/5] i3c: master: Move entdaa "
` [PATCH v3 3/5] i3c: master: Move bus_init "
` [PATCH v3 4/5] i3c: master: Fix error codes at send_ccc_cmd
` [PATCH v3 5/5] i3c: master: adi: Fix error propagation for CCCs
[PATCH v2 0/5] Fix paths unexpectedly returning Mx error codes
2026-03-23 16:04 UTC (18+ messages)
` [PATCH v2 1/5] i3c: master: Move rstdaa error suppression
` [PATCH v2 2/5] i3c: master: Move entdaa "
` [PATCH v2 3/5] i3c: master: Move bus_init "
` [PATCH v2 4/5] i3c: master: Fix error codes at send_ccc_cmd
` [PATCH v2 5/5] i3c: master: adi: Fix error propagation for CCCs
[PATCH v3] i3c: master: dw-i3c: Fix missing reset assertion in remove() callback
2026-03-20 14:43 UTC (2+ messages)
[PATCH v4 0/5] Add microchip sama7d65 SoC I3C support
2026-03-20 11:42 UTC (8+ messages)
` [PATCH v4 1/5] dt-bindings: i3c: mipi-i3c-hci: add Microchip SAMA7D65 compatible
` [PATCH v4 2/5] clk: at91: sama7d65: add peripheral clock for I3C
` [PATCH v4 3/5] i3c: mipi-i3c-hci: add microchip sama7d65 SoC compatible with the appropriate quirk
` [PATCH v4 4/5] ARM: dts: microchip: add I3C controller
` [PATCH v4 5/5] ARM: configs: at91: sama7: add sama7d65 i3c-hci
[PATCH v2] i3c: master: dw-i3c: Fix missing reset assertion in remove() callback
2026-03-20 10:30 UTC (2+ messages)
[PATCH] i3c: fix missing newline in dev_err messages
2026-03-18 21:25 UTC (4+ messages)
[PATCH v6 1/7] i3c: master: Expose the APIs to support I3C hub
2026-03-17 11:39 UTC (7+ messages)
` [PATCH v6 3/7] dt-bindings: i3c: Add NXP P3H2x4x i3c-hub support
` [EXT] "
[PATCH AUTOSEL 6.19-6.12] i3c: master: dw-i3c: Fix missing of_node for virtual I2C adapter
2026-03-17 11:32 UTC
[PATCH] i3c: master: dw-i3c: Assert reset control in remove() callback
2026-03-16 14:39 UTC (2+ messages)
[PATCH v3 0/5] Add microchip sama7d65 SoC I3C support
2026-03-16 6:36 UTC (7+ messages)
` [PATCH v3 1/5] dt-bindings: i3c: mipi-i3c-hci: add Microchip SAMA7D65 compatible
` [PATCH v3 3/5] i3c: mipi-i3c-hci: add microchip sama7d65 SoC compatible with the appropriate quirk
` [PATCH v3 4/5] ARM: dts: microchip: add I3C controller
` [PATCH v3 5/5] ARM: configs: at91: sama7: add sama7d65 i3c-hci
[GIT PULL] I3C fixes for 7.0
2026-03-15 18:47 UTC (2+ messages)
[PATCH] i3c: master: use kzalloc_flex
2026-03-13 9:48 UTC (3+ messages)
[PATCH 0/5] Fix paths unexpectedly returning Mx error codes
2026-03-12 15:50 UTC (4+ messages)
` [PATCH 5/5] i3c: master: adi: Return xfer->ret at send CCC
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