All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@somainline.org>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
	~postmarketos/upstreaming@lists.sr.ht
Cc: martin.botka@somainline.org,
	angelogioacchino.delregno@somainline.org,
	marijn.suijten@somainline.org, jamipkettunen@somainline.org,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-clk@vger.kernel.org
Subject: Re: [PATCH v3 3/3] clk: qcom: Add global clock controller driver for SM6375
Date: Sat, 23 Jul 2022 12:30:17 +0200	[thread overview]
Message-ID: <187ecad1-1109-2416-ea5a-f26a9d33f973@somainline.org> (raw)
In-Reply-To: <a7096e65-14e3-5a99-e34d-fe924a753591@wanadoo.fr>



On 23.07.2022 12:15, Christophe JAILLET wrote:
> Le 23/07/2022 à 12:01, Konrad Dybcio a écrit :
>> Add support for the global clock controller found on SM6375.
>>
>> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
>> ---
>> Changes since v2:
>> - use parent_hws where applicable
>>
>>   drivers/clk/qcom/Kconfig      |    8 +
>>   drivers/clk/qcom/Makefile     |    1 +
>>   drivers/clk/qcom/gcc-sm6375.c | 3931 +++++++++++++++++++++++++++++++++
>>   3 files changed, 3940 insertions(+)
>>   create mode 100644 drivers/clk/qcom/gcc-sm6375.c
>>
>> diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
>> index 415ae4ffab48..ef81eda01649 100644
>> --- a/drivers/clk/qcom/Kconfig
>> +++ b/drivers/clk/qcom/Kconfig
>> @@ -672,6 +672,14 @@ config SM_GCC_6350
>>         Say Y if you want to use peripheral devices such as UART,
>>         SPI, I2C, USB, SD/UFS, PCIe etc.
>>   +config SM_GCC_6375
>> +    tristate "SM6350 Global Clock Controller"
> 
> Nit: SM6375?
Yes, obviously.. I made a mistake here.

Konrad
> 
>> +    select QCOM_GDSC
>> +    help
>> +      Support for the global clock controller on SM6375 devices.
>> +      Say Y if you want to use peripheral devices such as UART,
>> +      SPI, I2C, USB, SD/UFS etc.
>> +

      reply	other threads:[~2022-07-23 10:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-23 10:01 [PATCH v3 1/3] clk: qcom: alpha: Add support for programming the PLL_FSM_LEGACY_MODE bit Konrad Dybcio
2022-07-23 10:01 ` [PATCH v3 2/3] dt-bindings: clock: add SM6375 QCOM global clock bindings Konrad Dybcio
2022-07-23 17:46   ` Krzysztof Kozlowski
2022-07-23 20:56     ` Konrad Dybcio
2022-07-26  9:52       ` Krzysztof Kozlowski
2022-07-26  9:54         ` Konrad Dybcio
2022-07-23 10:01 ` [PATCH v3 3/3] clk: qcom: Add global clock controller driver for SM6375 Konrad Dybcio
2022-07-23 10:15   ` Christophe JAILLET
2022-07-23 10:30     ` Konrad Dybcio [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=187ecad1-1109-2416-ea5a-f26a9d33f973@somainline.org \
    --to=konrad.dybcio@somainline.org \
    --cc=agross@kernel.org \
    --cc=angelogioacchino.delregno@somainline.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=jamipkettunen@somainline.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marijn.suijten@somainline.org \
    --cc=martin.botka@somainline.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.