Hi Thomas, These are the changes for 4.15:
- Improve the generic clockevents dependency by factoring out the option in the Kconfig menu option (Arnd Bergmann) - Add missing "\n" in pr_err messages for fttmr010, owl and rockchip (Arvind Yadav) - Add missing timer_of_exit function to rollback timer_of_init (Benjamin Gaignard) - Fix path and add bindings to timers (Daniel Lezcano) - Cleanup and remove support for renesas,cmt-32* (Geert Uytterhoeven) - Add support for separate R-Car Gen2 (Magnus Damm) - Fix DEFINE_PER_CPU length definition to prevent warning at expansion time for the arm_arch_timer (Mark Rutland) - Remove pointless irq_save,restore in an already irq-disabled callback and add a shortcut optimization for the local cpu on mips-gic-timer (Matt Redfearn) Thanks! -- Daniel The following changes since commit 1843594c56bd79598a7ca4e6f7b6173e7d71b941: ahci: Convert timers to use timer_setup() (2017-10-19 23:15:16 +0200) are available in the git repository at: https://git.linaro.org/people/daniel.lezcano/linux.git/ clockevents/4.15 for you to fetch changes up to f48729a999ee57b9e831245779e68200dd2bde09: clocksource/drivers/timer-of: Add timer_of_exit function (2017-10-29 19:05:49 +0100) ---------------------------------------------------------------- Ard Biesheuvel (1): clocksource/drivers/arm_arch_timer: Validate CNTFRQ after enabling frame Arnd Bergmann (1): clocksource: Improve GENERIC_CLOCKEVENTS dependency Arvind Yadav (3): clocksource/drivers/fttmr010: pr_err() strings should end with newlines clocksource/drivers/owl: pr_err() strings should end with newlines clocksource/drivers/rockchip: pr_err() strings should end with newlines Benjamin Gaignard (1): clocksource/drivers/timer-of: Add timer_of_exit function Daniel Lezcano (1): MAINTAINERS: Fix path and add bindings to timers Geert Uytterhoeven (5): dt-bindings: timer: renesas, cmt: Fix SoC-specific compatible values clocksource/drivers/sh_cmt: Remove support for "renesas,cmt-32*" clocksource/drivers/sh_cmt: Mark "renesas,cmt-48-gen2" deprecated clocksource/drivers/sh_cmt: Remove unused "renesas, channels-mask" handling clocksource/drivers/sh_cmt: Use of_device_get_match_data() helper Magnus Damm (2): clocksource/drivers/sh_cmt: Use 0x3f mask for SH_CMT_48BIT case clocksource/drivers/sh_cmt: Support separate R-Car Gen2 CMT0/1 Mark Rutland (1): clocksource/drivers/arm_arch_timer: Fix DEFINE_PER_CPU expansion Matt Redfearn (2): clocksource/drivers/mips-gic-timer: Remove pointless irq_save,restore clocksource/drivers/mips-gic-timer: Add fastpath for local timer updates .../devicetree/bindings/timer/renesas,cmt.txt | 24 +++---- MAINTAINERS | 3 +- drivers/clocksource/Kconfig | 50 +++----------- drivers/clocksource/arm_arch_timer.c | 41 ++++++------ drivers/clocksource/mips-gic-timer.c | 12 ++-- drivers/clocksource/owl-timer.c | 4 +- drivers/clocksource/rockchip_timer.c | 2 +- drivers/clocksource/sh_cmt.c | 76 ++++++++++------------ drivers/clocksource/timer-fttmr010.c | 4 +- drivers/clocksource/timer-of.c | 12 ++++ drivers/clocksource/timer-of.h | 3 + 11 files changed, 105 insertions(+), 126 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