Re: [PATCH 02/25] clock: Add new clock_has_source() function

2021-01-27 Thread Philippe Mathieu-Daudé
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-b

Re: [PATCH 02/25] clock: Add new clock_has_source() function

2021-01-22 Thread Luc Michel
On 19:05 Thu 21 Jan , 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

[PATCH 02/25] clock: Add new clock_has_source() function

2021-01-21 Thread Peter Maydell
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 --- docs/devel/clocks.rst | 16 +++