From a45860d0ba433c217d359fa2cc2a4984d18ce263 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 31 Mar 2015 12:12:24 +0200 Subject: [PATCH] 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-format-patch failed