summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: da9052: Ensure enough delay time for .set_voltage_time_selAxel Lin2021-07-201-1/+2
* regulator: axp20x: Fix reference cout leakPan Bian2021-03-031-4/+3
* regulator: workaround self-referent regulatorsMichał Mirosław2020-12-021-1/+4
* regulator: avoid resolve_supply() infinite recursionMichał Mirosław2020-12-021-0/+6
* regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław2020-11-241-16/+13
* regulator: ti-abb: Fix array out of bound read access on the first transitionNishanth Menon2020-11-241-1/+11
* regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław2020-11-181-0/+2
* regulator: resolve supply after creating regulatorMichał Mirosław2020-10-291-8/+13
* regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław2020-09-231-20/+26
* regulator: rk808: Lower log level on optional GPIOs being not availableMiquel Raynal2020-02-281-1/+1
* regulator: tps65086: Fix tps65086_ldoa1_ranges for selector 0xBAxel Lin2020-01-291-2/+2
* regulator: wm831x-dcdc: Fix list of wm831x_dcdc_ilim from mA to uAAxel Lin2020-01-291-2/+2
* regulator: pv88090: Fix array out-of-bounds accessAxel Lin2020-01-291-1/+1
* regulator: pv88080: Fix array out-of-bounds accessAxel Lin2020-01-291-1/+1
* regulator: pv88060: Fix array out-of-bounds accessAxel Lin2020-01-291-1/+1
* regulator: rn5t618: fix module aliasesAndreas Kemnade2020-01-121-0/+1
* regulator: ab8500: Remove AB8505 USB regulatorStephan Gerhold2020-01-121-17/+0
* regulator: max8907: Fix the usage of uninitialized variable in max8907_regula...Yizhuo2020-01-041-3/+12
* Revert "regulator: Defer init completion for a while after late_initcall"Greg Kroah-Hartman2019-12-211-31/+11
* regulator: tps65910: fix a missing check of return valueKangjie Lu2019-12-051-1/+3
* drivers/regulator: fix a missing check of return valueKangjie Lu2019-12-051-1/+4
* regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() c...Yizhuo2019-11-101-1/+7
* regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdoneAxel Lin2019-11-101-18/+8
* regulator: Defer init completion for a while after late_initcallMark Brown2019-10-051-11/+31
* regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vnegAxel Lin2019-10-051-1/+1
* regulator: s2mps11: Fix buck7 and buck8 wrong voltagesKrzysztof Kozlowski2019-08-041-2/+2
* regulator: act8865: Fix act8600_sudcdc_voltage_ranges settingAxel Lin2019-04-051-2/+3
* regulator: s2mpa01: Fix step values for some LDOsStuart Menefy2019-03-231-5/+5
* regulator: s2mps11: Fix steps for buck7, buck8 and LDO35Krzysztof Kozlowski2019-03-231-3/+3
* regulator: fix crash caused by null driver dataYu Zhao2018-10-031-1/+1
* regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_opsAnson Huang2018-08-031-0/+1
* regulator: of: Add a missing 'of_node_put()' in an error handling path of 'of...Christophe JAILLET2018-05-301-0/+1
* regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'Christophe Jaillet2018-05-301-9/+7
* regulator: anatop: set default voltage selector for pcieDong Aisheng2018-03-241-0/+5
* regulator: core: Limit propagation of parent voltage count and listMatthias Kaehlcke2018-03-221-2/+7
* regulator: fan53555: fix I2C device idsGuillaume Tucker2017-11-021-1/+4
* regulator: core: Resolve supplies before disabling unused regulatorsJavier Martinez Canillas2017-10-211-0/+10
* regulator: tps65086: Fix DT node referencing in of_parse_cbAndrew F. Davis2017-07-051-3/+3
* regulator: tps65086: Fix expected switch DT node namesAndrew F. Davis2017-07-051-2/+2
* regulator: tps65023: Fix inverted core enable logic.Richard Cochran2017-05-251-2/+1
* regulator: rk808: Fix RK818 LDO2Wadim Egorov2017-05-251-1/+1
* regulator: Fix regulator_summary for deviceless consumersLeonard Crestez2017-03-121-2/+3
* regulator: axp20x: AXP806: Fix dcdcb being set instead of dcdceRask Ingemann Lambertsen2017-02-091-1/+1
* regulators: helpers: Fix handling of bypass_val_on in get_bypass_regmapCharles Keepax2017-01-191-1/+5
* regulator: axp20x: Fix axp809 ldo_io registration error on cold bootChen-Yu Tsai2017-01-191-2/+10
* regulator: tps65086: Fix 25mV ranges for BUCK regulatorsAndrew F. Davis2017-01-191-26/+28
* regulator: stw481x-vmmc: fix ages old enable errorLinus Walleij2017-01-091-1/+2
* regulator: core: silence warning: "VDD1: ramp_delay not set"H. Nikolaus Schaller2016-10-281-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-10-121-1/+2
|\
| * thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada2016-09-271-1/+2