summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJames Morse <james.morse@arm.com>2018-01-08 10:38:09 -0500
committerCatalin Marinas <catalin.marinas@arm.com>2018-01-13 05:44:56 -0500
commitad6eb31ef90355993eb55ff77e0e855ae7d91e4c (patch)
treed4e797a79367739b40ba7d69746882e7ba56d2fa /MAINTAINERS
parent86f04f640058143388f56c048f86e66ea5204ae2 (diff)
firmware: arm_sdei: Add driver for Software Delegated Exceptions
The Software Delegated Exception Interface (SDEI) is an ARM standard for registering callbacks from the platform firmware into the OS. This is typically used to implement firmware notifications (such as firmware-first RAS) or promote an IRQ that has been promoted to a firmware-assisted NMI. Add the code for detecting the SDEI version and the framework for registering and unregistering events. Subsequent patches will add the arch-specific backend code and the necessary power management hooks. Only shared events are supported, power management, private events and discovery for ACPI systems will be added by later patches. Signed-off-by: James Morse <james.morse@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 82ad0eabce4f..c06885c4c0f1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12618,6 +12618,15 @@ L: linux-media@vger.kernel.org
12618S: Supported 12618S: Supported
12619F: drivers/media/pci/solo6x10/ 12619F: drivers/media/pci/solo6x10/
12620 12620
12621SOFTWARE DELEGATED EXCEPTION INTERFACE (SDEI)
12622M: James Morse <james.morse@arm.com>
12623L: linux-arm-kernel@lists.infradead.org
12624S: Maintained
12625F: Documentation/devicetree/bindings/arm/firmware/sdei.txt
12626F: drivers/firmware/arm_sdei.c
12627F: include/linux/sdei.h
12628F: include/uapi/linux/sdei.h
12629
12621SOFTWARE RAID (Multiple Disks) SUPPORT 12630SOFTWARE RAID (Multiple Disks) SUPPORT
12622M: Shaohua Li <shli@kernel.org> 12631M: Shaohua Li <shli@kernel.org>
12623L: linux-raid@vger.kernel.org 12632L: linux-raid@vger.kernel.org