[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bb11e438-fbc1-4a8c-bdca-5a92e538c2ad@linaro.org>
Date: Fri, 27 Oct 2023 10:21:49 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Sibi Sankar <quic_sibis@...cinc.com>, andersson@...nel.org,
konrad.dybcio@...aro.org, mturquette@...libre.com,
sboyd@...nel.org, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org
Cc: agross@...nel.org, conor+dt@...nel.org, quic_tdas@...cinc.com,
quic_rjendra@...cinc.com, linux-arm-msm@...r.kernel.org,
linux-clk@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, neil.armstrong@...aro.org,
abel.vesa@...aro.org, quic_tsoni@...cinc.com
Subject: Re: [PATCH 2/4] clk: qcom: Add Global Clock controller (GCC) driver
for SC8380XP
On 25/10/2023 15:33, Sibi Sankar wrote:
> From: Rajendra Nayak <quic_rjendra@...cinc.com>
>
> Add support for the global clock controller found on SC8380XP
> based devices.
>
> Co-developed-by: Abel Vesa <abel.vesa@...aro.org>
> Signed-off-by: Abel Vesa <abel.vesa@...aro.org>
> Signed-off-by: Rajendra Nayak <quic_rjendra@...cinc.com>
> Signed-off-by: Sibi Sankar <quic_sibis@...cinc.com>
> ---
> drivers/clk/qcom/Kconfig | 10 +
> drivers/clk/qcom/Makefile | 1 +
> drivers/clk/qcom/gcc-sc8380xp.c | 6812 +++++++++++++++++++++++++++++++
> 3 files changed, 6823 insertions(+)
> create mode 100644 drivers/clk/qcom/gcc-sc8380xp.c
>
> diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
> index ad1acd9b7426..013b3a1ad551 100644
> --- a/drivers/clk/qcom/Kconfig
> +++ b/drivers/clk/qcom/Kconfig
> @@ -515,6 +515,16 @@ config SC_GCC_8280XP
> Say Y if you want to use peripheral devices such as UART, SPI,
> I2C, USB, UFS, SDCC, etc.
>
> +config SC_GCC_8380XP
> + tristate "SC8380XP Global Clock Controller"
> + select QCOM_GDSC
> + depends on COMMON_CLK_QCOM
Please stgart any new work starting from some driver in linux-next. You
would not make the same mistakes we fixed recently.
depends on ARM64 || COMPILE_TEST
Best regards,
Krzysztof
Powered by blists - more mailing lists