regulator: don't use internal gpiobus functiongpiobus_acquire_pin is only meant to be used internally by gpiobus. Usegpio_pin_acquire instead.Reviewed by: manu, mmelApproved by: imp (mentor)Di
regulator: don't use internal gpiobus functiongpiobus_acquire_pin is only meant to be used internally by gpiobus. Usegpio_pin_acquire instead.Reviewed by: manu, mmelApproved by: imp (mentor)Differential Revision: https://reviews.freebsd.org/D50870
show more ...
Replace calls to bus_generic_attach with bus_attach_childrenReviewed by: impDifferential Revision: https://reviews.freebsd.org/D47675
regulator: Move regulator code in dev/regulatorWe've removed kernel option EXT_RESOURCES almost two years ago.While it was ok to have some code under a common 'extres' subdirectoryat first, we no
regulator: Move regulator code in dev/regulatorWe've removed kernel option EXT_RESOURCES almost two years ago.While it was ok to have some code under a common 'extres' subdirectoryat first, we now have a lot of consumer of it and we made it mandatoryso no need to have it under a cryptic name.Reviewed by: emaste, impSponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.freebsd.org/D43194