Discuss SCMI firmware, SCMI drivers in Linux, U-boot, OP-TEE
 help / color / mirror / Atom feed
[PATCH v4 00/31] Introduce SCMI Telemetry FS support
 2026-06-19 12:51 UTC  (43+ messages)
` [PATCH v4 01/31] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v4 02/31] firmware: arm_scmi: Reduce the scope of protocols mutex
` [PATCH v4 03/31] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v4 04/31] firmware: arm_scmi: Allow protocols to register for notifications
` [PATCH v4 05/31] uapi: Add ARM SCMI definitions
` [PATCH v4 06/31] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol
` [PATCH v4 07/31] include: trace: Add Telemetry trace events
` [PATCH v4 08/31] firmware: arm_scmi: Add basic Telemetry support
` [PATCH v4 09/31] firmware: arm_scmi: Add support to parse SHMTIs areas
` [PATCH v4 10/31] firmware: arm_scmi: Add Telemetry configuration operations
` [PATCH v4 11/31] firmware: arm_scmi: Add Telemetry DataEvent read capabilities
` [PATCH v4 12/31] firmware: arm_scmi: Add support for Telemetry reset
` [PATCH v4 13/31] firmware: arm_scmi: Add Telemetry notification support
` [PATCH v4 14/31] firmware: arm_scmi: Add support for boot-on Telemetry
` [PATCH v4 15/31] firmware: arm_scmi: Add Telemetry generation counter
` [PATCH v4 16/31] firmware: arm_scmi: Add common per-protocol debugfs support
` [PATCH v4 17/31] firmware: arm_scmi: Add Telemetry debugfs SHMTI dump support
` [PATCH v4 18/31] firmware: arm_scmi: Add Telemetry debugfs ABI documentation
` [PATCH v4 19/31] firmware: arm_scmi: stlmfs: Add System Telemetry filesystem driver
` [PATCH v4 20/31] fs/stlmfs: Document ARM SCMI Telemetry filesystem
` [PATCH v4 21/31] firmware: arm_scmi: stlmfs: Add basic mount options
` [PATCH v4 22/31] fs/stlmfs: Document ARM SCMI Telemetry FS "
` [PATCH v4 23/31] firmware: arm_scmi: stlmfs: Add ioctls support
` [PATCH v4 24/31] fs/stlmfs: Document alternative ioctl based binary interface
` [PATCH v4 25/31] firmware: arm_scmi: stlmfs: Add by-components view
` [PATCH v4 26/31] fs/stlmfs: Document alternative topological view
` [PATCH v4 27/31] firmware: arm_scmi: stlmfs: Add generation file
` [PATCH v4 28/31] [RFC] docs: stlmfs: Document ARM SCMI Telemetry FS ABI
` [PATCH v4 29/31] firmware: arm_scmi: stlmfs: Add lazy population support
` [PATCH v4 30/31] fs/stlmfs: Document lazy mode and related mount option
` [PATCH v4 31/31] [RFC] tools/scmi: Add SCMI Telemetry testing tool

[PATCH RFC v7 0/9] firmware: arm_scmi: vendors: Qualcomm Generic Vendor Extensions
 2026-06-19 12:31 UTC  (12+ messages)
` [PATCH RFC v7 1/9] firmware: arm_scmi: Add QCOM Generic Vendor Protocol documentation
` [PATCH RFC v7 2/9] dt-bindings: firmware: arm,scmi: Add Qualcomm Generic Extension Protocol
` [PATCH RFC v7 3/9] firmware: arm_scmi: vendors: Add QCOM SCMI Generic Extensions
` [PATCH RFC v7 4/9] PM / devfreq: Add new target_freq attribute flag for governors
` [PATCH RFC v7 5/9] PM / devfreq: Add new track_remote "
` [PATCH RFC v7 6/9] PM / devfreq: Add a governor for tracking remote device frequencies
` [PATCH RFC v7 7/9] PM / devfreq: Introduce the QCOM SCMI Memlat devfreq driver
` [PATCH RFC v7 8/9] arm64: dts: qcom: glymur: Enable LLCC/DDR/DDR_QOS DVFS
` [PATCH RFC v7 9/9] arm64: dts: qcom: hamoa: "

[PATCH v2 0/2] firmware: arm_scmi: Ensure automatic module loading
 2026-06-18 20:31 UTC  (5+ messages)
` [PATCH v2 1/2] module: add SCMI device table alias support
` [PATCH v2 2/2] firmware: arm_scmi: request modules for discovered protocols

[PATCH v7 00/13] Add support for SCMIv4.0 Powercap Extensions
 2026-06-17 15:08 UTC  (15+ messages)
` [PATCH v7 01/13] powercap: Add enable disable control-type
` [PATCH v7 02/13] firmware: arm_scmi: Add an optional custom parameter to fastchannel helpers
` [PATCH v7 03/13] firmware: arm_scmi: Refactor powercap domain layout
` [PATCH v7 04/13] firmware: arm_scmi: Add SCMIv4.0 Powercap basic support
` [PATCH v7 05/13] firmware: arm_scmi: Add SCMIv4.0 Powercap FCs support
` [PATCH v7 06/13] firmware: arm_scmi: Add SCMIV4.0 Powercap notifications support
` [PATCH v7 07/13] firmware: arm_scmi: Extend powercap report to include MAI
` [PATCH v7 08/13] include: trace: Add new parameter to trace_scmi_fc_call
` [PATCH v7 09/13] powercap: arm_scmi: Enable multiple constraints support
` [PATCH v7 10/13] firmware: arm_scmi: add Powercap MAI get/set support
` [PATCH v7 11/13] powercap: arm_scmi: Create synthetic parent node for multi-instance
` [PATCH v7 12/13] powercap: arm_scmi: Add get_power_uw to synthetic node
` [PATCH v7 13/13] powercap: arm_scmi: Synthetic zone enable/disable

[PATCH 0/2] firmware: arm_scmi: Ensure automatic module loading
 2026-06-16 19:53 UTC  (5+ messages)
` [PATCH 1/2] module: add SCMI device table alias support
` [PATCH 2/2] firmware: arm_scmi: request modules for discovered protocols

[PATCH v10 0/6] clk: Support spread spectrum and use it in clk-scmi
 2026-06-15 16:40 UTC  (8+ messages)
` [PATCH v10 1/6] dt-bindings: clock: Add spread spectrum definition
` [PATCH v10 2/6] clk: Introduce clk_hw_set_spread_spectrum
` [PATCH v10 3/6] clk: conf: Support assigned-clock-sscs
` [PATCH v10 4/6] clk: Add KUnit tests for assigned-clock-sscs
` [PATCH v10 5/6] clk: scmi: Introduce common header for SCMI clock interface
` [PATCH v10 6/6] clk: scmi: Add i.MX95 OEM extension support for SCMI clock driver

[PATCH v3 02/24] firmware: arm_scmi: Reduce the scope of protocols mutex
 2026-06-15  7:48 UTC  (3+ messages)

[PATCH v3 01/24] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
 2026-06-15  7:44 UTC  (3+ messages)

[PATCH/RFC 0/9] R-Car X5H Ironhide pure SCMI proof-of-concept
 2026-06-11 13:02 UTC  (10+ messages)
` [PATCH/RFC 1/9] firmware: arm_scmi: Replace scmi_power_proto_ops.name_get() by .info_get()
` [PATCH/RFC 2/9] firmware: arm_scmi: Advertize always-on power domains
` [PATCH/RFC 3/9] pmdomain: arm: scmi: Add always-on support
` [PATCH/RFC 4/9] firmware: arm_scmi: Add a flag for power-management clocks
` [PATCH/RFC 5/9] clk: scmi: Add scmi_clk_is_pm_clk()
` [PATCH/RFC 6/9] dt-bindings: firmware: arm,scmi: Document arm,clock-domain
` [PATCH/RFC 7/9] pmdomain: arm: scmi: Add clock domain support
` [PATCH/RFC 8/9] firmware: arm_scmi: quirk: Handle power management clocks on R-Car X5H
` [PATCH/RFC 9/9] arm64: dts: renesas: ironhide: Switch to pure SCMI

[PATCH] firmware: arm_scmi: Use common error handling code in __scmi_device_create()
 2026-06-11 11:20 UTC  (2+ messages)

[PATCH 3/3] firmware: arm_scmi: Emit modalias for SCMI devices
 2026-06-09  9:01 UTC  (8+ messages)
` [RFC PATCH 1/2] firmware: arm_scmi: Generate aliases for SCMI modules
  ` [RFC PATCH 2/2] firmware: arm_scmi: Add bus support for autoloading

[PATCH] firmware: arm_scmi: simplify some allocations
 2026-06-08  5:07 UTC 

drivers/iio/common/scmi_sensors/scmi_iio.c:247:1-7: WARNING: do_div() does a 64-by-32 division, please consider using div64_u64 instead
 2026-06-04  7:16 UTC 

[PATCH] pmdomain: arm: Grammar s/may needed/may be needed/
 2026-06-03 15:18 UTC 

[PATCH] firmware: arm_scmi: Grammar s/may needed/may be needed/
 2026-06-03 15:17 UTC 

[PATCH v2] regulator: scmi: fix of_node refcount leak in scmi_regulator_probe()
 2026-06-02 15:06 UTC  (2+ messages)

[GIT PULL] firmware: arm_scmi: Updates for v7.2
 2026-05-28 18:58 UTC 

[PATCH] regulator: scmi: fix of_node refcount leak in scmi_regulator_probe()
 2026-05-27  9:34 UTC  (2+ messages)

[PATCH v2 0/4] Rework SCMI transport drivers probing sequence
 2026-05-27  9:23 UTC  (2+ messages)

[PATCH] firmware: arm_scmi: Fix OOB in scmi_power_name_get()
 2026-05-27  9:20 UTC  (14+ messages)

[PATCH v2 0/9] firmware: arm_scmi: Refactoring and enablement of ACPI PCC transport
 2026-05-25 20:42 UTC  (10+ messages)
` [PATCH v2 1/9] firmware: arm_scmi: Fix OF node reference handling
` [PATCH v2 2/9] firmware: arm_scmi: Set fwnode for the generated SCMI platform device
` [PATCH v2 3/9] firmware: arm_scmi: Extend transport driver macro to support ACPI
` [PATCH v2 4/9] firmware: arm_scmi: Convert OF-only paths to generic fwnode in SCMI core
` [PATCH v2 5/9] firmware: arm_scmi: Fall back to ACPI HID when "compatible" is absent
` [PATCH v2 6/9] firmware: arm_scmi: Pass protocol ID to chan_available() transport callback
` [PATCH v2 7/9] firmware: arm_scmi: Refactor protocol device creation logic
` [PATCH v2 8/9] firmware: arm_scmi: transport: Add ACPI PCC transport
` [PATCH v2 9/9] firmware: arm_scmi: Initialise all protocol devices and transport channels

[PATCH 0/5] scmi: Log client subsystem entity counts
 2026-05-23  9:20 UTC  (10+ messages)
` [PATCH 3/5] hwmon: scmi-hwmon: Log number of sensors
` [PATCH 5/5] pinctrl: pinctrl-scmi: Log number of pins, groups, functions

[PATCH 0/4] firmware: arm_scmi: Fix protocol parsing and validation
 2026-05-21 14:09 UTC  (11+ messages)
` [PATCH 1/4] firmware: arm_scmi: Read sensor config as 32-bit value
` [PATCH 2/4] firmware: arm_scmi: Validate BASE_ERROR_EVENT payload size
` [PATCH 3/4] firmware: arm_scmi: Validate SENSOR_UPDATE "
` [PATCH 4/4] firmware: arm_scmi: Validate Powercap domains before state access

[PATCH/RFC 00/14] R-Car X5H Ironhide SCMI CPG/MDLC remapping
 2026-05-21  8:27 UTC  (14+ messages)
` [PATCH/RFC 04/14] arm64: dts: renesas: ironhide: Enable SCMI devpd, sys, and reset
` [PATCH/RFC 05/14] firmware: arm_scmi: Add scmi_get_base_info()

[PATCH v6 00/12] Add support for SCMIv4.0 Powercap Extensions
 2026-05-20  8:58 UTC  (14+ messages)
` [PATCH v6 01/12] firmware: arm_scmi: Add an optional custom parameter to fastchannel helpers
` [PATCH v6 02/12] firmware: arm_scmi: Refactor powercap domain layout
` [PATCH v6 03/12] firmware: arm_scmi: Add SCMIv4.0 Powercap basic support
` [PATCH v6 04/12] firmware: arm_scmi: Add SCMIv4.0 Powercap FCs support
` [PATCH v6 05/12] firmware: arm_scmi: Add SCMIV4.0 Powercap notifications support
` [PATCH v6 06/12] firmware: arm_scmi: Extend powercap report to include MAI
` [PATCH v6 07/12] include: trace: Add new parameter to trace_scmi_fc_call
` [PATCH v6 08/12] powercap: arm_scmi: Enable multiple constraints support
` [PATCH v6 09/12] firmware: arm_scmi: add Powercap MAI get/set support
` [PATCH v6 10/12] powercap: arm_scmi: Create synthetic parent node for multi-instance
` [PATCH v6 11/12] powercap: arm_scmi: Add get_power_uw to synthetic node
` [PATCH v6 12/12] powercap: arm_scmi: Synthetic zone enable/disable

[PATCH] clk: scpi: pass child node to of_clk_del_provider() in remove
 2026-05-17 11:47 UTC  (2+ messages)

[PATCH v4 00/15] SCMI Clock rates discovery rework
 2026-05-17 11:33 UTC  (2+ messages)

[PATCH v2 0/5] scmi: Log client subsystem entity counts
 2026-05-15  8:29 UTC  (12+ messages)
` [PATCH v2 1/5] powercap: arm_scmi_powercap: Log number of powercap domains
` [PATCH v2 2/5] cpufreq: scmi-cpufreq: Log number of perf domains
` [PATCH v2 3/5] hwmon: scmi-hwmon: Log number of sensors
` [PATCH v2 4/5] reset: reset-scmi: Log number of reset domains
` [PATCH v2 5/5] pinctrl: pinctrl-scmi: Log number of pins, groups, functions

[RFC V6 0/8] arm_scmi: vendors: Qualcomm Generic Vendor Extensions
 2026-05-14 12:40 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