From: Xilin Wu <sophon@radxa.com>
To: "Guenter Roeck" <linux@roeck-us.net>,
"Jonathan Corbet" <corbet@lwn.net>,
"Shuah Khan" <skhan@linuxfoundation.org>,
"Randy Dunlap" <rdunlap@infradead.org>,
"Hans de Goede" <hansg@kernel.org>,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Bryan O'Donoghue" <bryan.odonoghue@linaro.org>
Cc: linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
platform-driver-x86@vger.kernel.org, Xilin Wu <sophon@radxa.com>
Subject: [PATCH 0/2] platform: arm64: Add Radxa SVC GLINK support
Date: Mon, 31 Aug 2026 23:09:31 +0800 [thread overview]
Message-ID: <20260831-radxa-svc-v1-0-7c028de6a387@radxa.com> (raw)
Hi,
Add support for the RADXA_SVC_ADSP_APPS firmware service found on
supported Radxa boards using Qualcomm SoCs.
The service provides fan control and optional temperature, voltage,
current, and power sensor readings. These functions are exposed through
the standard hwmon interface.
The firmware SET_PROFILE operation only selects a fan curve and does not
change the overall system performance profile. The quiet and performance
curves are therefore represented as automatic pwm1_enable modes instead of
using the platform_profile framework.
The first patch adds the rpmsg client and fan control support. The second
patch adds discovery and registration of the optional firmware sensors.
This series is tested on Radxa Dragon Q8B (SC8280XP).
Signed-off-by: Xilin Wu <sophon@radxa.com>
---
Xilin Wu (2):
platform: arm64: Add Radxa SVC GLINK driver
platform: arm64: radxa-svc: Add hwmon sensors
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/radxa-svc-glink.rst | 41 +
MAINTAINERS | 8 +
drivers/platform/arm64/Kconfig | 13 +
drivers/platform/arm64/Makefile | 1 +
drivers/platform/arm64/radxa_svc_glink.c | 1205 ++++++++++++++++++++++++++++++
6 files changed, 1269 insertions(+)
---
base-commit: cee9395acd8043be0644b25c34bfa86623f2b935
change-id: 20260831-radxa-svc-da22f20e6677
Best regards,
--
Xilin Wu <sophon@radxa.com>
next reply other threads:[~2026-08-31 15:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-31 15:09 Xilin Wu [this message]
2026-08-31 15:09 ` [PATCH 1/2] platform: arm64: Add Radxa SVC GLINK driver Xilin Wu
2026-09-03 12:55 ` Ilpo Järvinen
2026-09-04 9:44 ` Konrad Dybcio
2026-08-31 15:09 ` [PATCH 2/2] platform: arm64: radxa-svc: Add hwmon sensors Xilin Wu
2026-09-03 13:06 ` Ilpo Järvinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260831-radxa-svc-v1-0-7c028de6a387@radxa.com \
--to=sophon@radxa.com \
--cc=bryan.odonoghue@linaro.org \
--cc=corbet@lwn.net \
--cc=hansg@kernel.org \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=platform-driver-x86@vger.kernel.org \
--cc=rdunlap@infradead.org \
--cc=skhan@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox