Re: [PATCH 1/3] firmware: psci: Fix bind_smccc_features psci check

2024-01-28 Thread Weizhao Ouyang
Hi Abdellatif, On Fri, Jan 26, 2024 at 7:20 PM Abdellatif El Khlifi wrote: > > Hi Weizhao, > > On Thu, Jan 25, 2024 at 02:05:00PM +, Weizhao Ouyang wrote: > > According to PSCI specification DEN0022F, PSCI_FEATURES is used to check > > whether the SMCCC is implemented by discovering SMCCC_VER

Re: [PATCH 1/3] firmware: psci: Fix bind_smccc_features psci check

2024-01-26 Thread Abdellatif El Khlifi
Hi Weizhao, On Thu, Jan 25, 2024 at 02:05:00PM +, Weizhao Ouyang wrote: > According to PSCI specification DEN0022F, PSCI_FEATURES is used to check > whether the SMCCC is implemented by discovering SMCCC_VERSION. > > Signed-off-by: Weizhao Ouyang > --- > drivers/firmware/psci.c | 2 +- > i

Re: [PATCH 1/3] firmware: psci: Fix bind_smccc_features psci check

2024-01-25 Thread Heinrich Schuchardt
On 25.01.24 15:05, Weizhao Ouyang wrote: According to PSCI specification DEN0022F, PSCI_FEATURES is used to check whether the SMCCC is implemented by discovering SMCCC_VERSION. Signed-off-by: Weizhao Ouyang 5.15.2 Implementation responsibilities PSCI_FEATURES should report the presence of SM

[PATCH 1/3] firmware: psci: Fix bind_smccc_features psci check

2024-01-25 Thread Weizhao Ouyang
According to PSCI specification DEN0022F, PSCI_FEATURES is used to check whether the SMCCC is implemented by discovering SMCCC_VERSION. Signed-off-by: Weizhao Ouyang --- drivers/firmware/psci.c | 2 +- include/linux/arm-smccc.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git