From: Maxime Ripard Date: Tue, 31 Mar 2015 10:12:24 +0000 (+0200) Subject: clocksource/drivers/sun5i: Use of_io_request_and_map() X-Git-Tag: omap-for-v4.2/o2_dc~187^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a45860d0ba433c217d359fa2cc2a4984d18ce263;p=pandora-kernel.git clocksource/drivers/sun5i: Use of_io_request_and_map() of_iomap doesn't do a request_mem_region() on the memory area defined in the DT it maps. Switch to of_io_request_and_map() to make sure we're the only users. Signed-off-by: Maxime Ripard Signed-off-by: Daniel Lezcano Cc: linux-arm-kernel@lists.infradead.org Link: http://lkml.kernel.org/r/1427796746-373-3-git-send-email-daniel.lezcano@linaro.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed