linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Mediatek MT7986 basic clock support
@ 2021-10-14  7:56 Sam Shih
  2021-10-14  7:56 ` [PATCH v4 1/5] dt-bindings: clock: mediatek: document clk bindings for mediatek mt7986 SoC Sam Shih
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Sam Shih @ 2021-10-14  7:56 UTC (permalink / raw)
  To: Rob Herring, Matthias Brugger, Michael Turquette, Stephen Boyd,
	Fabien Parent, Weiyi Lu, Chun-Jie Chen, Ikjoon Jang, Miles Chen,
	Enric Balletbo i Serra, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek, linux-clk
  Cc: John Crispin, Ryder Lee, Sam Shih

This patch series add basic clock support for mediatek mt7986 SoC.
It is based on patch series "Add basic SoC support for mediatek mt7986":
https://lore.kernel.org/all/20211014074403.17346-1-sam.shih@mediatek.com/

---
According to the maintainer’s suggestion, this patch splits the previous
thread into independent patch series.
This patch include clock driver and device tree update

Original thread:
https://lore.kernel.org/all/20210914085137.31761-1-sam.shih@mediatek.com/
https://lore.kernel.org/linux-arm-kernel/20210914085137.31761-2-sam.shih@mediatek.com/
---

Sam Shih (5):
  dt-bindings: clock: mediatek: document clk bindings for mediatek
    mt7986 SoC
  clk: mediatek: add mt7986 clock IDs
  clk: mediatek: add mt7986 clock support
  arm64: dts: mediatek: add clock support for mt7986a
  arm64: dts: mediatek: add clock support for mt7986b

 .../arm/mediatek/mediatek,apmixedsys.txt      |   1 +
 .../bindings/arm/mediatek/mediatek,ethsys.txt |   1 +
 .../arm/mediatek/mediatek,infracfg.txt        |   1 +
 .../arm/mediatek/mediatek,sgmiisys.txt        |   2 +
 .../arm/mediatek/mediatek,topckgen.txt        |   1 +
 arch/arm64/boot/dts/mediatek/mt7986a.dtsi     |  68 +++-
 arch/arm64/boot/dts/mediatek/mt7986b.dtsi     |  68 +++-
 drivers/clk/mediatek/Kconfig                  |  17 +
 drivers/clk/mediatek/Makefile                 |   4 +
 drivers/clk/mediatek/clk-mt7986-apmixed.c     |  78 +++++
 drivers/clk/mediatek/clk-mt7986-eth.c         | 132 ++++++++
 drivers/clk/mediatek/clk-mt7986-infracfg.c    | 198 +++++++++++
 drivers/clk/mediatek/clk-mt7986-topckgen.c    | 319 ++++++++++++++++++
 include/dt-bindings/clock/mt7986-clk.h        | 169 ++++++++++
 14 files changed, 1049 insertions(+), 10 deletions(-)
 create mode 100644 drivers/clk/mediatek/clk-mt7986-apmixed.c
 create mode 100644 drivers/clk/mediatek/clk-mt7986-eth.c
 create mode 100644 drivers/clk/mediatek/clk-mt7986-infracfg.c
 create mode 100644 drivers/clk/mediatek/clk-mt7986-topckgen.c
 create mode 100644 include/dt-bindings/clock/mt7986-clk.h

--
2.29.2


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

end of thread, other threads:[~2021-10-14 15:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-14  7:56 [PATCH v4 0/5] Mediatek MT7986 basic clock support Sam Shih
2021-10-14  7:56 ` [PATCH v4 1/5] dt-bindings: clock: mediatek: document clk bindings for mediatek mt7986 SoC Sam Shih
2021-10-14  7:56 ` [PATCH v4 2/5] clk: mediatek: add mt7986 clock IDs Sam Shih
2021-10-14  7:56 ` [PATCH v4 3/5] clk: mediatek: add mt7986 clock support Sam Shih
2021-10-14 15:47   ` Matthias Brugger
2021-10-14  7:56 ` [PATCH v4 4/5] arm64: dts: mediatek: add clock support for mt7986a Sam Shih
2021-10-14  7:56 ` [PATCH v4 5/5] arm64: dts: mediatek: add clock support for mt7986b Sam Shih

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