From: Thomas Petazzoni Date: Mon, 14 Apr 2014 13:50:30 +0000 (+0200) Subject: ARM: mvebu: improve PMSU driver to request its resource X-Git-Tag: omap-for-v3.16/fixes-against-rc1~52^2~16^2~30^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd045a1ebb48e5901508574188404d9bd3bdd72f;p=pandora-kernel.git ARM: mvebu: improve PMSU driver to request its resource Until now, the PMSU driver was using of_iomap() to map its registers, but of_iomap() doesn't call request_mem_region(). This commit fixes the memory mapping code of the PMSU to do so, which will also be useful for a later commit since we will need to adjust the resource base address and size for Device Tree backward compatibility. Signed-off-by: Thomas Petazzoni Link: https://lkml.kernel.org/r/1397483433-25836-4-git-send-email-thomas.petazzoni@free-electrons.com Acked-by: Gregory CLEMENT Signed-off-by: Jason Cooper --- Reading git-diff-tree failed