aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da9055-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-07regulator: remove locking around regulator_notifier_call_chain()Michał Mirosław1-2/+0
2019-05-03regulator: da9xxx: Switch to SPDX identifierAxel Lin1-13/+7
2019-03-15regulator: da9055: Convert to regulator core's simplified DT parsing codeAxel Lin1-61/+6
2019-03-13regulator: da9055: Fix notifier mutex lock warningSteve Twiss1-0/+2
2019-03-03regulator: da9055: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-36/+9
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij1-1/+0
2018-09-20regulator: da905{2,5}: Remove unnecessary array checkNathan Chancellor1-1/+1
2018-02-16regulator: da9055: Pass descriptor instead of GPIO numberLinus Walleij1-2/+2
2015-12-22regulator: da9*: constify regulator_ops structuresJulia Lawall1-2/+2
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-26Merge remote-tracking branches 'regulator/topic/bcm590xx', 'regulator/topic/da9052', 'regulator/topic/da9055', 'regulator/topic/da9063', 'regulator/topic/da9210', 'regulator/topic/db8500' and 'regulator/topic/dbx500' into regulator-nextMark Brown1-4/+65
2014-02-20regulator: da9055: Do not hardcode return valueSachin Kamat1-1/+1
2014-02-14regulator: da9055: Use of_get_child_by_nameSachin Kamat1-1/+1
2014-02-12regulator: da9055: declare return type of inline function exclusivelySeongJae Park1-1/+1
2014-02-07regulator: da9055: Add DT supportAdam Thomson1-4/+65
2014-02-07regulator: da9055: Remove use of regmap_irq_get_virq()Adam Thomson1-1/+3
2013-09-17regulator: da9055: Convert to devm_regulator_registerAxel Lin1-19/+5
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-02-19Merge remote-tracking branch 'regulator/topic/da9055' into regulator-nextMark Brown1-3/+0
2013-01-07regulator: da9055: Remove unused v_shift field from struct da9055_volt_regAxel Lin1-3/+0
2013-01-03Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman1-6/+6
2012-12-10Merge remote-tracking branch 'regulator/topic/min' into regulator-nextMark Brown1-47/+8
2012-11-27regulator: da9055: Select maximum current in specific range for set_current_limitAxel Lin1-12/+9
2012-11-27regulator: da9055: Use linear_min_sel and regulator_[map|list]_voltage_linearAxel Lin1-47/+8
2012-11-21regulator: da9055: Properly handle voltage range that doesn't start with 0 offsetAxel Lin1-30/+50
2012-11-16regulator: da9055: Fix checking wrong value in da9055_gpio_initAxel Lin1-1/+1
2012-11-15regulator: DA9055 regulator driverAshish Jangam1-0/+663