Re: [PATCH v2] sunxi: psci: Fix sunxi_power_switch on sun8i-r40 platform

2022-07-02 Thread qianfan
在 2022/6/25 8:51, Andre Przywara 写道: On Sat, 14 May 2022 11:52:01 +0800 Chen-Yu Tsai wrote: Hi Qianfan, On Sat, May 14, 2022 at 11:19 AM wrote: From: qianfan Zhao linux system will die if we offline one of the cpu on R40 based board: eg: echo 0 > /sys/devices/system/cpu/cpu3/online

Re: [PATCH v2] sunxi: psci: Fix sunxi_power_switch on sun8i-r40 platform

2022-06-26 Thread Andre Przywara
On Sat, 14 May 2022 11:52:01 +0800 Chen-Yu Tsai wrote: Hi, > On Sat, May 14, 2022 at 11:19 AM wrote: > > > > From: qianfan Zhao > > > > linux system will die if we offline one of the cpu on R40 based board: > > eg: echo 0 > /sys/devices/system/cpu/cpu3/online > > > > Fixed sunxi_power_switch

Re: [PATCH v2] sunxi: psci: Fix sunxi_power_switch on sun8i-r40 platform

2022-06-24 Thread Andre Przywara
On Sat, 14 May 2022 11:52:01 +0800 Chen-Yu Tsai wrote: Hi Qianfan, > On Sat, May 14, 2022 at 11:19 AM wrote: > > > > From: qianfan Zhao > > > > linux system will die if we offline one of the cpu on R40 based board: > > eg: echo 0 > /sys/devices/system/cpu/cpu3/online Thanks for bringing this

Re: [PATCH v2] sunxi: psci: Fix sunxi_power_switch on sun8i-r40 platform

2022-05-13 Thread qianfan
在 2022/5/14 11:52, Chen-Yu Tsai 写道: Hi, On Sat, May 14, 2022 at 11:19 AM wrote: From: qianfan Zhao linux system will die if we offline one of the cpu on R40 based board: eg: echo 0 > /sys/devices/system/cpu/cpu3/online Fixed sunxi_power_switch based on allwinner lichee 3.10 kernel

Re: [PATCH v2] sunxi: psci: Fix sunxi_power_switch on sun8i-r40 platform

2022-05-13 Thread Chen-Yu Tsai
Hi, On Sat, May 14, 2022 at 11:19 AM wrote: > > From: qianfan Zhao > > linux system will die if we offline one of the cpu on R40 based board: > eg: echo 0 > /sys/devices/system/cpu/cpu3/online > > Fixed sunxi_power_switch based on allwinner lichee 3.10 kernel driver. > > Signed-off-by: qianfan

[PATCH v2] sunxi: psci: Fix sunxi_power_switch on sun8i-r40 platform

2022-05-13 Thread qianfanguijin
From: qianfan Zhao linux system will die if we offline one of the cpu on R40 based board: eg: echo 0 > /sys/devices/system/cpu/cpu3/online Fixed sunxi_power_switch based on allwinner lichee 3.10 kernel driver. Signed-off-by: qianfan Zhao --- v2 changes: Fix the commit message, the source code