Message ID | 20201125023831.99774-1-bjorn.andersson@linaro.org |
---|---|
State | Accepted |
Commit | cc563f8f769b9fe4bbe18dcd3cbb382a49cf3585 |
Headers | show |
Series | arm64: defconfig: Enable Qualcomm PON driver | expand |
On 24-11-20, 20:38, Bjorn Andersson wrote: > The PON block in the PMIC provides, among other things, support for > "reboot reason", power key and reset "key" handling. Let's enable the > driver for this block. Reviewed-by: Vinod Koul <vkoul@kernel.org> -- ~Vinod
Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Tue, 24 Nov 2020 20:38:31 -0600 you wrote: > The PON block in the PMIC provides, among other things, support for > "reboot reason", power key and reset "key" handling. Let's enable the > driver for this block. > > Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - arm64: defconfig: Enable Qualcomm PON driver https://git.kernel.org/qcom/c/cc563f8f769b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
On 11/24/20 8:38 PM, Bjorn Andersson wrote: > The PON block in the PMIC provides, among other things, support for > "reboot reason", power key and reset "key" handling. Let's enable the > driver for this block. > > Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index c9246f51085f..8e3ed05b655a 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -521,6 +521,7 @@ CONFIG_POWER_AVS=y > CONFIG_QCOM_CPR=y > CONFIG_ROCKCHIP_IODOMAIN=y > CONFIG_POWER_RESET_MSM=y > +CONFIG_POWER_RESET_QCOM_PON=m > CONFIG_POWER_RESET_XGENE=y > CONFIG_POWER_RESET_SYSCON=y > CONFIG_SYSCON_REBOOT_MODE=y Tested-by: Steev Klimaszewski <steev@kali.org>
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c9246f51085f..8e3ed05b655a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -521,6 +521,7 @@ CONFIG_POWER_AVS=y CONFIG_QCOM_CPR=y CONFIG_ROCKCHIP_IODOMAIN=y CONFIG_POWER_RESET_MSM=y +CONFIG_POWER_RESET_QCOM_PON=m CONFIG_POWER_RESET_XGENE=y CONFIG_POWER_RESET_SYSCON=y CONFIG_SYSCON_REBOOT_MODE=y
The PON block in the PMIC provides, among other things, support for "reboot reason", power key and reset "key" handling. Let's enable the driver for this block. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.29.2