mbox series

[v13,0/7] soc: mediatek: SVS: introduce MTK SVS

Message ID 20210323135657.2701-1-roger.lu@mediatek.com
Headers show
Series soc: mediatek: SVS: introduce MTK SVS | expand

Message

Roger Lu March 23, 2021, 1:56 p.m. UTC
1. SVS driver uses OPP adjust event in [1] to update OPP table voltage part.
2. SVS driver gets thermal/GPU device by node [2][3] and CPU device by get_cpu_device(). After retrieving subsys device, SVS driver does
device_link_add() to make sure probe/suspend callback priority.
3. SVS dts refers to reset controller [4] to help reset SVS HW.

#mt8183 SVS related patches
[1] https://patchwork.kernel.org/patch/11193513/
[2] https://patchwork.kernel.org/project/linux-mediatek/patch/20201013102358.22588-2-michael.kao@mediatek.com/
[3] https://patchwork.kernel.org/project/linux-mediatek/patch/20200306041345.259332-3-drinkcat@chromium.org/

#mt8192 SVS related patches
[1] https://patchwork.kernel.org/patch/11193513/
[2] https://patchwork.kernel.org/project/linux-mediatek/patch/20201223074944.2061-1-michael.kao@mediatek.com/
[3] https://lore.kernel.org/patchwork/patch/1360551/
[4] https://patchwork.kernel.org/project/linux-mediatek/patch/20200817030324.5690-5-crystal.guo@mediatek.com/

changes since v12:
- Change reg_data[3][] to reg_data[SVSB_PHASE_NUM][]
- Change MT8192 SVS GPU opp count from 16 to 14 for project requirment
- Remove redundant "pd_req = false" in svs_mt8192_banks
- Assign svsp->bank_num by ARRAY_SIZE(svs_mt81xx_banks)
- Replace `,` with `;` in svs_get_svs_mt8192_platform_data()

Roger Lu (7):
  [v13,1/7]: dt-bindings: soc: mediatek: add mtk svs dt-bindings
  [v13,2/7]: arm64: dts: mt8183: add svs device information
  [v13,3/7]: soc: mediatek: SVS: introduce MTK SVS engine
  [v13,4/7]: soc: mediatek: SVS: add debug commands
  [v13,5/7]: dt-bindings: soc: mediatek: add mt8192 svs dt-bindings
  [v13,6/7]: arm64: dts: mt8192: add svs device information
  [v13,7/7]: soc: mediatek: SVS: add mt8192 SVS GPU driver

 .../bindings/soc/mediatek/mtk-svs.yaml        |   89 +
 arch/arm64/boot/dts/mediatek/mt8183.dtsi      |   18 +
 arch/arm64/boot/dts/mediatek/mt8192.dtsi      |   34 +
 drivers/soc/mediatek/Kconfig                  |   10 +
 drivers/soc/mediatek/Makefile                 |    1 +
 drivers/soc/mediatek/mtk-svs.c                | 2494 +++++++++++++++++
 6 files changed, 2646 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml
 create mode 100644 drivers/soc/mediatek/mtk-svs.c

Comments

Nishanth Menon March 24, 2021, 1:10 p.m. UTC | #1
On 21:56-20210323, Roger Lu wrote:
> Document the binding for enabling mtk svs on MediaTek SoC.

> 

> Signed-off-by: Roger Lu <roger.lu@mediatek.com>

> ---

>  .../bindings/soc/mediatek/mtk-svs.yaml        | 81 +++++++++++++++++++

>  1 file changed, 81 insertions(+)

>  create mode 100644 Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml

> 

> diff --git a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml

> new file mode 100644

> index 000000000000..0d8d12f927de

> --- /dev/null

> +++ b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml

> @@ -0,0 +1,81 @@

> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)

> +%YAML 1.2

> +---

> +$id: http://devicetree.org/schemas/soc/mediatek/mtk-svs.yaml#

> +$schema: http://devicetree.org/meta-schemas/core.yaml#

> +

> +title: Mediatek Smart Voltage Scaling (SVS) Device Tree Bindings

> +

> +maintainers:

> +  - Roger Lu <roger.lu@mediatek.com>

> +  - Matthias Brugger <matthias.bgg@gmail.com>

> +  - Kevin Hilman <khilman@kernel.org>

> +  - Nishanth Menon <nm@ti.com>


Please drop me off the list. I would'nt know what to do with SVS :)

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D