1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm-bsp: space clean-up

Add a space between "Submitted" and URL

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2022-02-08 23:13:15 -05:00
parent 52bb585fa5
commit ee083b940b
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@ From: Sudeep Holla <sudeep.holla@arm.com>
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
@@ -3,7 +3,7 @@ From: Sudeep Holla <sudeep.holla@arm.com>
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.