Home
last modified time | relevance | path

Searched hist:"2 bd3b39767019a2c49f4d6b0d8d316dfe8e1e6b7" (Results 1 – 10 of 10) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/include/lib/pm/
H A Dmtk_pm.h2bd3b39767019a2c49f4d6b0d8d316dfe8e1e6b7 Mon Oct 21 06:36:31 UTC 2024 Boyan Karatotev <boyan.karatotev@arm.com> refactor: panic after calling psci_power_down_wfi()

This function doesn't return and its callers that don't return either
rely on this. Drop the dead attribute and add a panic() after it to make
this expectation explicit. Calling `wfi` in the powerdown sequence is
terminal so even if the function was made to return, there would be no
functional change.

This is useful for a following patch that makes psci_power_down_wfi()
return.

Change-Id: I62ca1ee058b1eaeb046966c795081e01bf45a2eb
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
/rk3399_ARM-atf/plat/allwinner/common/
H A Dsunxi_native_pm.c2bd3b39767019a2c49f4d6b0d8d316dfe8e1e6b7 Mon Oct 21 06:36:31 UTC 2024 Boyan Karatotev <boyan.karatotev@arm.com> refactor: panic after calling psci_power_down_wfi()

This function doesn't return and its callers that don't return either
rely on this. Drop the dead attribute and add a panic() after it to make
this expectation explicit. Calling `wfi` in the powerdown sequence is
terminal so even if the function was made to return, there would be no
functional change.

This is useful for a following patch that makes psci_power_down_wfi()
return.

Change-Id: I62ca1ee058b1eaeb046966c795081e01bf45a2eb
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
H A Dsunxi_scpi_pm.c2bd3b39767019a2c49f4d6b0d8d316dfe8e1e6b7 Mon Oct 21 06:36:31 UTC 2024 Boyan Karatotev <boyan.karatotev@arm.com> refactor: panic after calling psci_power_down_wfi()

This function doesn't return and its callers that don't return either
rely on this. Drop the dead attribute and add a panic() after it to make
this expectation explicit. Calling `wfi` in the powerdown sequence is
terminal so even if the function was made to return, there would be no
functional change.

This is useful for a following patch that makes psci_power_down_wfi()
return.

Change-Id: I62ca1ee058b1eaeb046966c795081e01bf45a2eb
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv9_0/
H A Dpwr_ctrl.c2bd3b39767019a2c49f4d6b0d8d316dfe8e1e6b7 Mon Oct 21 06:36:31 UTC 2024 Boyan Karatotev <boyan.karatotev@arm.com> refactor: panic after calling psci_power_down_wfi()

This function doesn't return and its callers that don't return either
rely on this. Drop the dead attribute and add a panic() after it to make
this expectation explicit. Calling `wfi` in the powerdown sequence is
terminal so even if the function was made to return, there would be no
functional change.

This is useful for a following patch that makes psci_power_down_wfi()
return.

Change-Id: I62ca1ee058b1eaeb046966c795081e01bf45a2eb
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
/rk3399_ARM-atf/plat/rockchip/rk3588/drivers/pmu/
H A Dpmu.c2bd3b39767019a2c49f4d6b0d8d316dfe8e1e6b7 Mon Oct 21 06:36:31 UTC 2024 Boyan Karatotev <boyan.karatotev@arm.com> refactor: panic after calling psci_power_down_wfi()

This function doesn't return and its callers that don't return either
rely on this. Drop the dead attribute and add a panic() after it to make
this expectation explicit. Calling `wfi` in the powerdown sequence is
terminal so even if the function was made to return, there would be no
functional change.

This is useful for a following patch that makes psci_power_down_wfi()
return.

Change-Id: I62ca1ee058b1eaeb046966c795081e01bf45a2eb
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
/rk3399_ARM-atf/plat/rockchip/px30/drivers/pmu/
H A Dpmu.c2bd3b39767019a2c49f4d6b0d8d316dfe8e1e6b7 Mon Oct 21 06:36:31 UTC 2024 Boyan Karatotev <boyan.karatotev@arm.com> refactor: panic after calling psci_power_down_wfi()

This function doesn't return and its callers that don't return either
rely on this. Drop the dead attribute and add a panic() after it to make
this expectation explicit. Calling `wfi` in the powerdown sequence is
terminal so even if the function was made to return, there would be no
functional change.

This is useful for a following patch that makes psci_power_down_wfi()
return.

Change-Id: I62ca1ee058b1eaeb046966c795081e01bf45a2eb
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
/rk3399_ARM-atf/plat/qti/common/src/
H A Dqti_pm.c2bd3b39767019a2c49f4d6b0d8d316dfe8e1e6b7 Mon Oct 21 06:36:31 UTC 2024 Boyan Karatotev <boyan.karatotev@arm.com> refactor: panic after calling psci_power_down_wfi()

This function doesn't return and its callers that don't return either
rely on this. Drop the dead attribute and add a panic() after it to make
this expectation explicit. Calling `wfi` in the powerdown sequence is
terminal so even if the function was made to return, there would be no
functional change.

This is useful for a following patch that makes psci_power_down_wfi()
return.

Change-Id: I62ca1ee058b1eaeb046966c795081e01bf45a2eb
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
/rk3399_ARM-atf/plat/rockchip/rk3328/drivers/pmu/
H A Dpmu.c2bd3b39767019a2c49f4d6b0d8d316dfe8e1e6b7 Mon Oct 21 06:36:31 UTC 2024 Boyan Karatotev <boyan.karatotev@arm.com> refactor: panic after calling psci_power_down_wfi()

This function doesn't return and its callers that don't return either
rely on this. Drop the dead attribute and add a panic() after it to make
this expectation explicit. Calling `wfi` in the powerdown sequence is
terminal so even if the function was made to return, there would be no
functional change.

This is useful for a following patch that makes psci_power_down_wfi()
return.

Change-Id: I62ca1ee058b1eaeb046966c795081e01bf45a2eb
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
/rk3399_ARM-atf/plat/rockchip/common/
H A Dplat_pm.c2bd3b39767019a2c49f4d6b0d8d316dfe8e1e6b7 Mon Oct 21 06:36:31 UTC 2024 Boyan Karatotev <boyan.karatotev@arm.com> refactor: panic after calling psci_power_down_wfi()

This function doesn't return and its callers that don't return either
rely on this. Drop the dead attribute and add a panic() after it to make
this expectation explicit. Calling `wfi` in the powerdown sequence is
terminal so even if the function was made to return, there would be no
functional change.

This is useful for a following patch that makes psci_power_down_wfi()
return.

Change-Id: I62ca1ee058b1eaeb046966c795081e01bf45a2eb
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
/rk3399_ARM-atf/include/lib/psci/
H A Dpsci.h2bd3b39767019a2c49f4d6b0d8d316dfe8e1e6b7 Mon Oct 21 06:36:31 UTC 2024 Boyan Karatotev <boyan.karatotev@arm.com> refactor: panic after calling psci_power_down_wfi()

This function doesn't return and its callers that don't return either
rely on this. Drop the dead attribute and add a panic() after it to make
this expectation explicit. Calling `wfi` in the powerdown sequence is
terminal so even if the function was made to return, there would be no
functional change.

This is useful for a following patch that makes psci_power_down_wfi()
return.

Change-Id: I62ca1ee058b1eaeb046966c795081e01bf45a2eb
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>