summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
...
* | | regulator: core: Only support passing enable GPIO descriptorsLinus Walleij2019-02-061-26/+6
* | | regulator: gpio: Simplify probe pathLinus Walleij2019-02-061-34/+24
* | | regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij2019-02-063-34/+10
* | | regulator: gpio: Convert to use descriptorsLinus Walleij2019-02-061-94/+56
* | | regulator: rk808: Convert rk805 buck1/2 to use linear rangeAxel Lin2019-02-061-43/+12
* | | regulator: as3722: Correct minor typoCharles Keepax2019-02-061-1/+1
* | | regulator: rk808: Fix BUCK1/2 voltages on rk805Otavio Salvador2019-02-021-8/+45
* | | regulator: max77650: Fix include filesAxel Lin2019-01-301-1/+1
* | | regulator: max77650: add regulator supportBartosz Golaszewski2019-01-293-0/+527
* | | regulator: isl6271a: Constify isl_core_ops and isl_fixed_opsAxel Lin2019-01-281-2/+2
* | | regulator: isl6271a: Remove *rdev[3] from struct isl_pmicAxel Lin2019-01-281-5/+4
* | | regulator: rk808: Update module description to include RK805Axel Lin2019-01-281-2/+2
* | | regulator: rk808: Constify regulator_opsAxel Lin2019-01-281-21/+21
* | | regulator: mcp16502: Include linux/gpio/consumer.h to fix build errorAxel Lin2019-01-281-0/+1
* | | regulator: da9063: Check return value of devm_regmap_field_alloc callsAxel Lin2019-01-281-5/+24
* | | regulator: da9062: Check return value of devm_regmap_field_alloc callsAxel Lin2019-01-281-5/+24
* | | regulator: axp20x: fix ALDO2, DLDO2 and ELDO3 definitions for AXP803Vasily Khoruzhick2019-01-281-3/+3
* | | regulator: lp8788-ldo: Constify lp8788_dldo_desc and lp8788_aldo_descAxel Lin2019-01-281-2/+2
* | | regulator: lp8788-buck: Constify lp8788_buck_descAxel Lin2019-01-281-1/+1
* | | regulator: lp87565: Constify lp87565_buck_ramp_delay and lp87565_buck_opsAxel Lin2019-01-281-2/+2
* | | regulator: lp8755: Constify lp8755_regulatorsAxel Lin2019-01-281-1/+1
* | | regulator: lp873x: Constify lp873x_buck01_ops and lp873x_ldo01_opsAxel Lin2019-01-281-2/+2
* | | regulator: lp872x: Constify regulator_ops and regulator_descAxel Lin2019-01-281-6/+6
* | | regulator: lp3972: Constify lp3972_ldo_ops and lp3972_dcdc_opsAxel Lin2019-01-281-2/+2
* | | regulator: lp3971: Constify lp3971_ldo_ops and lp3971_dcdc_opsAxel Lin2019-01-281-2/+2
* | | regulator: bd9571mwv: Constify regulator_opsAxel Lin2019-01-241-4/+4
* | | regulator: bd718x7: Constify regulator_opsAxel Lin2019-01-241-7/+7
* | | regulator: bd70528: Constify regulator_linear_range and regulator_opsAxel Lin2019-01-241-9/+8
* | | regulator: stpmic1: Add static const qualifier at peroper placesAxel Lin2019-01-231-21/+17
* | | regulator: bd70528: Support ROHM BD70528 regulator blockMatti Vaittinen2019-01-233-0/+302
* | | regulator: qcom-smd: Batch up requests for disabled regulatorsBjorn Andersson2019-01-221-35/+69
* | | regulator: wm831x-dcdc: Convert to use regulator_linear_range for wm831x_buckvAxel Lin2019-01-221-30/+9
* | | regulator: twl: Use of_device_get_match_data()Axel Lin2019-01-221-6/+1
* | | regulator: arizona-ldo1: Convert to use regulator_linear_range for ldo1_hcAxel Lin2019-01-221-28/+9
* | | regulator: lochnagar: Add missing MODULE_DEVICE_TABLECharles Keepax2019-01-181-1/+2
* | | regulator: act8865: Fix act8600_sudcdc_voltage_ranges settingAxel Lin2019-01-141-2/+3
* | | regulator: twl6030: Use of_device_get_match_data()Axel Lin2019-01-141-6/+1
* | | regulator: max14577: Remove redundant MODULE_ALIASAxel Lin2019-01-141-1/+0
* | | regulator: pwm: No need to make a copy of regulator_ops per instanceAxel Lin2019-01-141-12/+5
* | | regulator: hi655x: Removed unused ctrl_regs field from struct hi655x_regulatorAxel Lin2019-01-141-1/+0
* | | regulator: provide rdev_get_regmap()Bartosz Golaszewski2019-01-091-0/+6
* | | regulator: axp20x: check rdev is null before dereferencing itColin Ian King2019-01-091-2/+6
* | | regulator: Fix trivial language typosKrzysztof Kozlowski2019-01-084-16/+16
* | | regulator: act8945a: Use rdev_get_id() to access id of regulatorAxel Lin2019-01-071-5/+6
|/ /
* | Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown2018-12-211-10/+2
|\ \ | |/ |/|
| * regulator: core: Don't double-disable supplies in regulator_disable_deferred()Douglas Anderson2018-11-201-10/+0
| * regulator: core: Export regulator_lock and regulator_unlockDmitry Osipenko2018-11-201-0/+2
* | regulator: tps65910: fix a missing check of return valueKangjie Lu2018-12-211-1/+3
* | regulator: mcp16502: Select REGMAP_I2C to fix build errorAxel Lin2018-12-211-0/+1
* | regulator: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-202-63/+9