summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2023-02-20regulator: max597x: Fix error return code in max597x_get_statusAxel Lin1-1/+1
2023-02-16regulator: max597x: Align for simple_mfd_i2c driverNaresh Solanki1-14/+32
2023-02-13regulator: max20411: Fix off-by-one for n_voltages settingAxel Lin1-1/+1
2023-02-10regulator: max597x: Remove unused variableNaresh Solanki1-6/+0
2023-02-03regulator: tps65219: use generic set_bypass()Jerome Neanne1-19/+1
2023-01-28regulator: s5m8767: Bounds check id indexing into arraysKees Cook1-1/+5
2023-01-28regulator: max77802: Bounds check regulator id against opmodeKees Cook1-10/+24
2023-01-27regulator: max20411: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2023-01-27regulator: scmi: Allow for zero voltage domainsCristian Marussi1-10/+6
2023-01-27regulator: max20411: Directly include bitfield.hMark Brown1-0/+1
2023-01-25regulator: Introduce Maxim MAX20411 Step-Down converterBjorn Andersson3-0/+172
2023-01-18regulator: tps65219: use IS_ERR() to detect an error pointerRandy Dunlap1-1/+1
2023-01-18regulator: mcp16502: add enum MCP16502_REG_HPM descriptionRandy Dunlap1-0/+1
2023-01-13regulator: fixed-helper: use the correct function name in commentRandy Dunlap1-1/+1
2023-01-13regulator: act8945a: fix non-kernel-doc commentsRandy Dunlap1-3/+3
2023-01-03regulator: qcom-rpmh: PM8550 ldo11 regulator is an nldoNeil Armstrong1-1/+1
2022-12-27regulator: Merge up forgotten fixMark Brown1-5/+6
2022-12-26regulator: tps65219: Report regulator name if devm_regulator_register failsWadim Egorov1-1/+1
2022-12-24Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2022-12-15regulator: core: fix deadlock on regulator enableJohan Hovold1-1/+1
2022-12-14regulator: core: Fix resolve supply lookup issueChiYuan Huang1-1/+1
2022-12-13Merge tag 'regulator-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds46-241/+1478
2022-12-08regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang4-7/+7
2022-12-07regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_pr...Yuan Can1-0/+1
2022-12-02Add MediaTek MT6357 PMIC supportMark Brown3-0/+463
2022-12-02regulator: add mt6357 regulatorFabien Parent3-0/+463
2022-12-02regulator: core: fix resource leak in regulator_register()Yang Yingliang1-0/+1
2022-12-01regulator: core: fix module refcount leak in set_supply()Yang Yingliang1-0/+1
2022-12-01regulator: core: fix use_count leakage when handling boot-onRui Zhang1-1/+7
2022-11-28regulator: da9211: Use irq handler when readyRicardo Ribalda1-5/+6
2022-11-28regulator: rk808: Use dev_err_probeSebastian Reichel1-5/+3
2022-11-28regulator: rk808: reduce 'struct rk808' usageSebastian Reichel1-8/+12
2022-11-26Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-6/+22
2022-11-24regulator: Drop obsolete dependencies on COMPILE_TESTJean Delvare6-21/+17
2022-11-24regulator: pv88080-regulator: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-24regulator: pfuze100-regulator: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-24regulator: isl6271a-regulator: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-24regulator: fan53555: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-24regulator: act8865-regulator: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-24regulator: qcom-rpmh: Add support for PM8550Mark Brown1-0/+81
2022-11-23regulator: ROHM BDxxxxx minor print improvementsMark Brown4-81/+57
2022-11-23regulator: qcom-rpmh: Add support for PM8550 regulatorsAbel Vesa1-0/+81
2022-11-23regulator: tps65023-regulator: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23regulator: tps62360-regulator: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23regulator: max8973-regulator: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23regulator: max8660: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23regulator: ltc3589: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23regulator: lp872x: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+3
2022-11-23regulator: ad5398: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23regulator: core: use kfree_const() to free space conditionallyWang ShaoBo1-1/+1