Since 2021, the remoteproc repo is not hosted anymore in Bjorn's
personal namespace, but commit cc73f503f7ec ("MAINTAINERS: Update
remoteproc repo url") only updated the url for remoteproc and
rpmsg in MAINTAINERS file.
The old repository is still accessible, but it's not updated since
2021 and is not anymore listed in https://git.kernel.org/ .Update the url for hwspinlock too. Signed-off-by: Antonio Borneo <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 55af015174a54..4afb4a62589e2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11213,7 +11213,7 @@ M: Bjorn Andersson <[email protected]> R: Baolin Wang <[email protected]> L: [email protected] S: Maintained -T: git git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git hwspinlock-next +T: git https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git hwspinlock-next F: Documentation/devicetree/bindings/hwlock/ F: Documentation/locking/hwspinlock.rst F: drivers/hwspinlock/ base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f -- 2.34.1

