From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Jagadeesh Kona <quic_jkona@quicinc.com>,
Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: Konrad Dybcio <konrad.dybcio@linaro.org>,
linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Satya Priya Kakitapalli <quic_skakitap@quicinc.com>,
Taniya Das <quic_tdas@quicinc.com>
Subject: Re: [PATCH 2/3] clk: qcom: gpucc-sm8550: Add support for graphics clock controller
Date: Sat, 20 May 2023 02:05:29 +0300 [thread overview]
Message-ID: <0ce92028-d69d-8c4d-c912-a3daf0ce3d33@linaro.org> (raw)
In-Reply-To: <20230519213656.26089-3-quic_jkona@quicinc.com>
On 20/05/2023 00:36, Jagadeesh Kona wrote:
> Add support for gpucc driver on SM8550, which provides clocks for the
> graphics subsystem.
>
> Signed-off-by: Jagadeesh Kona <quic_jkona@quicinc.com>
> Signed-off-by: Taniya Das <quic_tdas@quicinc.com>
Jagadeesh, if you are submitting a patch, your sign-off should be the
last one. If Taniya participated in development of the driver, you might
want to add the "Co-Developed-by" tag in addition to existing ones.
> ---
> drivers/clk/qcom/Kconfig | 8 +
> drivers/clk/qcom/Makefile | 1 +
> drivers/clk/qcom/gpucc-sm8550.c | 609 ++++++++++++++++++++++++++++++++
> 3 files changed, 618 insertions(+)
> create mode 100644 drivers/clk/qcom/gpucc-sm8550.c
>
[skipped]
> +static int __init gpu_cc_sm8550_init(void)
> +{
> + return platform_driver_register(&gpu_cc_sm8550_driver);
> +}
> +subsys_initcall(gpu_cc_sm8550_init);
module_device_driver
> +
> +static void __exit gpu_cc_sm8550_exit(void)
> +{
> + platform_driver_unregister(&gpu_cc_sm8550_driver);
> +}
> +module_exit(gpu_cc_sm8550_exit);
> +
> +MODULE_DESCRIPTION("QTI GPU_CC SM8550 Driver");
> +MODULE_LICENSE("GPL");
--
With best wishes
Dmitry
next prev parent reply other threads:[~2023-05-19 23:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-19 21:36 [PATCH 0/3] Add graphics clock controller support for SM8550 Jagadeesh Kona
2023-05-19 21:36 ` [PATCH 1/3] dt-bindings: clock: qcom: Add SM8550 graphics clock controller Jagadeesh Kona
2023-05-19 21:36 ` [PATCH 2/3] clk: qcom: gpucc-sm8550: Add support for " Jagadeesh Kona
2023-05-19 23:01 ` Konrad Dybcio
2023-05-24 18:16 ` Jagadeesh Kona
2023-05-19 23:05 ` Dmitry Baryshkov [this message]
2023-05-24 18:17 ` Jagadeesh Kona
2023-05-19 21:36 ` [PATCH 3/3] arm64: dts: qcom: sm8550: Add " Jagadeesh Kona
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=0ce92028-d69d-8c4d-c912-a3daf0ce3d33@linaro.org \
--to=dmitry.baryshkov@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=quic_jkona@quicinc.com \
--cc=quic_skakitap@quicinc.com \
--cc=quic_tdas@quicinc.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.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;
as well as URLs for NNTP newsgroup(s).