summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/syscon.c
AgeCommit message (Collapse)Author
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
rename of_search_compatible() to of_compatible_lookup(). Standardize on of_compatible_match() for driver matching, and adapt all call sites.
2019-10-28enumerate devices under child "clocks" nodejmcneill
2019-02-25Attach syscon to "simple-mfd" devices and fix a bug with fdt_find_with_propertyjmcneill
2018-06-30Allow nodes to attach child devices using the same sorting rules as usedjmcneill
by the simplebus driver.
2018-06-30Add support for system controller nodes.jmcneill