aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)Author
2023-04-06regulator: Handle deferred clkChristophe JAILLET
2023-03-10regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Matthias Kaehlcke
2023-03-10regulator: s5m8767: Bounds check id indexing into arraysKees Cook
2023-03-10regulator: max77802: Bounds check regulator id against opmodeKees Cook
2023-03-10regulator: tps65219: use generic set_bypass()Jerome Neanne
2023-03-10regulator: tps65219: use IS_ERR() to detect an error pointerRandy Dunlap
2023-01-18regulator: da9211: Use irq handler when readyRicardo Ribalda
2022-12-31regulator: core: fix deadlock on regulator enableJohan Hovold
2022-12-31regulator: core: Fix resolve supply lookup issueChiYuan Huang
2022-12-31regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang
2022-12-31regulator: core: fix use_count leakage when handling boot-onRui Zhang
2022-12-31regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_pr...Yuan Can
2022-12-31regulator: core: fix resource leak in regulator_register()Yang Yingliang
2022-12-31regulator: core: fix module refcount leak in set_supply()Yang Yingliang
2022-12-31regulator: core: use kfree_const() to free space conditionallyWang ShaoBo
2022-12-31regulator: qcom-rpmh: Fix PMR735a S3 regulator specKonrad Dybcio
2022-12-31regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang
2022-11-25Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-11-22regulator: twl6030: fix get status of twl6032 regulatorsAndreas Kemnade
2022-11-22regulator: twl6030: re-add TWL6032_SUBCLASSAndreas Kemnade
2022-11-18regulator: slg51000: Wait after asserting CS pinKonrad Dybcio
2022-11-16regulator: core: fix UAF in destroy_regulator()Yang Yingliang
2022-11-16regulator: rt5759: fix OOB in validate_desc()Yang Yingliang
2022-11-16regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng
2022-10-07Merge tag 'mfd-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2022-10-04Merge tag 'regulator-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-03Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-29regulator: gpio: Add input_supply support in gpio_regulator_configJerome Neanne
2022-09-28mfd: silergy,sy7636a: Add config option MFD_SY7636AAlistair Francis
2022-09-26regulator: tps65219: Fix is_enabled checking in tps65219_set_bypassAxel Lin
2022-09-23regulator: qcom-rpmh: add pm660 and pm660l pmicsRichard Acayan
2022-09-19regulator: of: Fix kernel-docJiapeng Chong
2022-09-19regulator: of: Fix kernel-docJiapeng Chong
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang
2022-09-13MediaTek Helio X10 MT6795 - MT6331/6332 RegulatorsMark Brown
2022-09-13regulator: Add driver for MT6332 PMIC regulatorsAngeloGioacchino Del Regno
2022-09-13regulator: Add driver for MT6331 PMIC regulatorsAngeloGioacchino Del Regno
2022-09-09regulator: tps65219: Fix .bypass_val_on settingAxel Lin
2022-09-09regulator: qcom_rpm: Fix circular deferral regressionLinus Walleij
2022-09-09regulator: core: Prevent integer underflowPatrick Rudolph
2022-09-08Merge tag 'regulator-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-09-05regulator: bd9576: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov
2022-09-05regulator: bd71815: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov
2022-08-29regulator: core: Fix regulator supply registration with sysfsChristian Kohlschütter
2022-08-28regulator: tps65219: change tps65219_regulator_irq_types to staticYang Yingliang
2022-08-25regulator: core: Don't err if allow-set-load but no allowed-modesDouglas Anderson
2022-08-25regulator: core: Require regulator drivers to check uV for get_optimum_mode()Douglas Anderson
2022-08-25regulator: drivers: Remove unnecessary print function dev_err()Yang Li
2022-08-25regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulato...Xiaolei Wang