summaryrefslogtreecommitdiffstats
path: root/include/linux/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: max8973: Finalize switch to GPIO descriptorsLinus Walleij2024-02-261-6/+0
* regulator: Reuse LINEAR_RANGE() in REGULATOR_LINEAR_RANGE()Andy Shevchenko2023-12-191-6/+1
* regulator: event: Add regulator netlink event supportNaresh Solanki2023-12-061-46/+1
* regulator: Implement uv_survival_time for handling under-voltage eventsOleksij Rempel2023-11-131-0/+8
* regulator: Introduce handling for system-critical under-voltage eventsOleksij Rempel2023-11-131-0/+10
* regulator: mt6358: Add missing regulators for MT6366Chen-Yu Tsai2023-10-021-0/+3
* regulator: db8500-prcmu: Remove unused declaration power_state_active_is_enab...Yue Haibing2023-08-181-6/+0
* regulator: Use bitfield values for range selectorsChen-Yu Tsai2023-07-251-5/+6
* Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2023-06-282-8/+4
|\
| * regulator: mt6358: Drop *_SSHUB regulatorsChen-Yu Tsai2023-06-141-4/+0
| * regulator: mt6358: Merge VCN33_* regulatorsChen-Yu Tsai2023-06-141-4/+2
| * regulator: expose regulator_find_closest_biggerSebastian Reichel2023-05-231-0/+2
* | regulator: pca9450: Fix LDO3OUT and LDO4OUT MASKTeresa Remmet2023-06-191-2/+2
|/
* regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang2022-12-081-1/+2
* regulator: add mt6357 regulatorFabien Parent2022-12-021-0/+51
* regulator: Add of_regulator_bulk_get_all()Mark Brown2022-11-181-0/+8
|\
| * regulator: Add of_regulator_bulk_get_allCorentin Labbe2022-11-181-0/+8
* | regulator: userspace-consumer: Handle regulator-output DT nodesZev Weiss2022-11-031-0/+1
* | regulator: devres: Add devm_regulator_bulk_get_exclusive()Zev Weiss2022-11-031-0/+2
|/
* regulator: gpio: Add input_supply support in gpio_regulator_configJerome Neanne2022-09-291-0/+2
* MediaTek Helio X10 MT6795 - MT6331/6332 RegulatorsMark Brown2022-09-132-0/+73
|\
| * regulator: Add driver for MT6332 PMIC regulatorsAngeloGioacchino Del Regno2022-09-131-0/+27
| * regulator: Add driver for MT6331 PMIC regulatorsAngeloGioacchino Del Regno2022-09-131-0/+46
* | regulator: Add devm helpers for get and enableMatti Vaittinen2022-08-181-0/+27
|/
* regulator: Consumer load management improvementsMark Brown2022-07-281-4/+12
|\
| * regulator: core: Allow drivers to define their init data as constDouglas Anderson2022-07-271-0/+4
| * regulator: core: Allow specifying an initial load w/ the bulk APIDouglas Anderson2022-07-271-4/+8
* | regulator: fix a kernel-doc warningMauro Carvalho Chehab2022-06-281-0/+1
|/
* regulator: pca9450: Make I2C Level Translator configurablePer-Daniel Olsson2022-05-031-0/+7
* regulator: mt6366: Add support for MT6366 regulatorJohnson Wang2022-04-041-0/+45
* Merge tag 'regulator-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-111-13/+54
|\
| * regulator: fix bullet lists of regulator_ops commentYanteng Si2021-12-071-9/+13
| * regulator: irq_helper: Provide helper for trivial IRQ notificationsMatti Vaittinen2021-11-241-0/+2
| * regulator: Add regulator_err2notif() helperMatti Vaittinen2021-11-241-0/+34
| * regulator: Drop unnecessary struct memberMatti Vaittinen2021-11-241-1/+0
| * regulator: Add units to limit documentationMatti Vaittinen2021-11-181-3/+5
* | regulator: Update protection IRQ helper docsMatti Vaittinen2021-11-181-6/+8
|/
* regulator: tps62360: replacing legacy gpio interface for gpiodMaíra Canal2021-10-211-6/+0
* regulator: lp872x: Remove lp872x_dvs_stateNathan Chancellor2021-10-211-6/+1
* regulator: lp872x: replacing legacy gpio interface for gpiodMaíra Canal2021-10-161-7/+7
* regulator: Documentation fix for regulator error notification helperMatti Vaittinen2021-08-231-3/+4
* regulator: Minor regulator documentation fixes.Matti Vaittinen2021-08-181-1/+7
* Merge series "regulator: devres: remove unused device-managed unregister APIs...Mark Brown2021-07-122-16/+0
|\
| * regulator: devres: unexport devm_regulator_unregister_supply_alias()Alexandru Ardelean2021-07-111-7/+0
| * regulator: devres: remove devm_regulator_bulk_unregister_supply_alias()Alexandru Ardelean2021-07-111-8/+0
| * regulator: devres: remove devm_regulator_unregister() functionAlexandru Ardelean2021-07-111-1/+0
* | regulator: machine.h: fix kernel-doc "bad line"Randy Dunlap2021-07-111-1/+1
|/
* Merge series "Extend regulator notification support" from Matti Vaittinen <ma...Mark Brown2021-06-214-9/+222
|\
| * regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen2021-06-212-4/+63
| * regulator: IRQ based event/error notification helpersMatti Vaittinen2021-06-211-0/+135