From: Valentine Barshak Date: Wed, 4 Dec 2013 16:33:35 +0000 (+0400) Subject: PCI: rcar: Add runtime PM support X-Git-Tag: v3.14-rc1~132^2~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb178d8b2fab3f2a9f203c13ffe80cfd6e01bdf1;p=pandora-kernel.git 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 Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed