mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Issue: During system shutdown ethernet controller still accessed system memory which resulted in memory fault irq causing kernel panic. Fix: register .shutdown driver ops for eqos which gets called during system shutdown and deinits the dma, mac and clocks hw and sw allocated resources. Bug 200763727 Change-Id: Ic2eeacbf17c2cf500a051f2608e3d30a9b1e806b Signed-off-by: Sushil Singh <sushilkumars@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2597538 Reviewed-by: Narayan Reddy <narayanr@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Bhadram Varka <vbhadram@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com> GVS: Gerrit_Virtual_Submit