This series improves the RISC-V timer driver to set CLOCK_EVT_FEAT_C3STOP feature based on RISC-V platform capabilities. These patches can also be found in riscv_timer_dt_imp_v1 branch at: https://github.com/avpatel/linux.git Anup Patel (2): dt-bindings: riscv: Add optional DT property riscv,timer-always-on clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT property Documentation/devicetree/bindings/riscv/cpus.yaml | 6 ++++++ drivers/clocksource/timer-riscv.c | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) -- 2.34.1