CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2023/04/01 02:37:23
Modified files: sys/dev/ofw : ofw_regulator.c ofw_regulator.h Log message: Implement regulator notifiers which get called when the voltage/current for a regulator is changed or when the regulator gets initialized when it attaches for the first time. The latter makes it possible to register a notifier for a regulator that hasn't attached yet. ok dlg@