summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2020-05-18 10:12:17 +0100
committerWill Deacon <will@kernel.org>2020-05-20 19:10:37 +0100
commit15c704ab6244ac95be54b2c05411b70501d50e8f (patch)
treec0d1cf6973df6ffeb37c4c721f7d210bfee08da2
parente5bfb21d98b660580b8cdd8a442d12d38d655d11 (diff)
downloadlwn-15c704ab6244ac95be54b2c05411b70501d50e8f.tar.gz
lwn-15c704ab6244ac95be54b2c05411b70501d50e8f.zip
firmware: smccc: Update link to latest SMCCC specification
The current link gets redirected to the revision B published in November 2016 though it actually points to the original revision A published in June 2013. Let us update the link to point to the latest version, so that it doesn't get stale anytime soon. Currently it points to v1.2 published in March 2020(i.e. DEN0028C). Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Tested-by: Etienne Carriere <etienne.carriere@st.com> Reviewed-by: Steven Price <steven.price@arm.com> Reviewed-by: Etienne Carriere <etienne.carriere@st.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Link: https://lore.kernel.org/r/20200518091222.27467-3-sudeep.holla@arm.com Signed-off-by: Will Deacon <will@kernel.org>
-rw-r--r--include/linux/arm-smccc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/arm-smccc.h b/include/linux/arm-smccc.h
index 59494df0f55b..31b15db9685d 100644
--- a/include/linux/arm-smccc.h
+++ b/include/linux/arm-smccc.h
@@ -10,7 +10,9 @@
/*
* This file provides common defines for ARM SMC Calling Convention as
* specified in
- * http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html
+ * https://developer.arm.com/docs/den0028/latest
+ *
+ * This code is up-to-date with version DEN 0028 B
*/
#define ARM_SMCCC_STD_CALL _AC(0,U)