public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add reset support to EN7581 clk driver
@ 2024-06-13 12:47 Lorenzo Bianconi
  2024-06-13 12:47 ` [PATCH v3 1/4] dt-bindings: clock: airoha: Add reset support to EN7581 clock binding Lorenzo Bianconi
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Lorenzo Bianconi @ 2024-06-13 12:47 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 v2:
- move reset io registers in a dedicated mapping since upcoming pinctrl driver
  will need to map some registers in the adjacent region
- drop patch 2/4
- remove pcie reset open drain configuration since it will be managed by
  upcoming pinctrl driver
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
  clk: en7523: Add reset-controller support for EN7581 SoC
  clk: en7523: Remove pcie prepare/unpreare callbacks for EN7581 SoC
  clk: en7523: remove pcie reset open drain configuration for EN7581

 .../bindings/clock/airoha,en7523-scu.yaml     |  25 +-
 drivers/clk/clk-en7523.c                      | 253 ++++++++++++++----
 .../dt-bindings/reset/airoha,en7581-reset.h   |  66 +++++
 3 files changed, 291 insertions(+), 53 deletions(-)
 create mode 100644 include/dt-bindings/reset/airoha,en7581-reset.h

-- 
2.45.1



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

end of thread, other threads:[~2024-06-27 11:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-13 12:47 [PATCH v3 0/4] Add reset support to EN7581 clk driver Lorenzo Bianconi
2024-06-13 12:47 ` [PATCH v3 1/4] dt-bindings: clock: airoha: Add reset support to EN7581 clock binding Lorenzo Bianconi
2024-06-13 15:25   ` Rob Herring (Arm)
2024-06-27  9:33   ` AngeloGioacchino Del Regno
2024-06-27  9:47     ` Conor Dooley
2024-06-27  9:53       ` AngeloGioacchino Del Regno
2024-06-27  9:57         ` Conor Dooley
2024-06-27 10:03           ` AngeloGioacchino Del Regno
2024-06-27 10:19             ` Conor Dooley
2024-06-13 12:47 ` [PATCH v3 2/4] clk: en7523: Add reset-controller support for EN7581 SoC Lorenzo Bianconi
2024-06-27  9:31   ` AngeloGioacchino Del Regno
2024-06-13 12:47 ` [PATCH v3 3/4] clk: en7523: Remove pcie prepare/unpreare callbacks " Lorenzo Bianconi
2024-06-13 12:47 ` [PATCH v3 4/4] clk: en7523: remove pcie reset open drain configuration for EN7581 Lorenzo Bianconi
2024-06-27  9:31   ` AngeloGioacchino Del Regno

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