On 12/8/20 7:15 PM, Peter Maydell wrote:
Remove the now-unused clock_get_ns() API and the CLOCK_PERIOD_TO_NS()
macro that only it was using.
Signed-off-by: Peter Maydell
Reviewed-by: Luc Michel
---
docs/devel/clocks.rst | 17 +
include/hw/clock.h| 6 --
2 files
On 12/8/20 12:15 PM, Peter Maydell wrote:
> Remove the now-unused clock_get_ns() API and the CLOCK_PERIOD_TO_NS()
> macro that only it was using.
>
> Signed-off-by: Peter Maydell
> ---
> docs/devel/clocks.rst | 17 +
> include/hw/clock.h| 6 --
> 2 files changed, 13 inse
Remove the now-unused clock_get_ns() API and the CLOCK_PERIOD_TO_NS()
macro that only it was using.
Signed-off-by: Peter Maydell
---
docs/devel/clocks.rst | 17 +
include/hw/clock.h| 6 --
2 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/docs/devel/clocks