Hi Thomas, this is a last minute changes, hopefully you can take it for v4.13.
- Made the tcb_clksrc endianess agnostic as the AVR32 support is gone (Alexandre Belloni) - Unmap io region on failure at init time in the fsl_ftm_timer (Arvind Yadav) - Fix a bad return value for the mips-gic-timer at init time (Christophe Jaillet) - Fix invalid iomap check and switch the sun4i timer to use the common timer init routine (Daniel Lezcano) Thanks. -- Daniel The following changes since commit 9902747ec57d11b27c98e53d66112ecceed43c82: Revert "ktime: Simplify ktime_compare implementation" (2017-06-26 10:39:40 +0200) are available in the git repository at: https://[email protected]/people/daniel.lezcano/linux.git clockevents/4.13 for you to fetch changes up to 7028526e62e3389d4c64d9ae4f2fe6bd8eba3aec: clocksource/drivers/mips-gic-timer: Fix an error code in 'gic_clocksource_of_init()' (2017-06-26 18:32:04 +0200) ---------------------------------------------------------------- Alexandre Belloni (1): clocksource/drivers/tcb_clksrc: Make IO endian agnostic Arvind Yadav (1): clocksource/drivers/fsl_ftm_timer: Unmap region obtained by of_iomap Christophe Jaillet (1): clocksource/drivers/mips-gic-timer: Fix an error code in 'gic_clocksource_of_init()' Daniel Lezcano (2): clocksource/drivers/timer-of: Fix invalid iomap check clocksource/drivers/sun4i: Switch to the timer-of common init drivers/clocksource/Kconfig | 1 + drivers/clocksource/fsl_ftm_timer.c | 8 +++++-- drivers/clocksource/mips-gic-timer.c | 5 +++-- drivers/clocksource/sun4i_timer.c | 171 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------- drivers/clocksource/tcb_clksrc.c | 58 +++++++++++++++++++++++++------------------------- drivers/clocksource/timer-of.c | 2 +- 6 files changed, 117 insertions(+), 128 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

