|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 02/25] clock: Add new clock_has_source() function |
Date: | Wed, 27 Jan 2021 22:56:49 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 |
On 1/21/21 8:05 PM, Peter Maydell wrote: > Add a function for checking whether a clock has a source. This is > useful for devices which have input clocks that must be wired up by > the board as it allows them to fail in realize rather than ploughing > on with a zero-period clock. > > Signed-off-by: Peter Maydell <peter.maydell@linaro.org> > --- > docs/devel/clocks.rst | 16 ++++++++++++++++ > include/hw/clock.h | 15 +++++++++++++++ > 2 files changed, 31 insertions(+) Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[Prev in Thread] | Current Thread | [Next in Thread] |