summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/gpioregulator.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.
2021-01-17trailing whitespacejmcneill
2019-01-19Set initial regulator states at attach timejmcneill
2017-08-13Add GPIO regulator driver.jmcneill