aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/extres/regulator
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* Only include regdev_if.h when it's neededAndrew Turner2022-10-281-0/+2
* Fix the includes in regulator_fixed.cAndrew Turner2022-10-281-1/+2
* Allow the extres regulator code to build without FDTAndrew Turner2022-10-272-1/+3
* Remove unneeded FDT checks from phydev and regdevAndrew Turner2022-10-041-6/+0
* extres: regulator: fix the build without FDTKyle Evans2022-09-291-1/+1
* extres drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-092-5/+2
* extres: regulator: Fix regulator_status for already enable regulatorsEmmanuel Vadot2021-05-211-0/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+4
* regulator_fixed: Add a get_voltage methodEmmanuel Vadot2020-01-161-0/+16
* regulator: small enhancements to regulator_shutdownKyle Evans2020-01-121-7/+27
* regulator: fix regnode_method_get_voltageEmmanuel Vadot2020-01-081-2/+3
* regulator: Add regulator_check_voltage functionEmmanuel Vadot2019-11-064-0/+42
* regulator: Add a regnode_set_constraint functionEmmanuel Vadot2019-10-232-0/+70
* regulator: Add a regnode_method_initEmmanuel Vadot2019-10-231-0/+9
* extres: Unify error codes for <foo>_get_by_ofw_property() methods.Michal Meloun2019-03-191-1/+1
* regulator_fixed: Do not disable fixed regulator at probeEmmanuel Vadot2018-11-261-8/+8
* regulator: Use bool values instead of 0/1Emmanuel Vadot2018-09-041-5/+6
* Fix handling of enable counter for shared GPIO line in fixed regulator.Michal Meloun2018-06-163-4/+65
* extres/regulator: Switch boot_on/always_on sysctl to uint8Kyle Evans2018-06-151-4/+4
* Revert r335173 at request of mmel@Kyle Evans2018-06-153-20/+0
* extres/regulator: Properly refcount gpio regulatorsKyle Evans2018-06-143-0/+20
* regulator: Fix typo (shuting/shutting)Emmanuel Vadot2018-05-301-1/+1
* regulator: Check status before disablingEmmanuel Vadot2018-04-201-3/+5
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-2/+2
* regulator: Disable unused regulatorEmmanuel Vadot2018-04-041-0/+31
* extres/regulators: Add sysctls for regulatorsEmmanuel Vadot2018-03-112-0/+91
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* REGULATOR: Move functions for handling with regulator ranges toMichal Meloun2016-10-182-0/+105
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-102-4/+7
* Rename gpiobus_map_pin() to gpiobus_acquire_pin(), to better reflect theIan Lepore2016-05-261-2/+2
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-141-2/+2
* Add regulator framework, a next part of new 'extended resources' family ofMichal Meloun2016-03-157-0/+1838