The following changes since commit ec02821c1d35f93b821bc9fdfa83a5f3e9d7275d:
alarmtimer: Convert comma to semicolon (2020-08-25 12:45:53 +0200) are available in the Git repository at: https://[email protected]/people/daniel.lezcano/linux.git tags/timers-v5.10 for you to fetch changes up to 549437a43f45ce70cf5012317633c635c43ba4f4: clocksource/drivers/sp804: Enable Hisilicon sp804 timer 64bit mode (2020-09-24 10:51:04 +0200) ---------------------------------------------------------------- - Add DT binding documentation to support the r8a7742 and r8a774e1 platforms (Lad Prabhakar) - Add sp804 variant support for the Hisilicon platforms (Kefeng Wang) ---------------------------------------------------------------- Kefeng Wang (1): clocksource/drivers/sp804: Cleanup clk_get_sys() Lad Prabhakar (2): dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support dt-bindings: timer: renesas,cmt: Document r8a774e1 CMT support Zhen Lei (7): clocksource/drivers/sp804: Remove unused sp804_timer_disable() and timer-sp804.h clocksource/drivers/sp804: Delete the leading "__" of some functions clocksource/drivers/sp804: Remove a mismatched comment clocksource/drivers/sp804: Prepare for support non-standard register offset clocksource/drivers/sp804: Support non-standard register offset clocksource/drivers/sp804: Add support for Hisilicon sp804 timer clocksource/drivers/sp804: Enable Hisilicon sp804 timer 64bit mode .../devicetree/bindings/timer/renesas,cmt.yaml | 4 + drivers/clocksource/timer-sp.h | 32 ++++ drivers/clocksource/timer-sp804.c | 210 ++++++++++++++------- include/clocksource/timer-sp804.h | 29 --- 4 files changed, 183 insertions(+), 92 deletions(-) delete mode 100644 include/clocksource/timer-sp804.h -- <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

