All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add initial support for MA35D1 SoC
@ 2022-03-31  2:42 ` Jacky Huang
  0 siblings, 0 replies; 44+ messages in thread
From: Jacky Huang @ 2022-03-31  2:42 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-clk, linux-arm-kernel
  Cc: robh+dt, sboyd, krzk+dt, arnd, olof, soc, cfli0, Jacky Huang

This patch series adds initial support for Nuvoton MA35D1 SoC,
include initial dts and clock controller binding.

Jacky Huang (3):
  dt-bindings: clock: add binding for MA35D1 clock controller
  dt-bindings: clock: Document MA35D1 clock controller bindings
  arm64: dts: nuvoton: Add initial support for MA35D1

 .../bindings/clock/nuvoton,ma35d1-clk.yaml    |  59 ++++
 arch/arm64/boot/dts/Makefile                  |   1 +
 arch/arm64/boot/dts/nuvoton/Makefile          |   2 +
 arch/arm64/boot/dts/nuvoton/ma35d1-evb.dts    |  23 ++
 arch/arm64/boot/dts/nuvoton/ma35d1.dtsi       | 106 +++++++
 .../dt-bindings/clock/nuvoton,ma35d1-clk.h    | 262 ++++++++++++++++++
 6 files changed, 453 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/nuvoton,ma35d1-clk.yaml
 create mode 100644 arch/arm64/boot/dts/nuvoton/Makefile
 create mode 100644 arch/arm64/boot/dts/nuvoton/ma35d1-evb.dts
 create mode 100644 arch/arm64/boot/dts/nuvoton/ma35d1.dtsi
 create mode 100644 include/dt-bindings/clock/nuvoton,ma35d1-clk.h

-- 
2.30.2


^ permalink raw reply	[flat|nested] 44+ messages in thread
* [PATCH 0/3] Add initial support for MA35D1 SoC
@ 2022-03-07  9:19 Jacky Huang
  2022-03-07  9:19   ` Jacky Huang
  0 siblings, 1 reply; 44+ messages in thread
From: Jacky Huang @ 2022-03-07  9:19 UTC (permalink / raw)
  To: robh+dt, mturquette, sboyd, arnd, olof
  Cc: linux-kernel, devicetree, linux-clk, soc, linux-arm-kernel, Jacky Huang

This patch series adds initial support for Nuvoton MA35D1 SoC,
include initial dts and clock controller binding.

Jacky Huang (3):
  dt-bindings: clock: add binding for MA35D1 clock controller
  dt-bindings: clock: Document MA35D1 clock controller bindings
  arm64: dts: nuvoton: Add initial support for MA35D1

 .../bindings/clock/nuvoton,ma35d1-clk.yaml    |  66 +++++
 arch/arm64/boot/dts/Makefile                  |   1 +
 arch/arm64/boot/dts/nuvoton/Makefile          |   2 +
 arch/arm64/boot/dts/nuvoton/ma35d1-evb.dts    |  23 ++
 arch/arm64/boot/dts/nuvoton/ma35d1.dtsi       | 106 +++++++
 .../dt-bindings/clock/nuvoton,ma35d1-clk.h    | 262 ++++++++++++++++++
 6 files changed, 460 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/nuvoton,ma35d1-clk.yaml
 create mode 100644 arch/arm64/boot/dts/nuvoton/Makefile
 create mode 100644 arch/arm64/boot/dts/nuvoton/ma35d1-evb.dts
 create mode 100644 arch/arm64/boot/dts/nuvoton/ma35d1.dtsi
 create mode 100644 include/dt-bindings/clock/nuvoton,ma35d1-clk.h

--
2.17.1

________________________________
________________________________
 The privileged confidential information contained in this email is intended for use only by the addressees as indicated by the original sender of this email. If you are not the addressee indicated in this email or are not responsible for delivery of the email to such a person, please kindly reply to the sender indicating this fact and delete all copies of it from your computer and network server immediately. Your cooperation is highly appreciated. It is advised that any unauthorized use of confidential information of Nuvoton is strictly prohibited; and any information in this email irrelevant to the official business of Nuvoton shall be deemed as neither given nor endorsed by Nuvoton.

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

end of thread, other threads:[~2022-04-06 12:05 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31  2:42 [PATCH 0/3] Add initial support for MA35D1 SoC Jacky Huang
2022-03-31  2:42 ` Jacky Huang
2022-03-31  2:42 ` [PATCH 1/3] dt-bindings: clock: add binding for MA35D1 clock controller Jacky Huang
2022-03-31  2:42   ` Jacky Huang
2022-03-31  6:29   ` Krzysztof Kozlowski
2022-03-31  6:29     ` Krzysztof Kozlowski
2022-03-31  6:34     ` Krzysztof Kozlowski
2022-03-31  6:34       ` Krzysztof Kozlowski
2022-04-06  4:00       ` Jacky Huang
2022-04-06  4:00         ` Jacky Huang
2022-04-06  7:46         ` Krzysztof Kozlowski
2022-04-06  7:46           ` Krzysztof Kozlowski
2022-04-06  3:41     ` Jacky Huang
2022-04-06  3:41       ` Jacky Huang
2022-03-31  2:42 ` [PATCH 2/3] dt-bindings: clock: Document MA35D1 clock controller bindings Jacky Huang
2022-03-31  2:42   ` Jacky Huang
2022-03-31  6:27   ` Krzysztof Kozlowski
2022-03-31  6:27     ` Krzysztof Kozlowski
2022-04-06  3:12     ` Jacky Huang
2022-04-06  3:12       ` Jacky Huang
2022-03-31 20:37   ` Rob Herring
2022-03-31 20:37     ` Rob Herring
2022-04-06  4:15     ` Jacky Huang
2022-04-06  4:15       ` Jacky Huang
2022-03-31  2:42 ` [PATCH 3/3] arm64: dts: nuvoton: Add initial support for MA35D1 Jacky Huang
2022-03-31  2:42   ` Jacky Huang
2022-03-31  6:32   ` Krzysztof Kozlowski
2022-03-31  6:32     ` Krzysztof Kozlowski
2022-04-01 23:34     ` Stephen Boyd
2022-04-01 23:34       ` Stephen Boyd
2022-04-02  9:55       ` Krzysztof Kozlowski
2022-04-02  9:55         ` Krzysztof Kozlowski
2022-04-04 20:14         ` Stephen Boyd
2022-04-04 20:14           ` Stephen Boyd
2022-04-06  2:11     ` Jacky Huang
2022-04-06  2:11       ` Jacky Huang
  -- strict thread matches above, loose matches on Subject: below --
2022-03-07  9:19 [PATCH 0/3] Add initial support for MA35D1 SoC Jacky Huang
2022-03-07  9:19 ` [PATCH 2/3] dt-bindings: clock: Document MA35D1 clock controller bindings Jacky Huang
2022-03-07  9:19   ` Jacky Huang
2022-03-07 10:21   ` Krzysztof Kozlowski
2022-03-07 10:21     ` Krzysztof Kozlowski
2022-03-08  1:07   ` Rob Herring
2022-03-08  1:07     ` Rob Herring
2022-03-09  3:31     ` MS10 YCHuang3
2022-03-09  3:31       ` MS10 YCHuang3

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.