diff options
author | Hitomi Hasegawa <hasegawa-hitomi@fujitsu.com> | 2022-05-20 16:41:19 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-18 13:37:08 +0200 |
commit | 64f89dfaa4f155e3797191286aac6e60f404725f (patch) | |
tree | a64cc684732dade4a1ad10ef0c01da5a99fc2a25 /MAINTAINERS | |
parent | 3c37074f0d581b6c73f066b2ffab0c3d4826d623 (diff) |
soc: fujitsu: Add A64FX diagnostic interrupt driver
Register the NMI/IRQ corresponding to the A64FX's device definition
dedicated to diagnostic interrupts, so that when this interrupt is
sent using the BMC, it causes a panic. This can be used to obtain
a kernel dump.
Signed-off-by: Hitomi Hasegawa <hasegawa-hitomi@fujitsu.com>
Link: https://lore.kernel.org/r/20220520074119.3574753-2-hasegawa-hitomi@fujitsu.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2ef5b11cd813..49cb2d39c421 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -242,6 +242,11 @@ F: include/trace/events/9p.h F: include/uapi/linux/virtio_9p.h F: net/9p/ +A64FX DIAG DRIVER +M: Hitomi Hasegawa <hasegawa-hitomi@fujitsu.com> +S: Supported +F: drivers/soc/fujitsu/a64fx-diag.c + A8293 MEDIA DRIVER M: Antti Palosaari <crope@iki.fi> L: linux-media@vger.kernel.org |