Re: [PATCH v5 3/3] timekeeping: add missing _ns functions for coarse accessors

From: Arnd Bergmann
Date: Fri Jun 21 2019 - 16:46:09 EST


On Fri, Jun 21, 2019 at 10:33 PM Jason A. Donenfeld <Jason@xxxxxxxxx> wrote:
>
> This further unifies the accessors for the fast and coarse functions, so
> that the same types of functions are available for each. There was also
> a bit of confusion with the documentation, which prior advertised a
> function that has never existed. Finally, the vanilla ktime_get_coarse()
> was omitted from the API originally, so this fills this oversight.
>
> Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>
> Cc: Arnd Bergmann <arnd@xxxxxxxx>


All three patches

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>

Thanks for the cleanup and your patience.

Arnd