mbox series

[0/2] Improve CLOCK_EVT_FEAT_C3STOP feature setting

Message ID 20220719054729.2224766-1-apatel@ventanamicro.com (mailing list archive)
Headers show
Series Improve CLOCK_EVT_FEAT_C3STOP feature setting | expand

Message

Anup Patel July 19, 2022, 5:47 a.m. UTC
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(-)