Re: [PATCH v2] soc: tegra: Add Tegra186 ARI driver
From: Thierry Reding <hidden>
Date: 2021-10-07 18:49:48
Also in:
linux-tegra
From: Thierry Reding <hidden>
Date: 2021-10-07 18:49:48
Also in:
linux-tegra
On Thu, Jun 17, 2021 at 03:13:07PM +0300, Mikko Perttunen wrote:
Add a driver to hook into panic notifiers and print machine check status for debugging. Status information is retrieved via SMC. This is supported by upstream ARM Trusted Firmware. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> --- v2: * Changed to use panic notifier instead of serror hook --- drivers/soc/tegra/Makefile | 1 + drivers/soc/tegra/ari-tegra186.c | 80 ++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 drivers/soc/tegra/ari-tegra186.c
Applied, thanks. Thierry