devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add T-HEAD th1520 soc clock support
@ 2023-05-15  5:43 Yangtao Li
  2023-05-15  5:43 ` [PATCH 1/3] dt-bindings: clock: Add thead th1520 clock Yangtao Li
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Yangtao Li @ 2023-05-15  5:43 UTC (permalink / raw)
  To: mturquette, sboyd
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-clk, devicetree,
	linux-kernel, linux-riscv, Yangtao Li

It is planned to support th1520 soc from T-HEAD in Linux, which is the clock part.

BTW, we are already in the shell console, and some modules are already available.
This patchset depends on some of the patches in the link below:
https://www.spinics.net/lists/kernel/msg4780793.html

Yangtao Li (3):
  dt-bindings: clock: Add thead th1520 clock
  clk: thead: add support for the T-HEAD TH1520 CCU
  MAINTAINERS: update entry for T-HEAD RISC-V SoC

 .../bindings/clock/thead,th1520-ccu.yaml      |  60 ++
 MAINTAINERS                                   |   6 +-
 drivers/clk/Kconfig                           |   6 +
 drivers/clk/Makefile                          |   1 +
 drivers/clk/clk-th1520.c                      | 999 ++++++++++++++++++
 include/dt-bindings/clock/th1520-clock.h      |  92 ++
 6 files changed, 1163 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/clock/thead,th1520-ccu.yaml
 create mode 100644 drivers/clk/clk-th1520.c
 create mode 100644 include/dt-bindings/clock/th1520-clock.h

-- 
2.39.0


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

end of thread, other threads:[~2023-09-03 22:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-15  5:43 [PATCH 0/3] Add T-HEAD th1520 soc clock support Yangtao Li
2023-05-15  5:43 ` [PATCH 1/3] dt-bindings: clock: Add thead th1520 clock Yangtao Li
2023-05-15  6:22   ` Krzysztof Kozlowski
2023-05-15  6:26   ` Krzysztof Kozlowski
2023-05-15  5:44 ` [PATCH 2/3] clk: thead: add support for the T-HEAD TH1520 CCU Yangtao Li
2023-05-15  6:27   ` Krzysztof Kozlowski
2023-06-13  1:35   ` Stephen Boyd
2023-08-27 10:37   ` Jisheng Zhang
2023-09-03 22:37     ` Drew Fustini
2023-05-15  5:44 ` [PATCH 3/3] MAINTAINERS: update entry for T-HEAD RISC-V SoC Yangtao Li
2023-05-15 17:15   ` Conor Dooley

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