misc: k3_esm: Add support for Texas Instruments K3 ESM driver
authorTero Kristo <t-kristo@ti.com>
Fri, 14 Feb 2020 09:18:15 +0000 (11:18 +0200)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 3 Mar 2020 07:38:14 +0000 (13:08 +0530)
commit344eb6d572adfadb0a11196ef8cf6508f6c704df
tree809f2e3d8a35c2997872944fa44b9e0ba74a3bca
parent8cd10a494f45b4d6174ff4b070102b5241747823
misc: k3_esm: Add support for Texas Instruments K3 ESM driver

The ESM (Error Signaling Module) is used to route error signals within
the K3 SoCs somewhat similar to interrupts. The handling for these is
different though, and can be routed for hardware error handling, to
be handled by safety processor or just as error interrupts handled
by the main processor. The u-boot level ESM driver is just used to
configure the ESM signals so that they get routed to proper destination.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
doc/device-tree-bindings/misc/esm-k3.txt [new file with mode: 0644]
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/k3_esm.c [new file with mode: 0644]