lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 12 Jun 2022 21:54:12 +0800
From:   Johnson Wang <johnson.wang@...iatek.com>
To:     <robh+dt@...nel.org>, <krzysztof.kozlowski+dt@...aro.org>,
        <mturquette@...libre.com>, <sboyd@...nel.org>
CC:     <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <linux-clk@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>,
        <linux-mediatek@...ts.infradead.org>,
        <Project_Global_Chrome_Upstream_Group@...iatek.com>,
        Johnson Wang <johnson.wang@...iatek.com>
Subject: [RFC PATCH 0/2] Introduce MediaTek frequency hopping driver

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ