commit | fb178d8b2fab3f2a9f203c13ffe80cfd6e01bdf1 | [log] [tgz] |
---|---|---|
author | Valentine Barshak <valentine.barshak@cogentembedded.com> | Wed Dec 04 20:33:35 2013 +0400 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Dec 09 16:24:37 2013 -0700 |
tree | 5d6c1a088da4b1ce64eaa1d26d8a0a4e53940232 | |
parent | c176d1c71bd18238e5d77d6acc6b991aa6a17f3b [diff] |
PCI: rcar: Add runtime PM support If runtime PM is enabled in the kernel config, the PCI clocks are not forced on at start-up, and thus, are never enabled. Use pm_runtime_get_sync() to enable the clocks. While at it, use dev_info() instead of pr_info() since now we have the device pointer available in the PCI setup callback. Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>