summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* regulator: bd718x7: Fix the BUCK7 voltage setting on BD71837Matti Vaittinen2021-06-021-1/+1
* regulator: atc260x: Fix n_voltages and min_sel for pickable linear rangesAxel Lin2021-06-011-9/+10
* regulator: rtmv20: Fix to make regcache value first reading back from HWChiYuan Huang2021-06-011-0/+2
* regulator: mt6315: Fix function prototype for mt6315_map_modeAxel Lin2021-06-011-1/+1
* regulator: rtmv20: Add Richtek to Kconfig textAxel Lin2021-06-011-1/+1
* regulator: rtmv20: Fix .set_current_limit/.get_current_limit callbacksAxel Lin2021-06-011-2/+40
* Merge series "Fix MAX77620 regulator driver regression" from Dmitry Osipenko ...Mark Brown2021-05-241-6/+11
|\
| * regulator: max77620: Silence deferred probe errorDmitry Osipenko2021-05-241-6/+4
| * regulator: max77620: Use device_set_of_node_from_dev()Dmitry Osipenko2021-05-241-0/+7
* | regulator: hisilicon: use the correct HiSilicon copyrightHao Fang2021-05-242-2/+2
* | regulator: bd71828: Fix .n_voltages settingsAxel Lin2021-05-241-5/+5
* | regulator: bd70528: Fix off-by-one for buck123 .n_voltages settingAxel Lin2021-05-241-3/+1
|/
* regulator: scmi: Fix off-by-one for linear regulators .n_voltages settingAxel Lin2021-05-211-1/+1
* regulator: core: resolve supply for boot-on/always-on regulatorsDmitry Baryshkov2021-05-201-0/+6
* regulator: fixed: Ensure enable_counter is correct if reg_domain_disable failsAxel Lin2021-05-201-1/+6
* regulator: Check ramp_delay_table for regulator_set_ramp_delay_regmapAxel Lin2021-05-191-1/+1
* regulator: fan53880: Fix missing n_voltages settingAxel Lin2021-05-181-0/+3
* regulator: da9121: Return REGULATOR_MODE_INVALID for invalid modeAxel Lin2021-05-181-3/+7
* Merge series "regulator: fan53555: tcs4525 fix and cleanup" from Peter Geis <...Mark Brown2021-05-121-2/+1
|\
| * regulator: fan53555: fix TCS4525 voltage calulationPeter Geis2021-05-121-2/+1
* | regulator: cros-ec: Fix error code in dev_err messageAxel Lin2021-05-121-1/+2
|/
* regulator: Add binding for TCS4525Ezequiel Garcia2021-04-231-2/+2
* regulator: fan53555: Add TCS4525 DCDC supportJoseph Chen2021-04-231-14/+122
* dt-bindings: vendor-prefixes: Add Tang Cheng (TCS)Ezequiel Garcia2021-04-231-0/+2
* regulator: core: Fix off_on_delay handlingVincent Whitchurch2021-04-232-26/+9
* Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-04-234-32/+71
|\
| * regulator: core: Respect off_on_delay at startupVincent Whitchurch2021-04-221-0/+2
| * regulator: da9121: automotive variants identity fixAdam Ward2021-04-212-28/+65
| * regulator: bd9571mwv: Convert device attribute to sysfs_emit()Geert Uytterhoeven2021-03-151-1/+1
| * regulator: bd9571mwv: Fix regulator name printed on registration failureGeert Uytterhoeven2021-03-151-1/+1
| * regulator: bd9571mwv: Fix AVS and DVFS voltage rangeGeert Uytterhoeven2021-03-151-2/+2
* | Merge series "mfd/rtc/regulator: Drop board file support for Samsung PMIC" fr...Mark Brown2021-04-212-24/+2
|\ \
| * | regulator: s2mps11: Drop initialization via platform dataKrzysztof Kozlowski2021-04-211-20/+2
| * | regulator: s2mpa01: Drop initialization via platform dataKrzysztof Kozlowski2021-04-211-4/+0
* | | regulator: core.c: Improve a commentSebastian Fricke2021-04-211-1/+4
* | | regulator: Avoid a double 'of_node_get' in 'regulator_of_get_init_node()'Christophe JAILLET2021-04-211-1/+5
* | | regulator: core.c: Fix indentation of commentShubhankar Kuranagatti2021-04-211-7/+14
|/ /
* | Merge series "Support ROHM BD71815 PMIC" from Matti Vaittinen <matti.vaittine...Mark Brown2021-04-021047-5415/+8183
|\ \
| * | regulator: Add regmap helper for ramp-delay settingMatti Vaittinen2021-04-022-0/+70
| * | regulator: helpers: Export helper voltage listingMatti Vaittinen2021-04-022-8/+30
| * | Linux 5.12-rc4v5.12-rc4Linus Torvalds2021-03-211-1/+1
| * | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-2111-72/+168
| |\ \
| | * | ext4: initialize ret to suppress smatch warningTheodore Ts'o2021-03-211-1/+1
| | * | ext4: stop inode update before returnPan Bian2021-03-211-1/+3
| | * | ext4: fix rename whiteout with fast commitHarshad Shirwadkar2021-03-213-2/+12
| | * | ext4: fix timer use-after-free on failed mountJan Kara2021-03-211-1/+1
| | * | ext4: fix potential error in ext4_do_update_inodeShijie Luo2021-03-211-4/+4
| | * | ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)2021-03-211-1/+1
| | * | ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)2021-03-211-9/+9
| | * | ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-211-2/+27