]> git.baikalelectronics.ru Git - kernel.git/commit
Docs: dt: add devicetree binding for describing arm64 SDEI firmware
authorJames Morse <james.morse@arm.com>
Mon, 8 Jan 2018 15:38:08 +0000 (15:38 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Sat, 13 Jan 2018 10:44:48 +0000 (10:44 +0000)
commiteae3dc1f157fbaf57f0b020917c216a2134f6ad0
treee5f2c5721a574a4acc44a0f89d6b3fa918b88e22
parentd52ed0f70dffa21a8b50d2b8013f120f3237f37d
Docs: dt: add devicetree binding for describing arm64 SDEI firmware

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 RAS notifications, or from an
IRQ that has been promoted to a firmware-assisted NMI.

Add a new devicetree binding to describe the SDE firmware interface.

Signed-off-by: James Morse <james.morse@arm.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Documentation/devicetree/bindings/arm/firmware/sdei.txt [new file with mode: 0644]