summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorLines
2024-05-09regulator: core: fix debugfs creation regressionJohan Hovold-11/+16
2024-05-01regulator: rtq2208: Fix the BUCK ramp_delay range to maximum of 16mVstep/usAlina Yu-4/+3
2024-04-10regulator: vqmmc-ipq4019: fix module autoloadingKrzysztof Kozlowski-0/+1
2024-04-10regulator: qcom-refgen: fix module autoloadingKrzysztof Kozlowski-0/+1
2024-04-09regulator: mt6360: De-capitalize devicetree regulator subnodesAngeloGioacchino Del Regno-12/+20
2024-04-08regulator: irq_helpers: duplicate IRQ nameMatti Vaittinen-0/+3
2024-03-25regulator: tps65132: Add of_match tableAndré Apitzsch-0/+7
2024-03-22Merge tag 'regulator-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds-0/+11
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-03-13Merge tag 'regulator-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-283/+428
2024-03-12regulator: core: Propagate the regulator state in case of exclusive getKory Maincent-0/+11
2024-03-06regulator: lp8788-buck: fix copy and paste bug in lp8788_dvs_gpio_request()Dan Carpenter-3/+3
2024-03-05regulator: core: make regulator_class constantRicardo B. Marliere-2/+2
2024-03-04regulator: rk808: fix LDO range on RK806Quentin Schulz-2/+2
2024-03-04regulator: rk808: fix buck range on RK806Quentin Schulz-3/+3
2024-02-29regulator: da9121: Remove unused of_gpio.hAndy Shevchenko-1/+0
2024-02-26regulator: mp8859: Cleanups and enhancementsMark Brown-1/+251
2024-02-26Convert some regulator drivers to GPIO descriptorsMark Brown-242/+141
2024-02-26regulator: userspace-consumer: add module device tableJohn Keeping-0/+1
2024-02-26regulator: mp8859: Implement set_current_limit()Mark Brown-0/+55
2024-02-26regulator: mp8859: Report slew rateMark Brown-0/+15
2024-02-26regulator: mp8859: Support status and error readbackMark Brown-0/+59
2024-02-26regulator: mp8859: Support active discharge controlMark Brown-0/+5
2024-02-26regulator: mp8859: Support mode operationsMark Brown-0/+39
2024-02-26regulator: mp8859: Support enable controlMark Brown-0/+7
2024-02-26regulator: mp8859: Validate and log device identifier informationMark Brown-0/+34
2024-02-26regulator: mp8859: Specify register accessibility and enable cachingMark Brown-1/+37
2024-02-26regulator: max8998: Convert to GPIO descriptorsLinus Walleij-96/+54
2024-02-26regulator: max8997: Convert to GPIO descriptorsLinus Walleij-60/+25
2024-02-26regulator: lp8788-buck: Fully convert to GPIO descriptorsLinus Walleij-38/+26
2024-02-26regulator: da9055: Fully convert to GPIO descriptorsLinus Walleij-24/+24
2024-02-26regulator: max8973: Finalize switch to GPIO descriptorsLinus Walleij-24/+12
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor-1/+1
2024-02-19regulator: core: Remove redundant assignment to variable possible_uVColin Ian King-1/+0
2024-02-19regulator: core: Remove redundant assignment to variable possible_uVColin Ian King-1/+0
2024-02-19regulator: pwm-regulator: Use dev_err_probe() for error paths in .probe()Uwe Kleine-König-23/+17
2024-02-19regulator: pwm-regulator: Use dev_err_probe() for error paths in .probe()Uwe Kleine-König-23/+17
2024-02-19regulator: Merge up v6.8-rc5Mark Brown-4/+63
2024-02-15regulator: lp873x: Use bitfield helpersGeert Uytterhoeven-1/+2
2024-02-15regulator: lp87565: Use bitfield helpersGeert Uytterhoeven-1/+2
2024-02-13regulator: max5970: Fix regulator child node nameNaresh Solanki-4/+4
2024-01-30regulator (max5970): Fix IRQ handlerPatrick Rudolph-1/+1
2024-01-23regulator: ti-abb: don't use devm_platform_ioremap_resource_byname for shared...Romain Naour-3/+19
2024-01-22regulator: fixed-helper: Save a few bytes of memory when registering a 'nfc_l...Christophe JAILLET-2/+2
2024-01-22regulator: pwm-regulator: Manage boot-on with disabled PWM channelsMartin Blumenstingl-0/+33
2024-01-22regulator: pwm-regulator: Calculate the output voltage for disabled PWMsMartin Blumenstingl-0/+7
2024-01-22regulator: pwm-regulator: Add validity checks in continuous .get_voltageMartin Blumenstingl-0/+3
2024-01-22regulator: qcom_smd: Keep one rpm handle for all vregsKonrad Dybcio-9/+10
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2024-01-04regulator: event: Ensure atomicity for sequence numberNaresh Solanki-4/+4