public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Iskren Chernev <iskren.chernev@gmail.com>
To: Bjorn Andersson <bjorn.andersson@linaro.org>,
	Stephen Boyd <sboyd@kernel.org>
Cc: Adam Skladowski <a_skl39@protonmail.com>,
	Andy Gross <agross@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Michael Turquette <mturquette@baylibre.com>,
	linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-kernel@vger.kernel.org, phone-devel@vger.kernel.org,
	~postmarketos/upstreaming@lists.sr.ht,
	Iskren Chernev <iskren.chernev@gmail.com>
Subject: [PATCH 0/3] Merge non-standard qcom clk PLL offsets
Date: Tue, 30 Aug 2022 10:56:17 +0300	[thread overview]
Message-ID: <20220830075620.974009-1-iskren.chernev@gmail.com> (raw)

Both the qcm2290 and sm6115 gcc drivers need a non-standard Alpha PLL register
map for DEFAULT and BRAMMO types.

The initial gcc-sm6115 was lacking the DEFAULT override, so fix that first,
then merge the two overrides by using newly created DEFAULT_EVO and BRAMMO_EVO
types.

Adam Skladowski (1):
  clk: qcom: gcc-sm6115: Override default Alpha PLL regs

Iskren Chernev (2):
  clk: qcom: gcc-sm6115: Move alpha pll bramo overrides
  clk: qcom: Merge alt alpha plls for qcm2260, sm6115

 drivers/clk/qcom/clk-alpha-pll.c | 21 ++++++++++++
 drivers/clk/qcom/clk-alpha-pll.h |  2 ++
 drivers/clk/qcom/gcc-qcm2290.c   | 56 +++++++++-----------------------
 drivers/clk/qcom/gcc-sm6115.c    | 48 ++++++++++-----------------
 4 files changed, 57 insertions(+), 70 deletions(-)

-- 
2.37.2


             reply	other threads:[~2022-08-30  7:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-30  7:56 Iskren Chernev [this message]
2022-08-30  7:56 ` [PATCH 1/3] clk: qcom: gcc-sm6115: Override default Alpha PLL regs Iskren Chernev
2022-08-30  7:56 ` [PATCH 2/3] clk: qcom: gcc-sm6115: Move alpha pll bramo overrides Iskren Chernev
2022-08-30  7:56 ` [PATCH 3/3] clk: qcom: Merge alt alpha plls for qcm2260, sm6115 Iskren Chernev
2022-09-27  3:23 ` [PATCH 0/3] Merge non-standard qcom clk PLL offsets Bjorn Andersson

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=20220830075620.974009-1-iskren.chernev@gmail.com \
    --to=iskren.chernev@gmail.com \
    --cc=a_skl39@protonmail.com \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=konrad.dybcio@somainline.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=phone-devel@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox