aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/regulator
Commit message (Collapse)AuthorAgeFilesLines
* regulator_fixed: add support for 'gpios' propertyMichal Meloun2026-02-221-5/+12
| | | | | | This is a newer version of the "gpio" property. MFC after: 3 weeks
* regulator: don't use internal gpiobus functionAhmad Khalifa2025-07-041-6/+2
| | | | | | | | | gpiobus_acquire_pin is only meant to be used internally by gpiobus. Use gpio_pin_acquire instead. Reviewed by: manu, mmel Approved by: imp (mentor) Differential Revision: https://reviews.freebsd.org/D50870
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-062-4/+8
| | | | | Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47675
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-107-0/+2277
We've removed kernel option EXT_RESOURCES almost two years ago. While it was ok to have some code under a common 'extres' subdirectory at first, we now have a lot of consumer of it and we made it mandatory so no need to have it under a cryptic name. Reviewed by: emaste, imp Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D43194