summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2025-03-28regulator: check that dummy regulator has been probed before using itChristian Eggers1-1/+11
2025-03-28regulator: dummy: force synchronous probingChristian Eggers1-1/+1
2025-02-08regulator: core: Add missing newline characterAlexander Stein1-1/+1
2025-02-08regulator: of: Implement the unwind path of of_regulator_match()Joe Hattori1-1/+13
2024-12-09regulator: rk808: Restrict DVS GPIOs to the RK808 variant onlyDragan Simic1-7/+8
2024-12-09regulator: rk808: Add apply_bit for BUCK3 on RK809Mikhail Rudenko1-0/+2
2024-11-14regulator: rtq2208: Fix uninitialized use of regulator_configChiYuan Huang1-1/+1
2024-10-04regulator: Return actual error in of_regulator_bulk_get_all()Chen-Yu Tsai1-1/+1
2024-06-27regulator: bd71815: fix ramp valuesKalle Niemi1-1/+1
2024-06-27regulator: core: Fix modpost error "regulator_get_regmap" undefinedBiju Das1-0/+1
2024-06-12regulator: tps6594-regulator: Correct multi-phase configurationNeha Malcom Francis1-8/+8
2024-06-12regulator: tps6287x: Force writing VSEL bitMatti Vaittinen1-0/+1
2024-06-12regulator: pickable ranges: don't always cache vselMatti Vaittinen1-13/+30
2024-06-12regulator: bd71828: Don't overwrite runtime voltagesMatti Vaittinen1-56/+2
2024-06-12pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young1-2/+2
2024-06-12regulator: vqmmc-ipq4019: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-06-12regulator: qcom-refgen: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-06-12regulator: irq_helpers: duplicate IRQ nameMatti Vaittinen1-0/+3
2024-05-17regulator: core: fix debugfs creation regressionJohan Hovold1-11/+16
2024-05-17regulator: tps65132: Add of_match tableAndré Apitzsch1-0/+7
2024-05-17regulator: mt6360: De-capitalize devicetree regulator subnodesAngeloGioacchino Del Regno1-12/+20
2024-03-26regulator: userspace-consumer: add module device tableJohn Keeping1-0/+1
2024-03-26regulator: max5970: Fix regulator child node nameNaresh Solanki1-4/+4
2024-03-01regulator (max5970): Fix IRQ handlerPatrick Rudolph1-1/+1
2024-03-01regulator: pwm-regulator: Add validity checks in continuous .get_voltageMartin Blumenstingl1-0/+3
2024-02-05regulator: ti-abb: don't use devm_platform_ioremap_resource_byname for shared...Romain Naour1-3/+19
2024-02-05regulator: core: Only increment use_count when enable_count changesRui Zhang1-26/+30
2023-11-20regulator: qcom-rpmh: Fix smps4 regulator for pm8550veAbel Vesa1-1/+1
2023-11-20regulator: mt6358: Fail probe on unknown chip IDChen-Yu Tsai1-4/+10
2023-09-26regulator/core: Revert "fix kobject release warning and memory leak in regula...Michał Mirosław1-5/+1
2023-09-26regulator/core: regulator_register: set device->class earlierMichał Mirosław1-2/+2
2023-09-20regulator: mt6358: split ops for buck and linear range LDO regulatorsChen-Yu Tsai1-3/+15
2023-09-11regulator: Fix voltage range selectionVincent Whitchurch1-1/+1
2023-09-07Merge tag 'regulator-fix-v6.6-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-17/+16
2023-09-05regulator: tps6594-regulator: Fix random kernel crashJerome Neanne1-16/+15
2023-08-29regulator: tps6287x: Fix n_voltagesVincent Whitchurch1-1/+1
2023-08-29Merge tag 'regulator-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds69-170/+1869
2023-08-24regulator: userspace-consumer: Drop event support for this cycleMark Brown1-51/+1
2023-08-24regulator: aw37503: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König1-1/+1
2023-08-22regulator: aw37503: add regulator driver for AwinicMark Brown3-0/+249
2023-08-21regulator: aw37503: add regulator driver for Awinic AW37503Alec Li3-0/+249
2023-08-18regulator: tps65086: Select dedicated regulator config for chip variantAndre Werner1-8/+180
2023-08-18regulator: raa215300: Update help descriptionBiju Das1-1/+5
2023-08-18regulator: raa215300: Add missing blank spaceBiju Das1-1/+1
2023-08-18regulator: raa215300: Change rate from 32000->32768Biju Das1-1/+1
2023-08-16regulator: raa215300: Add const definitionBiju Das1-1/+1
2023-08-16regulator: raa215300: Fix resource leak in case of errorBiju Das1-8/+8
2023-08-14regulator: rtq2208: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König1-1/+1
2023-08-10regulator: lp872x: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-10regulator: max77857: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-3/+3