History log of /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/mt_spm_pmic_lp.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 0f3acdce 12-Aug-2025 Govindraj Raja <govindraj.raja@arm.com>

Merge "fix(mt8189): fix mt_spm_pmic coverity" into integration


# 7c3bcb60 11-Aug-2025 irving-ch-lin <irving-ch.lin@mediatek.com>

fix(mt8189): fix mt_spm_pmic coverity

The original VCORE_TO_PMIC_VAL(VCORE_0_35V) returns negative number
(VCORE_BASE_UV = 40V) and cause min voltage underflow
(-7 -> 4294967289).

Set_vcore_lp_volt

fix(mt8189): fix mt_spm_pmic coverity

The original VCORE_TO_PMIC_VAL(VCORE_0_35V) returns negative number
(VCORE_BASE_UV = 40V) and cause min voltage underflow
(-7 -> 4294967289).

Set_vcore_lp_volt will become dead code and the below condition is
not met: vol >= 4294967289 and vol <= 56(VCORE_0_75V).

Change min voltage to VCORE_0_45V suggested by designer.

Signed-off-by: irving-ch-lin <irving-ch.lin@mediatek.com>
Change-Id: I8fb33d52d58ba084cc4299ea1f9327c71e4ea9eb

show more ...


# af0370f2 07-Aug-2025 Govindraj Raja <govindraj.raja@arm.com>

Merge changes Id3360744,Iacb23acd,I2b60cc18,I625e9498,I477143c2, ... into integration

* changes:
feat(mt8189): add EC pin control in SPM
feat(mt8189): add LPM v2 support
feat(mt8189): add SPM

Merge changes Id3360744,Iacb23acd,I2b60cc18,I625e9498,I477143c2, ... into integration

* changes:
feat(mt8189): add EC pin control in SPM
feat(mt8189): add LPM v2 support
feat(mt8189): add SPM common driver support
feat(mt8189): add VCORE DVFS drivers
feat(mt8189): add SPM basic features support
feat(mt8189): add SPM features support
feat(mt8189): enable PMIC low power setting
feat(mt8196): extract common SPM code for reuse

show more ...


# d701cf81 03-Jun-2025 Kun Lu <kun.lu@mediatek.com>

feat(mt8189): enable PMIC low power setting

During suspend, it is necessary to set some power rails of the PMIC
to enter lower poewer mode to achieve power saving.

Signed-off-by: Kun Lu <kun.lu@med

feat(mt8189): enable PMIC low power setting

During suspend, it is necessary to set some power rails of the PMIC
to enter lower poewer mode to achieve power saving.

Signed-off-by: Kun Lu <kun.lu@mediatek.com>
Change-Id: I922d4f490ecc4db2a7825989d14b62a79f96f80e

show more ...