summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)Author
2023-02-20regulator: max597x: Fix error return code in max597x_get_statusAxel Lin
2023-02-16regulator: max597x: Align for simple_mfd_i2c driverNaresh Solanki
2023-02-13regulator: max20411: Fix off-by-one for n_voltages settingAxel Lin
2023-02-10regulator: max597x: Remove unused variableNaresh Solanki
2023-02-03regulator: tps65219: use generic set_bypass()Jerome Neanne
2023-01-28regulator: s5m8767: Bounds check id indexing into arraysKees Cook
2023-01-28regulator: max77802: Bounds check regulator id against opmodeKees Cook
2023-01-27regulator: max20411: Convert to i2c's .probe_new()Uwe Kleine-König
2023-01-26regulator: scmi: Allow for zero voltage domainsCristian Marussi
2023-01-26regulator: max20411: Directly include bitfield.hMark Brown
2023-01-25regulator: Introduce Maxim MAX20411 Step-Down converterBjorn Andersson
2023-01-18regulator: tps65219: use IS_ERR() to detect an error pointerRandy Dunlap
2023-01-18regulator: mcp16502: add enum MCP16502_REG_HPM descriptionRandy Dunlap
2023-01-13regulator: fixed-helper: use the correct function name in commentRandy Dunlap
2023-01-13regulator: act8945a: fix non-kernel-doc commentsRandy Dunlap
2023-01-03regulator: qcom-rpmh: PM8550 ldo11 regulator is an nldoNeil Armstrong
2022-12-27regulator: Merge up forgotten fixMark Brown
2022-12-25regulator: tps65219: Report regulator name if devm_regulator_register failsWadim Egorov
2022-12-23Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-15regulator: core: fix deadlock on regulator enableJohan Hovold
2022-12-14regulator: core: Fix resolve supply lookup issueChiYuan Huang
2022-12-13Merge tag 'regulator-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2022-12-08regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang
2022-12-07regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_pr...Yuan Can
2022-12-02Add MediaTek MT6357 PMIC supportMark Brown
2022-12-02regulator: add mt6357 regulatorFabien Parent
2022-12-02regulator: core: fix resource leak in regulator_register()Yang Yingliang
2022-12-01regulator: core: fix module refcount leak in set_supply()Yang Yingliang
2022-12-01regulator: core: fix use_count leakage when handling boot-onRui Zhang
2022-11-28regulator: da9211: Use irq handler when readyRicardo Ribalda
2022-11-28regulator: rk808: Use dev_err_probeSebastian Reichel
2022-11-28regulator: rk808: reduce 'struct rk808' usageSebastian Reichel
2022-11-25Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-11-24regulator: Drop obsolete dependencies on COMPILE_TESTJean Delvare
2022-11-24regulator: pv88080-regulator: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-24regulator: pfuze100-regulator: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-24regulator: isl6271a-regulator: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-24regulator: fan53555: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-24regulator: act8865-regulator: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-24regulator: qcom-rpmh: Add support for PM8550Mark Brown
2022-11-23regulator: ROHM BDxxxxx minor print improvementsMark Brown
2022-11-23regulator: qcom-rpmh: Add support for PM8550 regulatorsAbel Vesa
2022-11-23regulator: tps65023-regulator: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23regulator: tps62360-regulator: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23regulator: max8973-regulator: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23regulator: max8660: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23regulator: ltc3589: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23regulator: lp872x: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23regulator: ad5398: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23regulator: core: use kfree_const() to free space conditionallyWang ShaoBo