History log of /netbsd-src/sys/dev/fdt/fixedclock.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 6e54367a 27-Jan-2021 thorpej <thorpej@NetBSD.org>

Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all c

Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.

show more ...


# 51b425ef 09-Sep-2018 aymeric <aymeric@NetBSD.org>

Pass clock provider's phandle to fdtbus_clock_controller_func.decode()
and update callers.

This allows to accomodate clock managers whose clocks are identified
directly by a clock instead of a pair

Pass clock provider's phandle to fdtbus_clock_controller_func.decode()
and update callers.

This allows to accomodate clock managers whose clocks are identified
directly by a clock instead of a pair (clock provider, index).

ok jmcneill@ on port-arm

show more ...


# 3b4803fc 16-Jun-2018 jmcneill <jmcneill@NetBSD.org>

If clock-output-names is specified, use it for the clock name instead of the node name


# a756758d 28-Apr-2018 jmcneill <jmcneill@NetBSD.org>

Initialize clk domain name and call clk_attach to register sysctl nodes


# 10ea0ce9 21-Apr-2017 jmcneill <jmcneill@NetBSD.org>

dmesg fix


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

Add support for simple fixed-rate clock source bindings.