History log of /netbsd-src/sys/dev/fdt/syscon.c (Results 1 – 5 of 5)
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 ...


# a0504a86 28-Oct-2019 jmcneill <jmcneill@NetBSD.org>

enumerate devices under child "clocks" node


# d0257dc5 25-Feb-2019 jmcneill <jmcneill@NetBSD.org>

Attach syscon to "simple-mfd" devices and fix a bug with fdt_find_with_property


# 78c7f984 30-Jun-2018 jmcneill <jmcneill@NetBSD.org>

Allow nodes to attach child devices using the same sorting rules as used
by the simplebus driver.


# 5b0333eb 30-Jun-2018 jmcneill <jmcneill@NetBSD.org>

Add support for system controller nodes.