This series fixes couple bugs in the "exit from memory self-refresh" code. Changelog: v2: - Dropped patch "Clear EMC interrupts on resume from LP1 on Tegra30+", it is not really actual for now. - Patch "Fix DRAM refresh-interval clobbering.." now also corrects EMC_REFRESH clobbering for Tegra20 as well. Dmitry Osipenko (3): ARM: tegra: Fix missed EMC registers latching on resume from LP1 on Tegra30+ ARM: tegra: Fix DRAM refresh-interval clobbering on resume from LP1 on Tegra30 ARM: tegra: Restore memory arbitration on resume from LP1 on Tegra30+ arch/arm/mach-tegra/iomap.h | 9 +++++++++ arch/arm/mach-tegra/sleep-tegra20.S | 2 -- arch/arm/mach-tegra/sleep-tegra30.S | 25 +++++++++++++++++++++++-- 3 files changed, 32 insertions(+), 4 deletions(-) -- 2.19.1