Hi Thomas,
please consider the following three fixes for the timer drivers. Thanks -- Daniel The following changes since commit e3fab2f3de081e98c50b7b4ace1b040161d95310: ntp: Fix RTC synchronization on 32-bit platforms (2021-01-12 21:13:01 +0100) are available in the Git repository at: https://git.linaro.org/people/daniel.lezcano/linux.git tags/timers-v5.11-rc5 for you to fetch changes up to 7da390694afbaed8e0f05717a541dfaf1077ba51: clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is defined (2021-01-18 22:28:59 +0100) ---------------------------------------------------------------- - Fix harmless warning with the ixp4xx when the TIMER_OF option is not selected (Arnd Bergmann) - Make sure channel clock supply is enabled on sh_cmt (Geert Uytterhoeven) - Fix compilation error when DEBUG is defined with the mxs_timer (Tom Rix) ---------------------------------------------------------------- Arnd Bergmann (1): clocksource/drivers/ixp4xx: Select TIMER_OF when needed Geert Uytterhoeven (1): clocksource/drivers/sh_cmt: Make sure channel clock supply is enabled Tom Rix (1): clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is defined arch/arm/mach-ixp4xx/Kconfig | 1 - drivers/clocksource/Kconfig | 1 + drivers/clocksource/mxs_timer.c | 5 +---- drivers/clocksource/sh_cmt.c | 16 +++++++++++++--- 4 files changed, 15 insertions(+), 8 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

