commit | d6ecf158148883be1588859c46d6d424513e2e0d | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Wed Jun 17 14:11:01 2015 +0200 |
committer | Tejun Heo <tj@kernel.org> | Wed Jun 17 14:25:53 2015 -0400 |
tree | 83428d4d11b732c65c3c98dc82705c9180b8edca | |
parent | 34c56932ce5278b8bbae13936f9df05cd59e3193 [diff] |
ata: ahci_mvebu: add suspend/resume support This commit adds suspend/resume support to the ahci_mvebu driver. The suspend hook doesn't do anything special despite calling the generic ahci_platform_suspend_host() function. However, the resume hook has to restore the MBus windows configuration, as well as the regret option. Tested on Marvell Armada 388 GP. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Tejun Heo <tj@kernel.org>