aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/stpmic1_regulator.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-13regulator: stpmic1: Fix kernel-doc notation warningsGravatar Jiapeng Chong 1-1/+1
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.19 and 5.4Gravatar Douglas Anderson 1-0/+1
2023-03-11regulator: Use of_property_read_bool() for boolean propertiesGravatar Rob Herring 1-1/+1
2021-06-21regulator: add property parsing and callbacks to set protection limitsGravatar Matti Vaittinen 1-2/+18
2020-09-07regulator: remove locking around regulator_notifier_call_chain()Gravatar Michał Mirosław 1-4/+0
2020-06-26regulator: stpmic1_regulator: Properly document 'struct stpmic1_regulator_cfg'Gravatar Lee Jones 1-1/+1
2020-05-08regulator: use linear_ranges helperGravatar Matti Vaittinen 1-9/+9
2019-11-15regulator: stpmic1: Set a default ramp delay valueGravatar Pascal Paillet 1-0/+6
2019-02-19Merge branch 'regulator-5.0' into regulator-5.1 stpmic1 const/rangeGravatar Mark Brown 1-2/+3
2019-02-19regulator: stpmic1: Change buck1 voltage rangeGravatar Pascal PAILLET-LME 1-3/+4
2019-02-19regulator: stpmic1: Add active discharge supportGravatar Pascal PAILLET-LME 1-13/+55
2019-02-19regulator: stpmic1: Remove support for regulator pull downGravatar Pascal PAILLET-LME 1-12/+0
2019-02-19regulator: stpmic1: Simplify regulators registrationGravatar Pascal PAILLET-LME 1-116/+52
2019-02-19regulator: stpmic1: Use regulator mode definition from bindingsGravatar Pascal PAILLET-LME 1-3/+2
2019-02-18regulator: stpmic1: Remove regul_id and *regmap from struct stpmic1_regulatorGravatar Axel Lin 1-8/+4
2019-01-23regulator: stpmic1: Add static const qualifier at peroper placesGravatar Axel Lin 1-21/+17
2018-12-03regulator: stpmic1: fix regulator_lock usageGravatar Pascal PAILLET-LME 1-1/+1
2018-11-19regulator: core: Use ww_mutex for regulators lockingGravatar Dmitry Osipenko 1-2/+2
2018-10-10regulator: stpmic1: Return REGULATOR_MODE_INVALID for invalid modeGravatar Axel Lin 1-1/+1
2018-10-08regulator: stpmic1: add stpmic1 regulator driverGravatar pascal paillet 1-0/+674