Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-15 | ARM: at91: pm: Add sama5d2 backup mode | Alexandre Belloni | |
The sama5d2 has a mode were it is possible to cut power to the SoC while keeping the RAM in self refresh. Resuming from that mode needs support in the firmware/bootloader. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Wenyou Yang <wenyou.yang@atmel.com> | |||
2017-03-31 | ARM: at91: pm: Use struct at91_pm_data in pm_suspend.S | Alexandre Belloni | |
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> |