From: Jianjun Wang <hidden> Date: 2021-10-15 06:36:13
When the DVFSRC (dynamic voltage and frequency scaling resource collector)
feature is not implemented, the PCIe hardware will assert a voltage request
signal when exit from the L1 PM Substates to request a specific Vcore
voltage, but cannot receive the voltage ready signal, which will cause
the link to fail to exit the L1 PM Substates.
Disable DVFSRC voltage request by default, we need to find a common way to
enable it in the future.
Fixes: d3bf75b579b9 ("PCI: mediatek-gen3: Add MediaTek Gen3 driver for MT8192")
Signed-off-by: Jianjun Wang <redacted>
Reviewed-by: Tzung-Bi Shih <redacted>
Tested-by: Qizhong Cheng <redacted>
---
drivers/pci/controller/pcie-mediatek-gen3.c | 8 ++++++++
1 file changed, 8 insertions(+)
From: Jianjun Wang <hidden> Date: 2021-11-09 06:10:36
Hi Maintainers,
Just gentle ping for this patch, if there is anything I need to modify,
please kindly let me know.
Thanks.
On Fri, 2021-10-15 at 14:36 +0800, Jianjun Wang wrote:
quoted hunk
When the DVFSRC (dynamic voltage and frequency scaling resource
collector)
feature is not implemented, the PCIe hardware will assert a voltage
request
signal when exit from the L1 PM Substates to request a specific Vcore
voltage, but cannot receive the voltage ready signal, which will
cause
the link to fail to exit the L1 PM Substates.
Disable DVFSRC voltage request by default, we need to find a common
way to
enable it in the future.
Fixes: d3bf75b579b9 ("PCI: mediatek-gen3: Add MediaTek Gen3 driver
for MT8192")
Signed-off-by: Jianjun Wang <redacted>
Reviewed-by: Tzung-Bi Shih <redacted>
Tested-by: Qizhong Cheng <redacted>
---
drivers/pci/controller/pcie-mediatek-gen3.c | 8 ++++++++
1 file changed, 8 insertions(+)
When the DVFSRC (dynamic voltage and frequency scaling resource collector)
feature is not implemented, the PCIe hardware will assert a voltage request
signal when exit from the L1 PM Substates to request a specific Vcore
voltage, but cannot receive the voltage ready signal, which will cause
the link to fail to exit the L1 PM Substates.
Disable DVFSRC voltage request by default, we need to find a common way to
enable it in the future.
Fixes: d3bf75b579b9 ("PCI: mediatek-gen3: Add MediaTek Gen3 driver for MT8192")
Signed-off-by: Jianjun Wang <redacted>
Reviewed-by: Tzung-Bi Shih <redacted>
Tested-by: Qizhong Cheng <redacted>
From: Jianjun Wang <hidden> Date: 2021-11-29 02:54:07
Hi Maintainers,
Just gentle ping for this patch, is there anything I need to do to get
this patch merged?
Thanks.
On Tue, 2021-11-09 at 14:10 +0800, Jianjun Wang wrote:
On Fri, 2021-10-15 at 14:36 +0800, Jianjun Wang wrote:
quoted
When the DVFSRC (dynamic voltage and frequency scaling resource
collector)
feature is not implemented, the PCIe hardware will assert a voltage
request
signal when exit from the L1 PM Substates to request a specific
Vcore
voltage, but cannot receive the voltage ready signal, which will
cause
the link to fail to exit the L1 PM Substates.
Disable DVFSRC voltage request by default, we need to find a common
way to
enable it in the future.
Fixes: d3bf75b579b9 ("PCI: mediatek-gen3: Add MediaTek Gen3 driver
for MT8192")
Signed-off-by: Jianjun Wang <redacted>
Reviewed-by: Tzung-Bi Shih <redacted>
Tested-by: Qizhong Cheng <redacted>
---
drivers/pci/controller/pcie-mediatek-gen3.c | 8 ++++++++
1 file changed, 8 insertions(+)
From: Lorenzo Pieralisi <hidden> Date: 2021-11-29 12:13:10
On Fri, 15 Oct 2021 14:36:02 +0800, Jianjun Wang wrote:
When the DVFSRC (dynamic voltage and frequency scaling resource collector)
feature is not implemented, the PCIe hardware will assert a voltage request
signal when exit from the L1 PM Substates to request a specific Vcore
voltage, but cannot receive the voltage ready signal, which will cause
the link to fail to exit the L1 PM Substates.
Disable DVFSRC voltage request by default, we need to find a common way to
enable it in the future.
[...]