Re: [PATCH 3/4] clock: Remove clock_get_ns()

2020-12-09 Thread Luc Michel
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

Re: [PATCH 3/4] clock: Remove clock_get_ns()

2020-12-08 Thread Richard Henderson
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

[PATCH 3/4] clock: Remove clock_get_ns()

2020-12-08 Thread Peter Maydell
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