devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for AST2700 clk driver
@ 2024-08-08  7:59 Ryan Chen
  2024-08-08  7:59 ` [PATCH 1/4] dt-bindings: mfd: aspeed: support for AST2700 Ryan Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 52+ messages in thread
From: Ryan Chen @ 2024-08-08  7:59 UTC (permalink / raw)
  To: ryan_chen, Lee Jones, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Joel Stanley, Andrew Jeffery, Michael Turquette,
	Stephen Boyd, Philipp Zabel, devicetree, linux-arm-kernel,
	linux-aspeed, linux-kernel, linux-clk

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.

Ryan Chen (4):
  dt-bindings: mfd: aspeed: support for AST2700
  dt-bindings: reset Add AST2700 reset bindings
  dt-bindings: clock: Add AST2700 clock bindings
  dt-bindings: clock: Add AST2700 clock bindings

 .../bindings/mfd/aspeed,ast2x00-scu.yaml      |   31 +-
 drivers/clk/Makefile                          |    1 +
 drivers/clk/clk-ast2700.c                     | 1091 +++++++++++++++++
 .../dt-bindings/clock/aspeed,ast2700-clk.h    |  175 +++
 .../dt-bindings/reset/aspeed,ast2700-reset.h  |  132 ++
 5 files changed, 1428 insertions(+), 2 deletions(-)
 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] 52+ messages in thread

end of thread, other threads:[~2024-08-20  6:51 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-08  7:59 [PATCH 0/4] Add support for AST2700 clk driver Ryan Chen
2024-08-08  7:59 ` [PATCH 1/4] dt-bindings: mfd: aspeed: support for AST2700 Ryan Chen
2024-08-08 10:14   ` Krzysztof Kozlowski
2024-08-09  5:55     ` Ryan Chen
2024-08-09  6:02       ` Krzysztof Kozlowski
2024-08-09  6:10         ` Ryan Chen
2024-08-12  6:26           ` Ryan Chen
2024-08-12  6:34             ` Krzysztof Kozlowski
2024-08-13 19:14           ` Rob Herring
2024-08-14  6:35             ` Ryan Chen
2024-08-15  0:26               ` Andrew Jeffery
2024-08-15  1:43                 ` Ryan Chen
2024-08-15  1:56                   ` Andrew Jeffery
2024-08-19  3:05                   ` Ryan Chen
2024-08-20  0:46                     ` Andrew Jeffery
2024-08-20  1:52                       ` Ryan Chen
2024-08-20  5:01                         ` Andrew Jeffery
2024-08-20  6:51                           ` Ryan Chen
2024-08-08  7:59 ` [PATCH 2/4] dt-bindings: reset Add AST2700 reset bindings Ryan Chen
2024-08-08  8:35   ` Christophe JAILLET
2024-08-09  5:42     ` Ryan Chen
2024-08-09  6:07       ` Krzysztof Kozlowski
2024-08-09  6:12         ` Ryan Chen
2024-08-08 10:16   ` Krzysztof Kozlowski
2024-08-09  6:06     ` Ryan Chen
2024-08-09  6:08       ` Krzysztof Kozlowski
2024-08-08  7:59 ` [PATCH 3/4] dt-bindings: clock: Add AST2700 clock bindings Ryan Chen
2024-08-08  8:39   ` Christophe JAILLET
2024-08-09  5:47     ` Ryan Chen
2024-08-09  6:06       ` Krzysztof Kozlowski
2024-08-09  6:25         ` Ryan Chen
2024-08-09  7:31           ` Krzysztof Kozlowski
2024-08-12  7:26           ` Ryan Chen
2024-08-12  8:16             ` Krzysztof Kozlowski
2024-08-12  8:22               ` Ryan Chen
2024-08-12  8:30                 ` Krzysztof Kozlowski
2024-08-12  8:54                   ` Ryan Chen
2024-08-12  9:39                     ` Ryan Chen
2024-08-12  9:54                       ` Krzysztof Kozlowski
2024-08-13  1:53                         ` Ryan Chen
2024-08-13  5:55                           ` Krzysztof Kozlowski
2024-08-19  5:55                             ` Ryan Chen
2024-08-19  6:01                               ` Krzysztof Kozlowski
2024-08-19  6:42                                 ` Ryan Chen
2024-08-19  8:45                                   ` Krzysztof Kozlowski
2024-08-19  9:31                                     ` Ryan Chen
2024-08-08 10:17   ` Krzysztof Kozlowski
2024-08-08  7:59 ` [PATCH 4/4] " Ryan Chen
2024-08-08 10:18   ` Krzysztof Kozlowski
2024-08-19  5:57     ` Ryan Chen
2024-08-19  6:01       ` Krzysztof Kozlowski
2024-08-19  7:12         ` Ryan Chen

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).