linux/drivers/memory/tegra
Dmitry Osipenko bf3fbdfbec memory: tegra: Do not handle spurious interrupts
The ISR reads interrupts-enable mask, but doesn't utilize it. Apply the
mask to the interrupt status and don't handle interrupts that MC driver
haven't asked for. Kernel would disable spurious MC IRQ and report the
error. This would happen only in a case of a very severe bug.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2018-04-27 11:21:52 +02:00
..
Kconfig memory: tegra: Add EMC (external memory controller) driver 2015-05-05 11:12:17 +02:00
Makefile memory: tegra: Add Tegra186 support 2017-12-13 12:58:21 +01:00
mc.c memory: tegra: Do not handle spurious interrupts 2018-04-27 11:21:52 +02:00
mc.h memory: tegra: Add Tegra210 support 2015-08-13 16:07:52 +02:00
tegra30.c memory: tegra: Create SMMU display groups 2017-12-15 10:12:32 +01:00
tegra114.c memory: tegra: Create SMMU display groups 2017-12-15 10:12:32 +01:00
tegra124-emc.c memory: tegra: Add a missing 'of_node_put()' call 2017-01-25 07:57:13 +01:00
tegra124.c memory: tegra: Create SMMU display groups 2017-12-15 10:12:32 +01:00
tegra186.c memory: tegra: Add Tegra186 support 2017-12-13 12:58:21 +01:00
tegra210.c memory: tegra: Create SMMU display groups 2017-12-15 10:12:32 +01:00