commit | 1ecd34ddf63ef1d4015da5e5de6881e6845a6b0a | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Fri Jul 20 14:27:39 2018 +0200 |
committer | Tejun Heo <tj@kernel.org> | Mon Jul 23 08:18:43 2018 -0700 |
tree | 833769609ee48758c8d4b196a8ec7d09de4110d1 | |
parent | c01e229f24eb133ca85453597447477974b07f20 [diff] |
ata: sata_rcar: Add rudimentary Runtime PM support Replace the explicit clock handling to enable/disable the SATA module by calls to Runtime PM. This makes the driver independent of actual SoC clock/power hierarchies, and is needed to support virtualization, where the guest is not in full control of power management. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Tejun Heo <tj@kernel.org>