aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da9062-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22regulator: da9062: Return REGULATOR_MODE_INVALID for invalid modeAxel Lin1-1/+1
2019-11-15regulator: da9062: add of_map_mode support for bucksChristoph Fritz1-0/+21
2019-11-15regulator: da9062: refactor buck modes into headerChristoph Fritz1-18/+10
2019-10-08regulator: da9062: Simplify da9062_buck_set_mode for BUCK_MODE_MANUAL caseAxel Lin1-6/+3
2019-10-08Merge branch 'regulator-5.4' into regulator-5.5Mark Brown1-71/+47
2019-10-07regulator: da9062: Simplify the code iterating all regulatorsAxel Lin1-4/+1
2019-09-23regulator: da9062: fix suspend_enable/disable preparationMarco Felsch1-71/+47
2019-08-02regulator: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-20regulator: da9061/62: Adjust LDO voltage selection minimum valueFelix Riemann1-16/+24
2019-05-03regulator: da9xxx: Switch to SPDX identifierAxel Lin1-14/+5
2019-03-18regulator: da9062: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-93/+32
2019-03-13regulator: da9062: Fix notifier mutex lock warningSteve Twiss1-0/+2
2019-02-26regulator: da9062: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-4/+2
2019-02-19regulator: da9062: Select maximum current in specific range for set_current_limitAxel Lin1-1/+1
2019-01-28regulator: da9062: Check return value of devm_regmap_field_alloc callsAxel Lin1-5/+24
2017-06-07regulator: da9061: BUCK and LDO regulator driverSteve Twiss1-12/+291
2015-12-22regulator: da9*: constify regulator_ops structuresJulia Lawall1-2/+2
2015-07-14regulator: da9062: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-06-02regulator: da9062: Remove unused variable build warningS Twiss1-1/+0
2015-05-25regulator: da9062: Fix modaliasAxel Lin1-1/+1
2015-05-21regulator: da9062: DA9062 regulator driverS Twiss1-0/+843