aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/vf_pit_timer.c
Commit message (Collapse)AuthorAge
* clocksource: vf_pit_timer: use complement for sched_clock readingStefan Agner2014-04-19
| | | | | | | | | | | | | | | | | | | | commit 224aa3ed45c8735ae02bb2ecca002409fa6aa772 upstream. Vybrids PIT register is monitonic decreasing. However, sched_clock reading needs to be monitonic increasing. Use bitwise not to get the complement of the clock register. This fixes the clock going backward. Also, the clock now starts at 0 since we load the register with the maximum value at start. Signed-off-by: Stefan Agner <stefan@agner.ch> Acked-by: Shawn Guo <shawn.guo@linaro.org> Cc: daniel.lezcano@linaro.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux@arm.linux.org.uk Link: http://lkml.kernel.org/r/d25af915993aec1b486be653eb86f748ddef54fe.1394057313.git.stefan@agner.ch Cc: stable@vger.kernel.org Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* clocksource: Add Freescale Vybrid pit timer supportJingchang Lu2014-04-16
Commit c19672492d233e0012b60fbfa460ffac1381ee26 upstream. Add Freescale Vybrid Family period interrupt timer support. Signed-off-by: Jingchang Lu <b35083@freescale.com> Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>