[PATCH 3/5] clocksource/drivers/sun5i: Use of_io_request_and_map

2015-03-31 Thread Daniel Lezcano
From: Maxime Ripard 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 --- drivers/clocksource/timer-sun5i.c | 3 ++- 1 file

[PATCH 3/5] clocksource/drivers/sun5i: Use of_io_request_and_map

2015-03-31 Thread Daniel Lezcano
From: Maxime Ripard maxime.rip...@free-electrons.com 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 maxime.rip...@free-electrons.com Signed-off-by: Daniel