Re: [PATCH 2/5] arm/arm64: smccc: Add the definition for SMCCCv1.2 version/error codes

2020-05-01 Thread Steven Price
On 30/04/2020 12:48, Sudeep Holla wrote: Add the definition for SMCCC v1.2 version and new error code added. While at it, also add a note that ARM DEN 0070A is deprecated and is now merged into the main SMCCC specification(ARM DEN 0028C). Signed-off-by: Sudeep Holla Reviewed-by: Steven Price

[PATCH 2/5] arm/arm64: smccc: Add the definition for SMCCCv1.2 version/error codes

2020-04-30 Thread Sudeep Holla
Add the definition for SMCCC v1.2 version and new error code added. While at it, also add a note that ARM DEN 0070A is deprecated and is now merged into the main SMCCC specification(ARM DEN 0028C). Signed-off-by: Sudeep Holla --- include/linux/arm-smccc.h | 7 ++- 1 file changed, 6 insertion