Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-30 | clocksource: vf_pit_timer: Switch to sched_clock_register() | Stephen Boyd | 1 | -2/+2 | |
The 32 bit sched_clock interface now supports 64 bits. Upgrade to the 64 bit function to allow us to remove the 32 bit registration interface. Cc: Jingchang Lu <[email protected]> Cc: Fabio Estevam <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: John Stultz <[email protected]> | |||||
2013-06-25 | clocksource: vf_pit_timer: Use linux/sched_clock.h | Fabio Estevam | 1 | -1/+1 | |
Commit 38ff87f7 (sched_clock: Make ARM's sched_clock generic for all architectures) changed the header to <linux/sched_clock.h>, so adapt it in order to fix the following build error: drivers/clocksource/vf_pit_timer.c:15:29: fatal error: asm/sched_clock.h: No such file or directory Signed-off-by: Fabio Estevam <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]> | |||||
2013-06-06 | clocksource: Add Freescale Vybrid pit timer support | Jingchang Lu | 1 | -0/+194 | |
Add Freescale Vybrid Family period interrupt timer support. Signed-off-by: Jingchang Lu <[email protected]> Reviewed-by: Daniel Lezcano <[email protected]> Acked-by: Shawn Guo <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> |