linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support for AST2700 clk driver
@ 2024-08-28  6:27 Ryan Chen
  2024-08-28  6:27 ` [PATCH v2 1/3] dt-bindings: reset Add AST2700 reset bindings Ryan Chen
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Ryan Chen @ 2024-08-28  6:27 UTC (permalink / raw)
  To: ryan_chen, mturquette, sboyd, robh, krzk+dt, conor+dt, joel,
	andrew, p.zabel, linux-kernel, linux-clk, devicetree,
	linux-arm-kernel, linux-aspeed

This patch series is add clk driver for AST2700.

AST2700 is the 8th generation of Integrated Remote Management Processor
introduced by ASPEED Technology Inc. Which is Board Management controller
(BMC) SoC family. AST2700 have two SoC connected, one is SoC0, another
is SoC1, it has it's own scu, this driver inlcude SCU0 and SCU1 driver.

v2:
-yaml: drop 64bits address example.
-yaml: add discription about soc0 and soc1
-dt-bindings: remove (), *_NUMS, reserved.
-dt-bindings: remove dulipated define number
-clk-ast2700: drop WARN_ON, weird comment.

Ryan Chen (3):
  dt-bindings: reset Add AST2700 reset bindings
  dt-bindings: clock: Add AST2700 clock bindings
  clk: aspeed: add AST2700 clk driver

 drivers/clk/Kconfig                           |   10 +
 drivers/clk/Makefile                          |    1 +
 drivers/clk/clk-ast2700.c                     | 1198 +++++++++++++++++
 .../dt-bindings/clock/aspeed,ast2700-clk.h    |  165 +++
 .../dt-bindings/reset/aspeed,ast2700-reset.h  |  125 ++
 5 files changed, 1499 insertions(+)
 create mode 100644 drivers/clk/clk-ast2700.c
 create mode 100644 include/dt-bindings/clock/aspeed,ast2700-clk.h
 create mode 100644 include/dt-bindings/reset/aspeed,ast2700-reset.h

-- 
2.34.1



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

end of thread, other threads:[~2024-08-30 22:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28  6:27 [PATCH v2 0/3] Add support for AST2700 clk driver Ryan Chen
2024-08-28  6:27 ` [PATCH v2 1/3] dt-bindings: reset Add AST2700 reset bindings Ryan Chen
2024-08-28  7:27   ` Krzysztof Kozlowski
2024-08-28  7:36     ` Ryan Chen
2024-08-28  9:05       ` Krzysztof Kozlowski
2024-08-28  6:27 ` [PATCH v2 2/3] dt-bindings: clock: Add AST2700 clock bindings Ryan Chen
2024-08-28  7:28   ` Krzysztof Kozlowski
2024-08-28  6:27 ` [PATCH v2 3/3] clk: aspeed: add AST2700 clk driver Ryan Chen
2024-08-28  7:30   ` Krzysztof Kozlowski
2024-08-28  7:39     ` Ryan Chen
2024-08-28 18:47   ` Stephen Boyd
2024-08-29  7:09     ` Ryan Chen
2024-08-29 17:50       ` Stephen Boyd
2024-08-30  7:50         ` Ryan Chen
2024-08-30 22:16           ` Stephen Boyd
2024-08-29  0:18   ` kernel test robot
2024-08-28  7:30 ` [PATCH v2 0/3] Add support for " Krzysztof Kozlowski
2024-08-29  6:23 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).