The following changes since commit 07d7e12091f4ab869cc6a4bb276399057e73b0b3:
alarmtimer: Return correct remaining time (2019-04-10 15:23:26 +0200) are available in the Git repository at: https://git.linaro.org/people/daniel.lezcano/linux.git tags/timers-v5.1-rc6 for you to fetch changes up to 4d86c9f73c5a9a7c3c0661e922509c2c51801671: clocksource/drivers/timer-ti-dm: Remove omap_dm_timer_set_load_start (2019-04-16 14:26:54 +0200) ---------------------------------------------------------------- Clockevent / clocksource fixes update for v5.1-rc6 - Fix TIMER_OF missing option dependency for npcm (Arnd Bergmann) - Remove a pointless macro call for arm_arch_timer (Yangtao Li) - Fix wrong compatible string for oxnas (Neil Armstrong) - Fix compilation warning by removing a dead function on omap (Nathan Chancellor) ---------------------------------------------------------------- Arnd Bergmann (1): clocksource/drivers/npcm: select TIMER_OF Nathan Chancellor (1): clocksource/drivers/timer-ti-dm: Remove omap_dm_timer_set_load_start Neil Armstrong (1): clocksource/drivers/oxnas: Fix OX820 compatible Yangtao Li (1): clocksource/drivers/arm_arch_timer: Remove unneeded pr_fmt macro drivers/clocksource/Kconfig | 1 + drivers/clocksource/arm_arch_timer.c | 5 +---- drivers/clocksource/timer-oxnas-rps.c | 2 +- drivers/clocksource/timer-ti-dm.c | 28 ---------------------------- 4 files changed, 3 insertions(+), 33 deletions(-) -- <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

