[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/4] clock: Add ClockPreUpdate callback event type
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v2 2/4] clock: Add ClockPreUpdate callback event type |
Date: |
Wed, 10 Feb 2021 23:55:36 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 |
On 2/9/21 2:20 PM, Peter Maydell wrote:
> Add a new callback event type ClockPreUpdate, which is called on
> period changes before the period is updated.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> docs/devel/clocks.rst | 9 ++++++++-
> include/hw/clock.h | 1 +
> hw/core/clock.c | 3 +++
> 3 files changed, 12 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
- Re: [PATCH v2 4/4] hw/timer/npcm7xx_timer: Use new clock_ns_to_ticks(), (continued)