2024-03-28 09:40:08

by Gabor Juhos

[permalink] [raw]
Subject: [PATCH v4 0/5] clk: qcom: apss-ipq-pll: various cleanups

This series contains a few patches to perform some cleanup in the
apss-ipq-pll driver.

The set is based on v6.9-rc1 and it depends on the following patches:
- "clk: qcom: apss-ipq-pll: use stromer ops for IPQ5018 to fix boot failure"
Link: https://lore.kernel.org/r/[email protected]
- "clk: qcom: clk-alpha-pll: Stromer register cleanup"
Link: https://lore.kernel.org/r/[email protected]

Signed-off-by: Gabor Juhos <[email protected]>
---
Changes in v4:
- fix a typo in the subject of patch 5
- collect Reviewed-by tags
- Link to v3: https://lore.kernel.org/r/[email protected]

Changes in v3:
- rebase on top of v6.9-rc1
- change patch 3 to use private values for pll_type instead of removing the
field of struct apss_pll_data
- collect Reviewed-by tags
- Link to v2: https://lore.kernel.org/r/[email protected]

Changes in v2:
- add a new patch at the end to remove the 'cbf_pll_regs' register map
from clk-cbf-8996.c
- change patch 2 to move huayra register map to clk-alpha-pll.c
- collect Reviewed-by tags
- Link to v1: https://lore.kernel.org/r/[email protected]

---
Gabor Juhos (5):
clk: qcom: apss-ipq-pll: reuse Stromer reg offsets from 'clk_alpha_pll_regs'
clk: qcom: apss-ipq-pll: move Huayra register map to 'clk_alpha_pll_regs'
clk: qcom: apss-ipq-pll: constify match data structures
clk: qcom: apss-ipq-pll: constify clk_init_data structures
clk: qcom: clk-cbf-8996: use HUAYRA_APSS register map for cbf_pll

drivers/clk/qcom/apss-ipq-pll.c | 56 ++++++++++------------------------------
drivers/clk/qcom/clk-alpha-pll.c | 10 +++++++
drivers/clk/qcom/clk-alpha-pll.h | 1 +
drivers/clk/qcom/clk-cbf-8996.c | 13 +---------
4 files changed, 25 insertions(+), 55 deletions(-)
---
base-commit: 9755120255d6e7b6480509e753e9aecd6171e04a
change-id: 20240315-apss-ipq-pll-cleanup-a1e99af9d854

Best regards,
--
Gabor Juhos <[email protected]>



2024-04-27 19:36:00

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v4 0/5] clk: qcom: apss-ipq-pll: various cleanups


On Thu, 28 Mar 2024 10:23:09 +0100, Gabor Juhos wrote:
> This series contains a few patches to perform some cleanup in the
> apss-ipq-pll driver.
>
> The set is based on v6.9-rc1 and it depends on the following patches:
> - "clk: qcom: apss-ipq-pll: use stromer ops for IPQ5018 to fix boot failure"
> Link: https://lore.kernel.org/r/[email protected]
> - "clk: qcom: clk-alpha-pll: Stromer register cleanup"
> Link: https://lore.kernel.org/r/[email protected]
>
> [...]

Applied, thanks!

[1/5] clk: qcom: apss-ipq-pll: reuse Stromer reg offsets from 'clk_alpha_pll_regs'
commit: ac3ee364a7312517edf71b1857c0f272919f2374
[2/5] clk: qcom: apss-ipq-pll: move Huayra register map to 'clk_alpha_pll_regs'
commit: 35a99c6ffa1e9bd8d31ddd3098e6fad7ba884928
[3/5] clk: qcom: apss-ipq-pll: constify match data structures
commit: 07570342d305d90c1c5dba6d336fb4c8301aef45
[4/5] clk: qcom: apss-ipq-pll: constify clk_init_data structures
commit: 4a941e436432104ce5ed75bf8c5ba2c8463b089c
[5/5] clk: qcom: clk-cbf-8996: use HUAYRA_APSS register map for cbf_pll
commit: f3574392290d37647821d40f89136177b28e5f34

Best regards,
--
Bjorn Andersson <[email protected]>