From: Jagadeesh Kona <quic_jkona@quicinc.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
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>, <quic_imrashai@quicinc.com>,
<quic_ajipan@quicinc.com>
Subject: Re: [PATCH 2/3] clk: qcom: gpucc-sm8550: Add support for graphics clock controller
Date: Wed, 24 May 2023 23:47:49 +0530 [thread overview]
Message-ID: <7c8e76ea-75c9-4821-e962-b15505b82f85@quicinc.com> (raw)
In-Reply-To: <0ce92028-d69d-8c4d-c912-a3daf0ce3d33@linaro.org>
Hi Dmitry,
Thanks for your review!
On 5/20/2023 4:35 AM, Dmitry Baryshkov wrote:
> 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.
>
Yes, will take care of this in next series.
>> ---
>> 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
>
We need to evaluate if module_init_call works for all our usecases,
we will revisit and post a cleanup patch once we conclude module_init is
sufficient for all our usecases.
>> +
>> +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");
>
Thanks & Regards,
Jagadeesh
next prev parent reply other threads:[~2023-05-24 18:18 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
2023-05-24 18:17 ` Jagadeesh Kona [this message]
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=7c8e76ea-75c9-4821-e962-b15505b82f85@quicinc.com \
--to=quic_jkona@quicinc.com \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.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_ajipan@quicinc.com \
--cc=quic_imrashai@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