public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5 RESEND] Add SFC support for RK3128
@ 2024-06-05 21:00 Alex Bee
  2024-06-05 21:00 ` [PATCH v2 1/5 RESEND] clk: rockchip: rk3128: Drop CLK_NR_CLKS usage Alex Bee
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Alex Bee @ 2024-06-05 21:00 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner
  Cc: Michael Turquette, Stephen Boyd, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-clk, Alex Bee

This series adds support for the Serial Flash Controller (SFC) found in
RK3128 SoCs.

As without using some "id holes" we would run out clock ids in the binding
and would have to touch the ABI, I added patches which removes the
CLK_NR_CLKS macro and uses the recently introduced
rockchip_clk_find_max_clk_id helper instead to find the highest clock id.

changes since v1:
 - added patches to remove CLK_NR_CLKS (Connor)

Link to v1:
https://lore.kernel.org/all/20240605172154.193047-1-knaerzche@gmail.com/

Alex Bee (5):
  clk: rockchip: rk3128: Drop CLK_NR_CLKS usage
  dt-bindings: clock: rk3128: Drop CLK_NR_CLKS
  dt-bindings: clock: rk3128: Add HCLK_SFC
  clk: rockchip: Add HCLK_SFC for RK3128
  ARM: dts: rockchip: Add SFC for RK3128

 arch/arm/boot/dts/rockchip/rk3128.dtsi | 35 ++++++++++++++++++++++++++
 drivers/clk/rockchip/clk-rk3128.c      | 21 +++++++++++++---
 include/dt-bindings/clock/rk3128-cru.h |  2 +-
 3 files changed, 53 insertions(+), 5 deletions(-)


base-commit: 234cb065ad82915ff8d06ce01e01c3e640b674d2
-- 
2.45.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-06-07 14:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05 21:00 [PATCH v2 0/5 RESEND] Add SFC support for RK3128 Alex Bee
2024-06-05 21:00 ` [PATCH v2 1/5 RESEND] clk: rockchip: rk3128: Drop CLK_NR_CLKS usage Alex Bee
2024-06-05 21:00 ` [PATCH v2 2/5 RESEND] dt-bindings: clock: rk3128: Drop CLK_NR_CLKS Alex Bee
2024-06-06 16:09   ` Conor Dooley
2024-06-06 17:26     ` Alex Bee
2024-06-07 14:50       ` Conor Dooley
2024-06-05 21:00 ` [PATCH v2 3/5 RESEND] dt-bindings: clock: rk3128: Add HCLK_SFC Alex Bee
2024-06-06 16:08   ` Conor Dooley
2024-06-05 21:00 ` [PATCH v2 4/5 RESEND] clk: rockchip: Add HCLK_SFC for RK3128 Alex Bee
2024-06-05 21:00 ` [PATCH v2 5/5 RESEND] ARM: dts: rockchip: Add SFC " Alex Bee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox