From ee083b940bc8b0ab391f2845f401327aa35fa1cc Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Tue, 8 Feb 2022 23:13:15 -0500 Subject: [PATCH] arm-bsp: space clean-up Add a space between "Submitted" and URL Signed-off-by: Jon Mason --- .../0003-mailbox-arm_mhu-migrate-to-threaded-irq-handler.patch | 2 +- ...005-mailbox-arm_mhu-add-full-support-for-the-doorbells.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arm-bsp/recipes-kernel/linux/files/juno/0003-mailbox-arm_mhu-migrate-to-threaded-irq-handler.patch b/meta-arm-bsp/recipes-kernel/linux/files/juno/0003-mailbox-arm_mhu-migrate-to-threaded-irq-handler.patch index e3bc5715..1579a63b 100644 --- a/meta-arm-bsp/recipes-kernel/linux/files/juno/0003-mailbox-arm_mhu-migrate-to-threaded-irq-handler.patch +++ b/meta-arm-bsp/recipes-kernel/linux/files/juno/0003-mailbox-arm_mhu-migrate-to-threaded-irq-handler.patch @@ -3,7 +3,7 @@ From: Sudeep Holla Date: Tue, 2 May 2017 11:12:43 +0100 Subject: [PATCH 3/8] mailbox: arm_mhu: migrate to threaded irq handler -Upstream-Status: Submitted[https://patchwork.kernel.org/patch/10970345] +Upstream-Status: Submitted [https://patchwork.kernel.org/patch/10970345] In preparation to introduce support for doorbells which require the interrupt handlers to be threaded, this patch moves the existing diff --git a/meta-arm-bsp/recipes-kernel/linux/files/juno/0005-mailbox-arm_mhu-add-full-support-for-the-doorbells.patch b/meta-arm-bsp/recipes-kernel/linux/files/juno/0005-mailbox-arm_mhu-add-full-support-for-the-doorbells.patch index 0bc2eb32..8afed214 100644 --- a/meta-arm-bsp/recipes-kernel/linux/files/juno/0005-mailbox-arm_mhu-add-full-support-for-the-doorbells.patch +++ b/meta-arm-bsp/recipes-kernel/linux/files/juno/0005-mailbox-arm_mhu-add-full-support-for-the-doorbells.patch @@ -3,7 +3,7 @@ From: Sudeep Holla Date: Tue, 2 May 2017 12:07:28 +0100 Subject: [PATCH 5/8] mailbox: arm_mhu: add full support for the doorbells -Upstream-Status: Submitted[https://patchwork.kernel.org/patch/10970349] +Upstream-Status: Submitted [https://patchwork.kernel.org/patch/10970349] We now have the basic infrastructure and binding to support doorbells on ARM MHU controller.