History log of /netbsd-src/sys/dev/clk/clk_backend.h (Results 1 – 4 of 4)
Revision Date Author Comments
# ed41487b 28-Apr-2018 jmcneill <jmcneill@NetBSD.org>

Create private sysctl nodes for inspecting clock trees.


# 70d99699 01-Apr-2018 bouyer <bouyer@NetBSD.org>

As discussed on tech-kern@ 10 days ago, add a clk_round_rate() method,
which returns the rate that would be used by this clock if clk_set_rate()
was called. Used by drivers (or other clocks) which ha

As discussed on tech-kern@ 10 days ago, add a clk_round_rate() method,
which returns the rate that would be used by this clock if clk_set_rate()
was called. Used by drivers (or other clocks) which have their own divider
and need to know the parent's clock capabilities to compute the best
parameters.

show more ...


# e69bfca1 16-Apr-2017 jmcneill <jmcneill@NetBSD.org>

Add support for multiple clock domains in clk API.


# bd0f8235 05-Dec-2015 jmcneill <jmcneill@NetBSD.org>

Add basic clock device infrastructure.