commit | 65cc1a59d192be1df33633d3fe668a1e3e0edc36 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Tue Jan 31 18:12:57 2017 +0100 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Fri Mar 31 20:36:05 2017 +0200 |
tree | 0d9b421633860e02720fde8bc6db10e4ef10e7ae | |
parent | 9e07c3ce2c1054af503b0cb5860df0f8c8ee2619 [diff] |
ARM: at91: pm: Use struct at91_pm_data in pm_suspend.S The number of register we can safely pass to at91_pm_suspend_in_sram is limited. Instead, pass the address to the at91_pm_data structure. The offsets are automatically generated to avoid hardcoding them. Acked-by: Wenyou Yang <wenyou.yang@atmel.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>