summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/stpmic1_regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: stpmic1: Fix kernel-doc notation warningsJiapeng Chong2023-11-131-1/+1
* regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.19 and 5.4Douglas Anderson2023-03-201-0/+1
* regulator: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-111-1/+1
* regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen2021-06-211-2/+18
* regulator: remove locking around regulator_notifier_call_chain()Michał Mirosław2020-09-071-4/+0
* regulator: stpmic1_regulator: Properly document 'struct stpmic1_regulator_cfg'Lee Jones2020-06-261-1/+1
* regulator: use linear_ranges helperMatti Vaittinen2020-05-081-9/+9
* regulator: stpmic1: Set a default ramp delay valuePascal Paillet2019-11-151-0/+6
* Merge branch 'regulator-5.0' into regulator-5.1 stpmic1 const/rangeMark Brown2019-02-191-2/+3
|\
| * regulator: stpmic1: Change buck1 voltage rangePascal PAILLET-LME2019-02-191-3/+4
* | regulator: stpmic1: Add active discharge supportPascal PAILLET-LME2019-02-191-13/+55
* | regulator: stpmic1: Remove support for regulator pull downPascal PAILLET-LME2019-02-191-12/+0
* | regulator: stpmic1: Simplify regulators registrationPascal PAILLET-LME2019-02-191-116/+52
* | regulator: stpmic1: Use regulator mode definition from bindingsPascal PAILLET-LME2019-02-191-3/+2
* | regulator: stpmic1: Remove regul_id and *regmap from struct stpmic1_regulatorAxel Lin2019-02-181-8/+4
* | regulator: stpmic1: Add static const qualifier at peroper placesAxel Lin2019-01-231-21/+17
|/
* regulator: stpmic1: fix regulator_lock usagePascal PAILLET-LME2018-12-031-1/+1
* regulator: core: Use ww_mutex for regulators lockingDmitry Osipenko2018-11-191-2/+2
* regulator: stpmic1: Return REGULATOR_MODE_INVALID for invalid modeAxel Lin2018-10-101-1/+1
* regulator: stpmic1: add stpmic1 regulator driverpascal paillet2018-10-081-0/+674