mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Add support for mc-err driver on T264. Maintain driver similar to current upstream mc-err driver, so that upstreaming diff for T264 would be straight forward. Current IRQ handling logic is as follows: - Read MCF int status from MCB - Find out the MC channel responsible for generating error - Read address register from that MC channel block to get the address - Find out type of error from status register Current implementation is as per the information received so far, further updates will be made once HW team provide programming guidelines. Bug 3846055 Change-Id: I71508a88521e8b5c3d046b087efe4baf2769ceb3 Signed-off-by: Ketan Patil <ketanp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-t264/+/2929112 Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Ashish Mhetre <amhetre@nvidia.com> Reviewed-by: Pritesh Raithatha <praithatha@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>