08.07.2019 2:03, Dmitry Osipenko пишет: > Hello, > > This small series addresses two suspend-resume bugs: one affects Tegra30+ > due to a typo in the code, other fixes CPU hang on Tegra30 specifically. > > Please review and apply, thanks! > > Dmitry Osipenko (2): > ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume() > ARM: tegra: Use WFE for power-gating on Tegra30 > > arch/arm/mach-tegra/reset-handler.S | 6 +++--- > arch/arm/mach-tegra/sleep-tegra30.S | 4 +++- > drivers/soc/tegra/flowctrl.c | 19 +++++++++++++++++-- > 3 files changed, 23 insertions(+), 6 deletions(-) > Hello Peter, We were talking about these fixes on the IRC not so long time ago, does it look good to you? Care to give an ACK?