The following changes since commit 1eaff67266b6b6c97bbd33cf2c20577822836413:
clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GETTIMEOFFSET=y (2013-05-28 09:48:46 +0200) are available in the git repository at: git://git.linaro.org/people/dlezcano/clockevents.git timers/clockevents The following changes since commit 1eaff67266b6b6c97bbd33cf2c20577822836413: clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GETTIMEOFFSET=y (2013-05-28 09:48:46 +0200) are available in the git repository at: git://git.linaro.org/people/dlezcano/clockevents.git timers/clockevents for you to fetch changes up to 77ba83bb1bb1cdabd522d32536f8eee65a870145: clocksource: Add TI-Nspire timer support (2013-06-06 17:23:13 +0200) ---------------------------------------------------------------- Baruch Siach (1): clocksource: dw_apb: Fix error check Daniel Tang (1): clocksource: Add TI-Nspire timer support Jingchang Lu (1): clocksource: Add Freescale Vybrid pit timer support .../devicetree/bindings/timer/lsi,zevio-timer.txt | 33 +++ drivers/clocksource/Kconfig | 5 + drivers/clocksource/Makefile | 2 + drivers/clocksource/dw_apb_timer_of.c | 2 +- drivers/clocksource/vf_pit_timer.c | 194 ++++++++++++++++++ drivers/clocksource/zevio-timer.c | 215 ++++++++++++++++++++ 6 files changed, 450 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/timer/lsi,zevio-timer.txt create mode 100644 drivers/clocksource/vf_pit_timer.c create mode 100644 drivers/clocksource/zevio-timer.c -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/