Re: [PATCH] ARM: tegra: Store tegra_resume() address in IRAM

2015-01-19 Thread Thierry Reding
On Thu, Jan 15, 2015 at 01:58:58PM +0300, Dmitry Osipenko wrote: > Commit 7232398abc6a ("ARM: tegra: Convert PMC to a driver") changed > tegra_resume() > location storing from late to early and, as a result, broke suspend on > Tegra20. > PMC scratch register 41 is used by tegra LP1 resume code

Re: [PATCH] ARM: tegra: Store tegra_resume() address in IRAM

2015-01-19 Thread Thierry Reding
On Thu, Jan 15, 2015 at 01:58:58PM +0300, Dmitry Osipenko wrote: Commit 7232398abc6a (ARM: tegra: Convert PMC to a driver) changed tegra_resume() location storing from late to early and, as a result, broke suspend on Tegra20. PMC scratch register 41 is used by tegra LP1 resume code for

[PATCH] ARM: tegra: Store tegra_resume() address in IRAM

2015-01-15 Thread Dmitry Osipenko
Commit 7232398abc6a ("ARM: tegra: Convert PMC to a driver") changed tegra_resume() location storing from late to early and, as a result, broke suspend on Tegra20. PMC scratch register 41 is used by tegra LP1 resume code for retrieving stored physical memory address of common resume function and

[PATCH] ARM: tegra: Store tegra_resume() address in IRAM

2015-01-15 Thread Dmitry Osipenko
Commit 7232398abc6a (ARM: tegra: Convert PMC to a driver) changed tegra_resume() location storing from late to early and, as a result, broke suspend on Tegra20. PMC scratch register 41 is used by tegra LP1 resume code for retrieving stored physical memory address of common resume function and in