mbox series

[0/3] Merge non-standard qcom clk PLL offsets

Message ID 20220830075620.974009-1-iskren.chernev@gmail.com
Headers show
Series Merge non-standard qcom clk PLL offsets | expand

Message

Iskren Chernev Aug. 30, 2022, 7:56 a.m. UTC
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(-)

Comments

Bjorn Andersson Sept. 27, 2022, 3:23 a.m. UTC | #1
On Tue, 30 Aug 2022 10:56:17 +0300, Iskren Chernev wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/3] clk: qcom: gcc-sm6115: Override default Alpha PLL regs
      commit: 068a0605ef5a6b430e7278c169bfcd25b680b28f
[2/3] clk: qcom: gcc-sm6115: Move alpha pll bramo overrides
      commit: 65f1fa35aa70b9e5abfd184ce3078c9aa93a1cb4
[3/3] clk: qcom: Merge alt alpha plls for qcm2260, sm6115
      commit: 9e48f0519bae644d91c85d0a99ea5887688e4bd5

Best regards,