All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add reset support to EN7581 clk driver
@ 2024-05-17 12:28 ` Lorenzo Bianconi
  0 siblings, 0 replies; 16+ messages in thread
From: Lorenzo Bianconi @ 2024-05-17 12:28 UTC (permalink / raw)
  To: linux-clk
  Cc: p.zabel, mturquette, sboyd, lorenzo.bianconi83, conor,
	linux-arm-kernel, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	devicetree, nbd, john, dd, catalin.marinas, will, upstream,
	angelogioacchino.delregno

Introduce reset-controller support to the Airoha EN7581 clock module.

Changes since v1:
- squash patch 1/5 and 2/5
- introduce reset line mapping in order to take into account possible holes in
  reset definitions
- fix error path in en7523_clk_probe()

Lorenzo Bianconi (4):
  dt-bindings: clock: airoha: Add reset support to EN7581 clock binding
  arm64: dts: airoha: Add reset-controller support to EN7581 clock node
  clk: en7523: Add reset-controller support for EN7581 SoC
  clk: en7523: Remove pcie prepare/unpreare callbacks for EN7581 SoC

 .../bindings/clock/airoha,en7523-scu.yaml     |  21 ++
 arch/arm64/boot/dts/airoha/en7581.dtsi        |   2 +
 drivers/clk/clk-en7523.c                      | 230 ++++++++++++++----
 .../dt-bindings/reset/airoha,en7581-reset.h   |  66 +++++
 4 files changed, 278 insertions(+), 41 deletions(-)
 create mode 100644 include/dt-bindings/reset/airoha,en7581-reset.h

-- 
2.45.0


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

end of thread, other threads:[~2024-05-20  9:47 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17 12:28 [PATCH v2 0/4] Add reset support to EN7581 clk driver Lorenzo Bianconi
2024-05-17 12:28 ` Lorenzo Bianconi
2024-05-17 12:28 ` [PATCH v2 1/4] dt-bindings: clock: airoha: Add reset support to EN7581 clock binding Lorenzo Bianconi
2024-05-17 12:28   ` Lorenzo Bianconi
2024-05-20  9:47   ` AngeloGioacchino Del Regno
2024-05-20  9:47     ` AngeloGioacchino Del Regno
2024-05-17 12:28 ` [PATCH v2 2/4] arm64: dts: airoha: Add reset-controller support to EN7581 clock node Lorenzo Bianconi
2024-05-17 12:28   ` Lorenzo Bianconi
2024-05-20  9:47   ` AngeloGioacchino Del Regno
2024-05-20  9:47     ` AngeloGioacchino Del Regno
2024-05-17 12:28 ` [PATCH v2 3/4] clk: en7523: Add reset-controller support for EN7581 SoC Lorenzo Bianconi
2024-05-17 12:28   ` Lorenzo Bianconi
2024-05-20  9:47   ` AngeloGioacchino Del Regno
2024-05-20  9:47     ` AngeloGioacchino Del Regno
2024-05-17 12:28 ` [PATCH v2 4/4] clk: en7523: Remove pcie prepare/unpreare callbacks " Lorenzo Bianconi
2024-05-17 12:28   ` Lorenzo Bianconi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.