From: Sebastian Hesselbarth Date: Tue, 13 Aug 2013 12:25:20 +0000 (+0200) Subject: PCI: mvebu: move clock enable before register access X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~49^2~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b42285f66f871a9898a0e79e2d74bc7e7a101995;p=pandora-kernel.git PCI: mvebu: move clock enable before register access The clock passed to PCI controller found on MVEBU SoCs may come from a clock gate. This requires the clock to be enabled before any registers are accessed. Therefore, move the clock enable before register iomap to ensure it is enabled. Signed-off-by: Sebastian Hesselbarth Signed-off-by: Jason Cooper --- Reading git-diff-tree failed