Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-03 | clocksource: timer-imx-gpt: remove include of <asm/mach/time.h> | Shawn Guo | |
The include of <asm/mach/time.h> is not needed at all, and causes build error in some cases. Remove it. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> | |||
2015-06-03 | ARM: imx: move timer driver into drivers/clocksource | Shawn Guo | |
After the cleanup on imx timer driver, now it's ready to be moved into drivers/clocksource/. Let's do it. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> |