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.