Re: [PATCH v20 0/7] soc: mediatek: SVS: introduce MTK SVS engine

From: Matthias Brugger
Date: Thu Dec 30 2021 - 10:13:20 EST


Hi Roger,

On 21/07/2021 09:08, Roger Lu wrote:
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 calls 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@xxxxxxxxxxxx/
[3] https://patchwork.kernel.org/project/linux-mediatek/patch/20200306041345.259332-3-drinkcat@xxxxxxxxxxxx/


Comments made in v16 actually also hold for v20, so please take them into account :)

Regards,
Matthias