aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-26regulator: max8973: Finalize switch to GPIO descriptorsLinus Walleij1-6/+0
2023-12-19regulator: Reuse LINEAR_RANGE() in REGULATOR_LINEAR_RANGE()Andy Shevchenko1-6/+1
2023-12-06regulator: event: Add regulator netlink event supportNaresh Solanki1-46/+1
2023-11-13regulator: Implement uv_survival_time for handling under-voltage eventsOleksij Rempel1-0/+8
2023-11-13regulator: Introduce handling for system-critical under-voltage eventsOleksij Rempel1-0/+10
2023-10-02regulator: mt6358: Add missing regulators for MT6366Chen-Yu Tsai1-0/+3
2023-08-18regulator: db8500-prcmu: Remove unused declaration power_state_active_is_enabled()Yue Haibing1-6/+0
2023-07-25regulator: Use bitfield values for range selectorsChen-Yu Tsai1-5/+6
2023-06-28Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds2-8/+4
2023-06-19regulator: pca9450: Fix LDO3OUT and LDO4OUT MASKTeresa Remmet1-2/+2
2023-06-14regulator: mt6358: Drop *_SSHUB regulatorsChen-Yu Tsai1-4/+0
2023-06-14regulator: mt6358: Merge VCN33_* regulatorsChen-Yu Tsai1-4/+2
2023-05-23regulator: expose regulator_find_closest_biggerSebastian Reichel1-0/+2
2022-12-08regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang1-1/+2
2022-12-02regulator: add mt6357 regulatorFabien Parent1-0/+51
2022-11-18regulator: Add of_regulator_bulk_get_all()Mark Brown1-0/+8
2022-11-18regulator: Add of_regulator_bulk_get_allCorentin Labbe1-0/+8
2022-11-03regulator: userspace-consumer: Handle regulator-output DT nodesZev Weiss1-0/+1
2022-11-03regulator: devres: Add devm_regulator_bulk_get_exclusive()Zev Weiss1-0/+2
2022-09-29regulator: gpio: Add input_supply support in gpio_regulator_configJerome Neanne1-0/+2
2022-09-13MediaTek Helio X10 MT6795 - MT6331/6332 RegulatorsMark Brown2-0/+73
2022-09-13regulator: Add driver for MT6332 PMIC regulatorsAngeloGioacchino Del Regno1-0/+27
2022-09-13regulator: Add driver for MT6331 PMIC regulatorsAngeloGioacchino Del Regno1-0/+46
2022-08-18regulator: Add devm helpers for get and enableMatti Vaittinen1-0/+27
2022-07-28regulator: Consumer load management improvementsMark Brown1-4/+12
2022-07-27regulator: core: Allow drivers to define their init data as constDouglas Anderson1-0/+4
2022-07-27regulator: core: Allow specifying an initial load w/ the bulk APIDouglas Anderson1-4/+8
2022-06-28regulator: fix a kernel-doc warningMauro Carvalho Chehab1-0/+1
2022-05-03regulator: pca9450: Make I2C Level Translator configurablePer-Daniel Olsson1-0/+7
2022-04-04regulator: mt6366: Add support for MT6366 regulatorJohnson Wang1-0/+45
2022-01-11Merge tag 'regulator-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-13/+54
2021-12-07regulator: fix bullet lists of regulator_ops commentYanteng Si1-9/+13
2021-11-24regulator: irq_helper: Provide helper for trivial IRQ notificationsMatti Vaittinen1-0/+2
2021-11-24regulator: Add regulator_err2notif() helperMatti Vaittinen1-0/+34
2021-11-24regulator: Drop unnecessary struct memberMatti Vaittinen1-1/+0
2021-11-18regulator: Add units to limit documentationMatti Vaittinen1-3/+5
2021-11-18regulator: Update protection IRQ helper docsMatti Vaittinen1-6/+8
2021-10-21regulator: tps62360: replacing legacy gpio interface for gpiodMaíra Canal1-6/+0
2021-10-21regulator: lp872x: Remove lp872x_dvs_stateNathan Chancellor1-6/+1
2021-10-16regulator: lp872x: replacing legacy gpio interface for gpiodMaíra Canal1-7/+7
2021-08-23regulator: Documentation fix for regulator error notification helperMatti Vaittinen1-3/+4
2021-08-18regulator: Minor regulator documentation fixes.Matti Vaittinen1-1/+7
2021-07-12Merge series "regulator: devres: remove unused device-managed unregister APIs" from Alexandru Ardelean <aardelean@deviqon.com>:Mark Brown2-16/+0
2021-07-11regulator: machine.h: fix kernel-doc "bad line"Randy Dunlap1-1/+1
2021-07-11regulator: devres: unexport devm_regulator_unregister_supply_alias()Alexandru Ardelean1-7/+0
2021-07-11regulator: devres: remove devm_regulator_bulk_unregister_supply_alias()Alexandru Ardelean1-8/+0
2021-07-11regulator: devres: remove devm_regulator_unregister() functionAlexandru Ardelean1-1/+0
2021-06-21Merge series "Extend regulator notification support" from Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>:Mark Brown4-9/+222
2021-06-21regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen2-4/+63
2021-06-21regulator: IRQ based event/error notification helpersMatti Vaittinen1-0/+135