linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/3] Mediatek MT7986 basic clock support
@ 2021-12-17 12:11 Sam Shih
  2021-12-17 12:11 ` [PATCH v7 1/3] dt-bindings: clock: mediatek: document clk bindings for mediatek mt7986 SoC Sam Shih
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sam Shih @ 2021-12-17 12:11 UTC (permalink / raw)
  To: Rob Herring, Michael Turquette, Stephen Boyd, Matthias Brugger,
	Chun-Jie Chen, Weiyi Lu, Ikjoon Jang, Miles Chen,
	Enric Balletbo i Serra, Chen-Yu Tsai, devicetree, linux-kernel,
	linux-clk, linux-arm-kernel, linux-mediatek
  Cc: John Crispin, Ryder Lee, YH Chen, 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/20211018114009.13350-1-sam.shih@mediatek.com/
and "clk: mediatek: Add API for clock resource recycle"
https://lore.kernel.org/linux-arm-kernel/20210914021633.26377-5-chun-jie.chen@mediatek.com/
---
v7: exclude DTS changes in the patch series
v5: used builtin_platform_driver instead of CLK_OF_DECLARE
    follow recent clk-mt8195 clock patch series:
    https://lore.kernel.org/linux-arm-kernel/20210914021633.26377-1-chun-jie.chen@mediatek.com/

v4:
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 (3):
  dt-bindings: clock: mediatek: document clk bindings for mediatek
    mt7986 SoC
  clk: mediatek: add mt7986 clock IDs
  clk: mediatek: add mt7986 clock support

 .../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 +
 drivers/clk/mediatek/Kconfig                  |  17 +
 drivers/clk/mediatek/Makefile                 |   4 +
 drivers/clk/mediatek/clk-mt7986-apmixed.c     | 100 +++++
 drivers/clk/mediatek/clk-mt7986-eth.c         | 132 +++++++
 drivers/clk/mediatek/clk-mt7986-infracfg.c    | 224 ++++++++++++
 drivers/clk/mediatek/clk-mt7986-topckgen.c    | 342 ++++++++++++++++++
 include/dt-bindings/clock/mt7986-clk.h        | 169 +++++++++
 12 files changed, 994 insertions(+)
 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] 9+ messages in thread

end of thread, other threads:[~2022-01-07  2:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 12:11 [PATCH v7 0/3] Mediatek MT7986 basic clock support Sam Shih
2021-12-17 12:11 ` [PATCH v7 1/3] dt-bindings: clock: mediatek: document clk bindings for mediatek mt7986 SoC Sam Shih
2022-01-07  2:32   ` Stephen Boyd
2021-12-17 12:11 ` [PATCH v7 2/3] clk: mediatek: add mt7986 clock IDs Sam Shih
2022-01-07  2:32   ` Stephen Boyd
2021-12-17 12:11 ` [PATCH v7 3/3] clk: mediatek: add mt7986 clock support Sam Shih
     [not found]   ` <4b3cbf50198c5f57101135ffc44fa95bfda55139.camel@mediatek.com>
2021-12-21  7:13     ` Ryder Lee
2022-01-07  2:32   ` Stephen Boyd
     [not found] ` <bf78ebdf10bcff21dfe844e619ead13162534d97.camel@mediatek.com>
     [not found]   ` <CA+SzRW5PeNurT5rNoGpcLcPE9nu4XFnrPOxq7a1dcV905FC++Q@mail.gmail.com>
2021-12-21  6:07     ` [PATCH v7 0/3] Mediatek MT7986 basic " Ryder Lee

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