Discuss SCMI firmware, SCMI drivers in Linux, U-boot, OP-TEE
 help / color / mirror / Atom feed
 messages from 2026-08-02 14:58:09 to 2026-08-18 13:25:31 UTC [more...]

[PATCH v7 11/23] firmware: arm_scmi: Add Telemetry notification support
 2026-08-18 13:25 UTC  (2+ messages)

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

[PATCH v10 00/24] Introduce SCMI Telemetry support
 2026-08-15 23:26 UTC  (25+ messages)
` [PATCH v10 01/24] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v10 02/24] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v10 03/24] firmware: arm_scmi: Introduce protocol instance notifiers
` [PATCH v10 04/24] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol
` [PATCH v10 05/24] include: trace: Add Telemetry trace events
` [PATCH v10 06/24] firmware: arm_scmi: Add basic Telemetry support
` [PATCH v10 07/24] firmware: arm_scmi: Add support to parse SHMTIs areas
` [PATCH v10 08/24] firmware: arm_scmi: Add Telemetry configuration operations
` [PATCH v10 09/24] firmware: arm_scmi: Add Telemetry DataEvent read capabilities
` [PATCH v10 10/24] firmware: arm_scmi: Add support for Telemetry reset
` [PATCH v10 11/24] firmware: arm_scmi: Add Telemetry notification support
` [PATCH v10 12/24] firmware: arm_scmi: Add support for boot-on Telemetry
` [PATCH v10 13/24] firmware: arm-scmi: Add telemetry generic event support
` [PATCH v10 14/24] firmware: arm_scmi: Add Telemetry generation counter event
` [PATCH v10 15/24] firmware: arm_scmi: Add common per-protocol debugfs support
` [PATCH v10 16/24] firmware: arm_scmi: Add Telemetry debugfs SHMTI dump support
` [PATCH v10 17/24] firmware: arm_scmi: Add Telemetry debugfs ABI documentation
` [PATCH v10 18/24] firmware: arm_scmi: Expose per-instance identifier
` [PATCH v10 19/24] firmware: arm_scmi: Add un-managed methods to get/put protocols operations
` [PATCH v10 20/24] uapi: Add ARM SCMI Telemetry definitions
` [PATCH v10 21/24] firmware: arm_scmi: Add System Telemetry driver
` [PATCH v10 22/24] docs: ioctl-number: Add SCMI Ioctls
` [PATCH v10 23/24] [RFC] Documentation: Add SCMI System Telemetry documentation
` [PATCH v10 24/24] [RFC] tools/scmi: Add SCMI Telemetry testing tool

[PATCH v9 00/23] Introduce SCMI Telemetry support
 2026-08-15 18:35 UTC  (25+ messages)
` [PATCH v9 01/24] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v9 02/24] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v9 03/24] firmware: arm_scmi: Introduce protocol instance notifiers
` [PATCH v9 04/24] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol
` [PATCH v9 05/24] include: trace: Add Telemetry trace events
` [PATCH v9 06/24] firmware: arm_scmi: Add basic Telemetry support
` [PATCH v9 07/24] firmware: arm_scmi: Add support to parse SHMTIs areas
` [PATCH v9 08/24] firmware: arm_scmi: Add Telemetry configuration operations
` [PATCH v9 09/24] firmware: arm_scmi: Add Telemetry DataEvent read capabilities
` [PATCH v9 10/24] firmware: arm_scmi: Add support for Telemetry reset
` [PATCH v9 11/24] firmware: arm_scmi: Add Telemetry notification support
` [PATCH v9 12/24] firmware: arm_scmi: Add support for boot-on Telemetry
` [PATCH v9 13/24] firmware: arm-scmi: Add telemetry generic event support
` [PATCH v9 14/24] firmware: arm_scmi: Add Telemetry generation counter event
` [PATCH v9 15/24] firmware: arm_scmi: Add common per-protocol debugfs support
` [PATCH v9 16/24] firmware: arm_scmi: Add Telemetry debugfs SHMTI dump support
` [PATCH v9 17/24] firmware: arm_scmi: Add Telemetry debugfs ABI documentation
` [PATCH v9 18/24] firmware: arm_scmi: Expose per-instance identifier
` [PATCH v9 19/24] firmware: arm_scmi: Add un-managed methods to get/put protocols operations
` [PATCH v9 20/24] uapi: Add ARM SCMI Telemetry definitions
` [PATCH v9 21/24] firmware: arm_scmi: Add System Telemetry driver
` [PATCH v9 22/24] docs: ioctl-number: Add SCMI Ioctls
` [PATCH v9 23/24] [RFC] Documentation: Add SCMI System Telemetry documentation
` [PATCH v9 24/24] [RFC] tools/scmi: Add SCMI Telemetry testing tool

[PATCH 0/2] pinctrl: scmi: Replace get function and group info with generic callbacks
 2026-08-15  0:05 UTC  (3+ messages)

[PATCH 0/2] Couple of SCMI race fixes
 2026-08-14 20:15 UTC  (3+ messages)
` [PATCH 1/2] firmware: arm_scmi: Protect xfer->async_done with xfer->lock
` [PATCH 2/2] firmware: arm_scmi: Don't reuse raw xfers with async_done still armed

[PATCH v3 0/9] firmware: arm_scmi: Refactoring and enablement of ACPI PCC transport
 2026-08-13 11:33 UTC  (10+ messages)
` [PATCH v3 1/9] firmware: arm_scmi: Set fwnode for the generated SCMI platform device
` [PATCH v3 2/9] firmware: arm_scmi: Extend transport driver macro to support ACPI
` [PATCH v3 3/9] firmware: arm_scmi: Convert OF-only paths to generic fwnode in SCMI core
` [PATCH v3 4/9] firmware: arm_scmi: Fall back to ACPI HID when "compatible" is absent
` [PATCH v3 5/9] firmware: arm_scmi: Pass protocol ID to chan_available() transport callback
` [PATCH v3 6/9] firmware: arm_scmi: Refactor protocol device creation logic
` [PATCH v3 7/9] firmware: arm_scmi: Add ACPI PCC transport
` [PATCH v3 8/9] firmware: arm_scmi: Initialise known ACPI protocol devices and channels
` [PATCH v3 9/9] firmware: arm_scmi: Validate PCC shared memory signature

[PATCH 1/2] firmware: arm_scmi: Protect xfer->async_done with xfer->lock
 2026-08-13 10:14 UTC  (3+ messages)
` [PATCH 2/2] firmware: arm_scmi: Don't reuse raw xfers with async_done still armed

[PATCH RFC 00/10] firmware: arm_scmi: vendors: Qualcomm Generic Vendor Extensions
 2026-08-13  7:18 UTC  (5+ messages)
` [PATCH RFC 01/10] firmware: arm_scmi: Add SCMI QCOM Generic Extension Protocol documentation

[PATCH v2 00/10] R-Car X5H Ironhide CPG/MDLC SCMI remapping support
 2026-08-12 11:14 UTC  (14+ messages)
` [PATCH v2 05/10] dt-bindings: clock: renesas,r8a78000-cpg: Add firmware property

[PATCH 0/7] soc: qcom: geni: Derive SE clock configuration from OPP table on SA8255P
 2026-08-12  9:13 UTC  (16+ messages)
` [PATCH 1/7] pmdomain: arm: Fix -EINVAL from scmi_pd_set_perf_state() on state 0
` [PATCH 2/7] soc: qcom: geni-se: Populate clk_perf_tbl with SE source clock frequencies from perf OPP table
` [PATCH 3/7] soc: qcom: geni-se: Add helper to set SE clock rate via OPP
` [PATCH 4/7] serial: qcom-geni: Use geni_se_set_rate() for source clock configuration
` [PATCH 5/7] spi: qcom-geni: Use geni_se_set_rate() for setting source clock frequency
` [PATCH 6/7] i2c: qcom-geni: Use common GENI resource initialization helper
` [PATCH 7/7] i2c: qcom-geni: Use geni_se_set_rate() for setting source clock frequency

[PATCH v7 08/23] firmware: arm_scmi: Add Telemetry configuration operations
 2026-08-10 14:13 UTC  (2+ messages)

[PATCH v7 07/23] firmware: arm_scmi: Add support to parse SHMTIs areas
 2026-08-10 14:06 UTC  (2+ messages)

[PATCH v7 06/23] firmware: arm_scmi: Add basic Telemetry support
 2026-08-10 13:39 UTC  (2+ messages)

[PATCH v7 03/23] firmware: arm_scmi: Introduce protocol instance notifiers
 2026-08-10 13:35 UTC  (2+ messages)

[PATCH] include: trace: Use string helpers in msg_dump trace events
 2026-08-08 19:12 UTC 

[PATCH v8 00/23] Introduce SCMI Telemetry support
 2026-08-08 19:05 UTC  (24+ messages)
` [PATCH v8 01/23] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v8 02/23] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v8 03/23] firmware: arm_scmi: Introduce protocol instance notifiers
` [PATCH v8 04/23] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol
` [PATCH v8 05/23] include: trace: Add Telemetry trace events
` [PATCH v8 06/23] firmware: arm_scmi: Add basic Telemetry support
` [PATCH v8 07/23] firmware: arm_scmi: Add support to parse SHMTIs areas
` [PATCH v8 08/23] firmware: arm_scmi: Add Telemetry configuration operations
` [PATCH v8 09/23] firmware: arm_scmi: Add Telemetry DataEvent read capabilities
` [PATCH v8 10/23] firmware: arm_scmi: Add support for Telemetry reset
` [PATCH v8 11/23] firmware: arm_scmi: Add Telemetry notification support
` [PATCH v8 12/23] firmware: arm_scmi: Add support for boot-on Telemetry
` [PATCH v8 13/23] firmware: arm-scmi: Add telemetry generic event support
` [PATCH v8 14/23] firmware: arm_scmi: Add Telemetry generation counter event
` [PATCH v8 15/23] firmware: arm_scmi: Add common per-protocol debugfs support
` [PATCH v8 16/23] firmware: arm_scmi: Add Telemetry debugfs SHMTI dump support
` [PATCH v8 17/23] firmware: arm_scmi: Add Telemetry debugfs ABI documentation
` [PATCH v8 18/23] firmware: arm_scmi: Expose per-instance identifier
` [PATCH v8 19/23] uapi: Add ARM SCMI Telemetry definitions
` [PATCH v8 20/23] firmware: arm_scmi: Add System Telemetry driver
` [PATCH v8 21/23] docs: ioctl-number: Add SCMI Ioctls
` [PATCH v8 22/23] [RFC] Documentation: Add SCMI System Telemetry documentation
` [PATCH v8 23/23] [RFC] tools/scmi: Add SCMI Telemetry testing tool

[PATCH v6 00/22] Introduce SCMI Telemetry support
 2026-08-05 14:22 UTC  (10+ messages)
` [PATCH v6 03/22] firmware: arm_scmi: Introduce protocol instance notifiers
` [PATCH v6 06/22] firmware: arm_scmi: Add basic Telemetry support
` [PATCH v6 21/22] [RFC] Documentation: Add SCMI System Telemetry documentation

[PATCH v7 00/23] Introduce SCMI Telemetry support
 2026-08-05 11:06 UTC  (18+ messages)
` [PATCH v7 10/23] firmware: arm_scmi: Add support for Telemetry reset
` [PATCH v7 11/23] firmware: arm_scmi: Add Telemetry notification support
` [PATCH v7 12/23] firmware: arm_scmi: Add support for boot-on Telemetry
` [PATCH v7 13/23] firmware: arm-scmi: Add telemetry generic event support
` [PATCH v7 14/23] firmware: arm_scmi: Add Telemetry generation counter event
` [PATCH v7 15/23] firmware: arm_scmi: Add common per-protocol debugfs support
` [PATCH v7 16/23] firmware: arm_scmi: Add Telemetry debugfs SHMTI dump support
` [PATCH v7 17/23] firmware: arm_scmi: Add Telemetry debugfs ABI documentation
` [PATCH v7 18/23] firmware: arm_scmi: Expose per-instance identifier
` [PATCH v7 19/23] uapi: Add ARM SCMI Telemetry definitions
` [PATCH v7 20/23] firmware: arm_scmi: Add System Telemetry driver
` [PATCH v7 21/23] docs: ioctl-number: Add SCMI Ioctls
` [PATCH v7 22/23] [RFC] Documentation: Add SCMI System Telemetry documentation
` [PATCH v7 23/23] [RFC] tools/scmi: Add SCMI Telemetry testing tool

[PATCH v7 19/23] uapi: Add ARM SCMI Telemetry definitions
 2026-08-04 10:39 UTC  (2+ messages)

[PATCH v7 00/23] Introduce SCMI Telemetry support
 2026-08-03 23:20 UTC 

[PATCH v7 14/23] firmware: arm_scmi: Add Telemetry generation counter event
 2026-08-03 22:56 UTC 

[PATCH v7 12/23] firmware: arm_scmi: Add support for boot-on Telemetry
 2026-08-03 22:55 UTC 

[PATCH v7 18/23] firmware: arm_scmi: Expose per-instance identifier
 2026-08-03 22:57 UTC 

[PATCH v7 17/23] firmware: arm_scmi: Add Telemetry debugfs ABI documentation
 2026-08-03 22:57 UTC 

[PATCH v7 16/23] firmware: arm_scmi: Add Telemetry debugfs SHMTI dump support
 2026-08-03 22:56 UTC 

[PATCH v7 20/23] firmware: arm_scmi: Add System Telemetry driver
 2026-08-03 22:34 UTC 

[PATCH v7 23/23] [RFC] tools/scmi: Add SCMI Telemetry testing tool
 2026-08-03 22:39 UTC 

[PATCH v7 22/23] [RFC] Documentation: Add SCMI System Telemetry documentation
 2026-08-03 22:36 UTC 

[PATCH v6 00/22] Introduce SCMI Telemetry support
 2026-08-03  6:17 UTC 

[PATCH v7 08/23] firmware: arm_scmi: Add Telemetry configuration operations
 2026-08-02 14:56 UTC 

[PATCH v7 07/23] firmware: arm_scmi: Add support to parse SHMTIs areas
 2026-08-02 14:56 UTC 

[PATCH v7 06/23] firmware: arm_scmi: Add basic Telemetry support
 2026-08-02 14:56 UTC 

[PATCH v7 03/23] firmware: arm_scmi: Introduce protocol instance notifiers
 2026-08-02 14:55 UTC 


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