The following changes since commit b996544916429946bf4934c1c01a306d1690972c:
tick: Get rid of tick_period (2020-11-19 10:48:29 +0100) are available in the Git repository at: ssh://[email protected]/people/daniel.lezcano/linux.git tags/timers-v5.11 for you to fetch changes up to ab3105446f1ec4e98fadfc998ee24feec271c16c: clocksource/drivers/riscv: Make RISCV_TIMER depends on RISCV_SBI (2020-12-03 19:16:26 +0100) ---------------------------------------------------------------- - Add static annotation for the sp804 init functions (Zhen Lei) - Code cleanups and error code path at init time fixes on the sp804 (Kefen Wang) - Add new OST timer driver device tree bindings (Zhou Yanjie) - Remove EZChip NPS clocksource driver corresponding to the NPS platform which was removed from the ARC architecture (Vineet Gupta) - Add missing clk_disable_unprepare() on error path for Orion (Yang Yingliang) - Add device tree bindings documentation for Renesas r8a774e1 (Marian-Cristian Rotariu) - Convert Renesas TMU to json-schema (Geert Uytterhoeven) - Fix memory leak on the error path at init time on the cadence_ttc driver (Yu Kuai) - Fix section mismatch for Ingenic timer driver (Daniel Lezcano) - Make RISCV_TIMER depends on RISCV_SBI (Kefeng Wang) ---------------------------------------------------------------- Daniel Lezcano (1): clocksource/drivers/ingenic: Fix section mismatch Geert Uytterhoeven (1): dt-bindings: timer: renesas: tmu: Convert to json-schema Kefeng Wang (5): clocksource/drivers/sp804: Make some symbol static clocksource/drivers/sp804: Use clk_prepare_enable and clk_disable_unprepare clocksource/drivers/sp804: Correct clk_get_rate handle clocksource/drivers/sp804: Use pr_fmt clocksource/drivers/riscv: Make RISCV_TIMER depends on RISCV_SBI Marian-Cristian Rotariu (1): dt-bindings: timer: renesas: tmu: Document r8a774e1 bindings Vineet Gupta (1): clocksource/drivers/nps: Remove EZChip NPS clocksource driver Yang Yingliang (1): clocksource/drivers/orion: Add missing clk_disable_unprepare() on error path Yu Kuai (1): clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent() Zhen Lei (1): clocksource/drivers/sp804: Add static for functions such as sp804_clockevents_init() 周琰杰 (Zhou Yanjie) (1): dt-bindings: timer: Add new OST support for the upcoming new driver. Documentation/devicetree/bindings/timer/renesas,tmu.txt | 49 -------------------------- Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/clocksource/Kconfig | 12 +------ drivers/clocksource/Makefile | 1 - drivers/clocksource/ingenic-timer.c | 2 +- drivers/clocksource/timer-cadence-ttc.c | 18 +++++----- drivers/clocksource/timer-nps.c | 284 -------------------------------------------------------------------------------------------------------------------------------------------------- drivers/clocksource/timer-orion.c | 11 ++++-- drivers/clocksource/timer-sp804.c | 49 +++++++++----------------- include/dt-bindings/clock/ingenic,sysost.h | 10 ++++-- 10 files changed, 142 insertions(+), 393 deletions(-) delete mode 100644 Documentation/devicetree/bindings/timer/renesas,tmu.txt create mode 100644 Documentation/devicetree/bindings/timer/renesas,tmu.yaml delete mode 100644 drivers/clocksource/timer-nps.c -- <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

