summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2019-12-31regulator: max8907: Fix the usage of uninitialized variable in max8907_regula...Yizhuo1-3/+12
2019-12-21Revert "regulator: Defer init completion for a while after late_initcall"Greg Kroah-Hartman1-31/+11
2019-12-05regulator: tps65910: fix a missing check of return valueKangjie Lu1-1/+3
2019-12-05drivers/regulator: fix a missing check of return valueKangjie Lu1-1/+4
2019-11-10regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() c...Yizhuo1-1/+7
2019-11-10regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdoneAxel Lin1-18/+8
2019-10-05regulator: Defer init completion for a while after late_initcallMark Brown1-11/+31
2019-10-05regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vnegAxel Lin1-1/+1
2019-07-31regulator: s2mps11: Fix buck7 and buck8 wrong voltagesKrzysztof Kozlowski1-2/+2
2019-04-05regulator: act8865: Fix act8600_sudcdc_voltage_ranges settingAxel Lin1-2/+3
2019-03-23regulator: s2mpa01: Fix step values for some LDOsStuart Menefy1-5/+5
2019-03-23regulator: max77620: Initialize values for DT propertiesMark Zhang1-1/+9
2019-03-23regulator: s2mps11: Fix steps for buck7, buck8 and LDO35Krzysztof Kozlowski1-3/+3
2018-10-04regulator: fix crash caused by null driver dataYu Zhao1-1/+1
2018-08-03regulator: Don't return or expect -errno from of_map_mode()Douglas Anderson3-8/+9
2018-08-03regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_opsAnson Huang1-0/+1
2018-05-30regulator: of: Add a missing 'of_node_put()' in an error handling path of 'of...Christophe JAILLET1-0/+1
2018-05-30regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'Christophe Jaillet1-9/+7
2018-03-15regulator: stm32-vrefbuf: fix check on ready flagFabrice Gasnier1-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-23Merge remote-tracking branches 'regulator/fix/axp20x' and 'regulator/fix/rn5t...Mark Brown2-2/+2
2017-10-18regulator: rn5t618: Do not index regulator_desc arrays by idLeonard Crestez1-1/+1
2017-10-04regulator: axp20x: Fix poly-phase bit offset for AXP803 DCDC5/6Chen-Yu Tsai1-1/+1
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds4-4/+134
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2017-09-05Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones4-4/+134
2017-09-04Merge remote-tracking branches 'regulator/topic/rc5t619' and 'regulator/topic...Mark Brown4-6/+248
2017-09-04Merge remote-tracking branches 'regulator/topic/mt6380', 'regulator/topic/mtk...Mark Brown8-11/+386
2017-09-04Merge remote-tracking branches 'regulator/topic/cpcap', 'regulator/topic/da90...Mark Brown7-16/+26
2017-09-04Merge remote-tracking branches 'regulator/fix/axp20x', 'regulator/fix/cpcap' ...Mark Brown3-4/+12
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang2-2/+2
2017-08-30regulator: Add support for stm32-vrefbufFabrice Gasnier3-0/+215
2017-08-30regulator: pv88090: Exception handling for out of boundsEric Jeong2-7/+12
2017-08-30regulator: da9063: Return an error code on probe failureDan Carpenter1-1/+1
2017-08-27regulator: rn5t618: add RC5T619 PMIC supportPierre-Hugues Husson2-6/+33
2017-08-21regulator: ltc3589: constify i2c_device_idArvind Yadav1-1/+1
2017-08-21regulator: fan53555: fix I2C device idsGuillaume Tucker1-1/+4
2017-08-21regulator: rk808: Add regulator driver for RK805Elaine Zhang2-2/+132
2017-08-15regulator: mt6380: Add support for MT6380Chenglin Xu3-0/+362
2017-08-11PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLERafael J. Wysocki1-1/+1
2017-07-24regulator: pwm-regulator: Remove unneeded gpiod NULL checkFabio Estevam1-4/+2
2017-07-20regulator: core: fix a possible race in disable_work handlingTirupathi Reddy1-2/+10
2017-07-20regulator: fan53555: Use of_device_get_match_data() to simplify probeJisheng Zhang1-8/+2
2017-07-19regulator: of: regulator_of_get_init_data() missing of_node_get()Frank Rowand1-1/+1
2017-07-19regulator: Convert to using %pOF instead of full_nameRob Herring3-5/+5
2017-07-17regulator: cpcap: Add OF mode mappingSebastian Reichel1-0/+13
2017-07-17regulator: cpcap: Fix standby modeSebastian Reichel1-3/+5
2017-07-10regulator: cpcap: Fix standby modeSebastian Reichel1-3/+5
2017-07-07regulator: axp20x: add NULL check on devm_kzalloc() return valueGustavo A. R. Silva1-0/+6