From: sashiko-bot@kernel.org
To: "Jagadeesh Kona" <jagadeesh.kona@oss.qualcomm.com>
Cc: conor+dt@kernel.org, devicetree@vger.kernel.org, robh@kernel.org
Subject: Re: [PATCH v3 2/2] clk: qcom: Add support for videocc driver on Qualcomm Maili SoC
Date: Fri, 17 Jul 2026 04:28:59 +0000 [thread overview]
Message-ID: <20260717042859.C6ECD1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260717-maili_videocc-v3-2-6656694b06a7@oss.qualcomm.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] CLK_MAILI_VIDEOCC incorrectly selects CLK_HAWI_GCC instead of a Maili-specific Global Clock Controller.
--
--- Patch [2]: [PATCH v3 2/2] clk: qcom: Add support for videocc driver on Qualcomm Maili SoC ---
commit 3279b9315bb8b961f7460eb907c8f81979b2b267
Author: Jagadeesh Kona <jagadeesh.kona@oss.qualcomm.com>
clk: qcom: Add support for videocc driver on Qualcomm Maili SoC
This commit adds support for the Qualcomm Maili video clock controller
driver. It introduces the new videocc-maili module and its Kconfig entry
for devices requiring video encode/decode clock functionalities.
> diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
> index 63f271aff1771..690f0b6fe227c 100644
> --- a/drivers/clk/qcom/Kconfig
> +++ b/drivers/clk/qcom/Kconfig
> @@ -181,6 +181,16 @@ config CLK_KAANAPALI_VIDEOCC
> Say Y if you want to support video devices and functionality such as
> video encode/decode.
>
> +config CLK_MAILI_VIDEOCC
> + tristate "Maili Video Clock Controller"
> + depends on ARM64 || COMPILE_TEST
> + select CLK_HAWI_GCC
[Severity: Low]
Is this select statement accurate? The CLK_MAILI_VIDEOCC config appears to
select CLK_HAWI_GCC, which seems to be a Global Clock Controller for the Hawi
platform rather than Maili.
Could this be a copy-paste error that should instead select a Maili-specific
GCC?
> + default m if ARCH_QCOM
> + help
> + Support for the video clock controller on Maili devices.
> + Say Y if you want to support video devices and functionality such as
> + video encode/decode.
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260717-maili_videocc-v3-0-6656694b06a7@oss.qualcomm.com?part=2
prev parent reply other threads:[~2026-07-17 4:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-17 4:14 [PATCH v3 0/2] clk: qcom: Add video clock controller support for Qualcomm Maili SoC Jagadeesh Kona
2026-07-17 4:14 ` [PATCH v3 1/2] dt-bindings: clock: qcom: Add Qualcomm Maili video clock controller Jagadeesh Kona
2026-07-17 8:37 ` Krzysztof Kozlowski
2026-07-17 4:14 ` [PATCH v3 2/2] clk: qcom: Add support for videocc driver on Qualcomm Maili SoC Jagadeesh Kona
2026-07-17 4:28 ` sashiko-bot [this message]
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=20260717042859.C6ECD1F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jagadeesh.kona@oss.qualcomm.com \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
/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