aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/extres/regulator
Commit message (Expand)AuthorAgeFilesLines
* MFC r356803:Emmanuel Vadot2020-06-191-0/+16
* MFC r356487:Emmanuel Vadot2020-06-161-2/+3
* MFC r356649: regulator: small enhancements to regulator_shutdownKyle Evans2020-01-161-7/+27
* MFC r353917-r353919, r354396-r354397Emmanuel Vadot2019-11-284-0/+121
* MFC r345295:Michal Meloun2019-08-091-1/+1
* MFC r340987, r340989, r341254, r341269, r341333Emmanuel Vadot2019-08-051-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