public inbox for acpica-devel@lists.linux.dev
 help / color / mirror / Atom feed
[PATCH v2 00/13] Support ACPI and SETAASA device discovery
 2026-04-11  7:20 UTC  (41+ 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 09/13] i3c: dw-i3c-master: Add a quirk to skip clock and reset
` [PATCH v2 10/13] i3c: dw-i3c-master: Add ACPI ID for Tegra410
` [PATCH v2 11/13] hwmon: spd5118: Remove 16-bit addressing
` [PATCH v2 12/13] hwmon: spd5118: Add I3C support
` [PATCH v2 13/13] arm64: defconfig: Enable I3C and SPD5118 hwmon

[PATCH v3] rust: ACPI: fix missing match data for PRP0001
 2026-04-10 15:53 UTC  (9+ messages)

[PATCH 0/2] CPPC: reduce FFH feedback-counter sampling skew on arm64
 2026-04-10  9:41 UTC  (3+ messages)
` [PATCH 1/2] ACPI: CPPC: add paired FFH feedback-counter read hook
` [PATCH 2/2] arm64: topology: read CPPC FFH feedback counters in one operation

[PATCH v4] rust: ACPI: fix missing match data for PRP0001
 2026-04-08 21:43 UTC 

[PATCH v3 0/3] ACPI: APEI: GHES: Add device-managed notifier helper and NVIDIA CPER handler
 2026-04-06 14:50 UTC  (10+ messages)
` [PATCH v3 1/3] ACPI: APEI: GHES: Add devm_ghes_register_vendor_record_notifier()
` [PATCH v3 2/3] PCI: hisi: Use devm_ghes_register_vendor_record_notifier()
` [PATCH v3 3/3] ACPI: APEI: GHES: Add NVIDIA vendor CPER record handler

[PATCH RFC v2 00/17] RISC-V: QoS: add CBQRI resctrl interface
 2026-04-02  2:44 UTC  (24+ messages)
` [PATCH RFC v2 06/17] RISC-V: QoS: define CBQRI resctrl resources and domains
  ` [External] "
` [PATCH RFC v2 08/17] RISC-V: QoS: add resctrl interface for CBQRI controllers
  ` [External] "
` [PATCH RFC v2 13/17] acpi: pptt: Add helper to find a cache from id
  ` [External] "
` [PATCH RFC v2 14/17] include: acpi: actbl2: Add structs for RQSC table
  ` [External] "

[PATCH 00/12] i3c: Support ACPI and SETAASA device discovery
 2026-03-31 10:09 UTC  (57+ 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 RFC 08/19] RISC-V: QoS: add resctrl interface for CBQRI controllers
 2026-03-31  8:14 UTC  (3+ messages)

[PATCH next] ACPICA: AML Parser: Remove spurious precision from format used to dump parse trees
 2026-03-27 11:17 UTC  (7+ messages)

[PATCH v3 0/7] Introduce Synology Microp driver
 2026-03-24 17:39 UTC  (29+ messages)
` [PATCH v3 1/7] rust: Add `parent_unchecked` function to `Device`
` [PATCH v3 2/7] rust: add basic mfd abstractions
` [PATCH v3 3/7] acpi: add acpi_of_match_device_ids
` [PATCH v3 4/7] mfd: match acpi devices against PRP0001
` [PATCH v3 5/7] dt-bindings: mfd: Add synology,microp device
` [PATCH v3 6/7] mfd: Add synology microp core driver
` [PATCH v3 7/7] leds: add synology microp led driver

[PATCH v2 1/3] acpi/apei: Add devm_ghes_register_vendor_record_notifier()
 2026-03-24 10:14 UTC  (4+ messages)

[PATCH] ACPICA: Replace strncpy() with strscpy_pad() in acpi_ut_safe_strncpy()
 2026-03-24  8:01 UTC  (3+ messages)

[PATCH] ACPICA: fix NULL pointer dereference in acpi_ns_custom_package()
 2026-03-23 12:51 UTC  (2+ messages)

[PATCH v6 0/4] apei/ghes: don't OOPS with bad ARM error CPER records
 2026-03-17 17:14 UTC  (3+ messages)
` [PATCH v6 1/4] apei/ghes: ARM processor Error: don't go past allocated memory

[PATCH v3 0/7] Introduce Synology Microp driver
 2026-03-13 20:32 UTC  (6+ messages)
` [PATCH v3 1/7] rust: Add `parent_unchecked` function to `Device`
` [PATCH v3 2/7] rust: add basic mfd abstractions
` [PATCH v3 3/7] acpi: add acpi_of_match_device_ids

[PATCH v2] ACPI: CPPC: Move reference performance to capabilities
 2026-03-10 21:29 UTC  (4+ messages)

[PATCH] ACPICA: scope acpi_ex_trace_point() to ACPI_DEBUG_OUTPUT
 2026-03-09  9:25 UTC 

[PATCH] ACPICA: scope PCI region setup helpers to ACPI_PCI_CONFIGURED
 2026-03-09  9:20 UTC 

[PATCH v8 0/7] Enhanced autonomous selection and improvements
 2026-03-03 17:32 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox