All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Introduce MediaTek frequency hopping driver
@ 2022-06-12 13:54 ` Johnson Wang
  0 siblings, 0 replies; 41+ messages in thread
From: Johnson Wang @ 2022-06-12 13:54 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, mturquette, sboyd
  Cc: devicetree, linux-kernel, linux-clk, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group,
	Johnson Wang

This serie aims to add support for MediaTek frequency hopping and
spread spectrum clocking (SSC) control on MT8186 SoC.

Johnson Wang (2):
  dt-bindings: arm: mediatek: Add new bindings of MediaTek frequency
    hopping
  clk: mediatek: Add frequency hopping support

 .../bindings/arm/mediatek/mediatek,fhctl.yaml | 149 ++++++++
 drivers/clk/mediatek/Kconfig                  |   8 +
 drivers/clk/mediatek/Makefile                 |   2 +
 drivers/clk/mediatek/clk-fhctl-ap.c           | 347 ++++++++++++++++++
 drivers/clk/mediatek/clk-fhctl-pll.c          | 209 +++++++++++
 drivers/clk/mediatek/clk-fhctl-pll.h          |  74 ++++
 drivers/clk/mediatek/clk-fhctl-util.h         |  24 ++
 drivers/clk/mediatek/clk-fhctl.c              | 191 ++++++++++
 drivers/clk/mediatek/clk-fhctl.h              |  45 +++
 drivers/clk/mediatek/clk-pll.c                |   5 +-
 drivers/clk/mediatek/clk-pll.h                |   5 +
 11 files changed, 1058 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/arm/mediatek/mediatek,fhctl.yaml
 create mode 100644 drivers/clk/mediatek/clk-fhctl-ap.c
 create mode 100644 drivers/clk/mediatek/clk-fhctl-pll.c
 create mode 100644 drivers/clk/mediatek/clk-fhctl-pll.h
 create mode 100644 drivers/clk/mediatek/clk-fhctl-util.h
 create mode 100644 drivers/clk/mediatek/clk-fhctl.c
 create mode 100644 drivers/clk/mediatek/clk-fhctl.h

-- 
2.18.0


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

end of thread, other threads:[~2022-07-28 15:49 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-12 13:54 [RFC PATCH 0/2] Introduce MediaTek frequency hopping driver Johnson Wang
2022-06-12 13:54 ` Johnson Wang
2022-06-12 13:54 ` Johnson Wang
2022-06-12 13:54 ` [RFC PATCH 1/2] dt-bindings: arm: mediatek: Add new bindings of MediaTek frequency hopping Johnson Wang
2022-06-12 13:54   ` Johnson Wang
2022-06-12 13:54   ` Johnson Wang
2022-06-13  2:50   ` Rob Herring
2022-06-13  2:50     ` Rob Herring
2022-06-13  2:50     ` Rob Herring
2022-06-16 15:10   ` Rob Herring
2022-06-16 15:10     ` Rob Herring
2022-06-12 13:54 ` [RFC PATCH 2/2] clk: mediatek: Add frequency hopping support Johnson Wang
2022-06-12 13:54   ` Johnson Wang
2022-06-12 13:54   ` Johnson Wang
2022-06-13  9:43   ` AngeloGioacchino Del Regno
2022-06-13  9:43     ` AngeloGioacchino Del Regno
2022-06-13  9:43     ` AngeloGioacchino Del Regno
2022-06-24  7:12     ` Edward-JW Yang
2022-06-24  7:12       ` Edward-JW Yang
2022-06-28 10:09       ` AngeloGioacchino Del Regno
2022-06-28 10:09         ` AngeloGioacchino Del Regno
2022-06-29  8:54         ` Chen-Yu Tsai
2022-06-29  8:54           ` Chen-Yu Tsai
2022-07-06 13:07           ` Edward-JW Yang
2022-07-06 13:07             ` Edward-JW Yang
2022-07-14 11:04             ` AngeloGioacchino Del Regno
2022-07-14 11:04               ` AngeloGioacchino Del Regno
2022-07-15  0:34               ` Boris Lysov
2022-07-15  0:34                 ` Boris Lysov
2022-07-20 13:51               ` Edward-JW Yang
2022-07-20 13:51                 ` Edward-JW Yang
2022-07-21  9:43                 ` AngeloGioacchino Del Regno
2022-07-21  9:43                   ` AngeloGioacchino Del Regno
2022-07-28  4:37                   ` Edward-JW Yang
2022-07-28  4:37                     ` Edward-JW Yang
2022-07-28  8:21                     ` AngeloGioacchino Del Regno
2022-07-28  8:21                       ` AngeloGioacchino Del Regno
2022-07-28 15:30                       ` Edward-JW Yang
2022-07-28 15:30                         ` Edward-JW Yang
2022-07-28 15:47                         ` AngeloGioacchino Del Regno
2022-07-28 15:47                           ` AngeloGioacchino Del Regno

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.