aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'regulator-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+8
2024-05-06regulator: new API for voltage reference suppliesMark Brown1-0/+7
2024-05-03regulator: devres: add API for reference voltage suppliesDavid Lechner1-0/+7
2024-04-24regulator: change devm_regulator_get_enable_optional() stub to return OkMatti Vaittinen1-1/+1
2024-04-23regulator: change stubbed devm_regulator_get_enable to return OkMatti Vaittinen1-1/+1
2024-03-25regulator: pca9450: add pca9451a supportJoy Zou1-0/+1
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_enab...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/b...Linus 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/...Linus 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...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 <ma...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
2021-06-21regulator: move rdev_print helpers to internal.hMatti Vaittinen2-5/+10
2021-06-21regulator: add warning flagsMatti Vaittinen1-0/+14
2021-06-14Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown1-0/+1
2021-06-01regulator: mt6359: Add support for MT6359P regulatorHsin-Hsiung Wang1-0/+1
2021-06-01regulator: mt6359: Add support for MT6359 regulatorWen Su1-0/+58
2021-06-01regulator: core: Add regulator_sync_voltage_rdev()Dmitry Osipenko1-0/+1
2021-04-23regulator: core: Fix off_on_delay handlingVincent Whitchurch1-1/+1
2021-04-02regulator: Add regmap helper for ramp-delay settingMatti Vaittinen1-0/+5
2021-04-02regulator: helpers: Export helper voltage listingMatti Vaittinen1-0/+2
2021-03-10regulator: pca9450: Clear PRESET_EN bit to fix BUCK1/2/3 voltage settingFrieder Schrempf1-0/+3
2021-02-12Merge remote-tracking branch 'regulator/for-5.12' into regulator-nextMark Brown3-166/+51
2021-02-11regulator: pca9450: Enable system reset on WDOG_B assertionFrieder Schrempf1-0/+7
2021-02-08regulator: mt6315: Add support for MT6315 regulatorHsin-Hsiung Wang1-0/+44
2021-01-21regulator: consumer: Add missing stubs to regulator/consumer.hDmitry Osipenko1-0/+30
2021-01-13regulator: ab8500: Decomission platform data headerLinus Walleij1-156/+0
2021-01-13regulator: ab8500: Remove unused platform dataLinus Walleij1-10/+0
2020-12-11regulator: pfuze100: Convert the driver to DT-onlyFabio Estevam1-6/+0
2020-12-01regulator: da9121: Add support for device variants via devicetreeAdam Ward1-0/+11
2020-12-01regulator: da9121: Add device variant regmapsAdam Ward1-0/+25
2020-11-23regulator: core: add of_match_full_name boolean flagCristian Marussi1-0/+3
2020-09-21regulator: unexport regulator_lock/unlock()Michał Mirosław1-3/+0
2020-07-17regulator: Correct kernel-doc inconsistencyColton Lewis2-1/+2
2020-07-15regulator: Allow regulators to verify enabled during enable()Sumit Semwal1-0/+5
2020-07-06regulator: pca9450: add pca9450 pmic driverRobin Gong1-0/+219
2020-06-25regulator: consumer: Supply missing prototypes for 3 core functionsLee Jones1-0/+10
2020-05-29Merge series "Fix regulators coupling for Exynos5800" from Marek Szyprowski <...Mark Brown1-0/+8
2020-05-29regulator: extract voltage balancing code to the separate functionMarek Szyprowski1-0/+8
2020-05-08regulator: use linear_ranges helperMatti Vaittinen1-22/+5
2020-03-18regulator: driver.h: fix regulator_map_* function namesMauro Carvalho Chehab1-2/+2
2020-01-15regulator fix for "regulator: core: Add regulator_is_equal() helper"Stephen Rothwell1-1/+1
2020-01-14regulator: core: Add regulator_is_equal() helperMarek Vasut1-0/+7
2019-11-07regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_idStephan Gerhold1-2/+0
2019-11-07regulator: ab8500: Remove AB8505 USB regulatorStephan Gerhold1-1/+0
2019-10-29regulator: fixed: add off-on-delayPeng Fan1-0/+1
2019-09-03regulator: add missing 'static inline' to a helper's stubBartosz Golaszewski1-3/+4
2019-09-02regulator: provide regulator_bulk_set_supply_names()Bartosz Golaszewski1-0/+12
2019-08-28regulator: mt6358: Add support for MT6358 regulatorHsin-Hsiung Wang1-0/+56
2019-07-04Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown3-4/+101
2019-07-04Merge branch 'regulator-5.3' into regulator-nextMark Brown2-3/+6
2019-07-04regulator: implement selector steppingBartosz Golaszewski1-0/+6
2019-06-25regulator: core: Expose some of core functions needed by couplersDmitry Osipenko1-0/+35
2019-06-25regulator: core: Introduce API for regulators coupling customizationDmitry Osipenko3-4/+66
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner7-30/+7
2019-06-18Merge tag 'v5.2-rc4' into regulator-5.3Mark Brown21-215/+21
2019-06-13regulator: max8952: Convert to use GPIO descriptorsLinus Walleij1-3/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 421Thomas Gleixner1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Thomas Gleixner2-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner4-36/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2-28/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner4-59/+4
2019-03-21regulator: add regulator_get_linear_step() stub helperArnd Bergmann1-0/+5
2019-03-03regulator: core: Add set/get_current_limit helpers for regmap usersAxel Lin1-0/+7
2019-03-03regulator: Fix comment for csel_reg and csel_maskAxel Lin1-2/+2
2019-02-14regulator: add regulator_desc_list_voltage_linear_rangeMatti Vaittinen1-0/+6
2019-02-06regulator: core: Only support passing enable GPIO descriptorsLinus Walleij1-11/+1
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij2-16/+0
2019-02-06regulator: gpio: Convert to use descriptorsLinus Walleij1-5/+7
2019-01-09regulator: provide rdev_get_regmap()Bartosz Golaszewski1-0/+1
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown1-1/+1
2018-11-22regulator: core: Only count load for enabled consumersDouglas Anderson1-1/+0
2018-11-20regulator: Fix return value of _set_load() stubMark Brown1-1/+1
2018-11-19Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2-2/+9
2018-11-19regulator: core: Use ww_mutex for regulators lockingDmitry Osipenko1-1/+5
2018-11-08regulator: core: Add new max_uV_step constraintDmitry Osipenko1-0/+3
2018-11-08regulator: core: Limit regulators coupling to a single coupleDmitry Osipenko1-1/+1
2018-11-06regulator: pfuze100-regulator: add coin support to PF0100Adam Ford1-1/+2
2018-09-28Merge tag 'bd71847-support' into regulator-4.20Mark Brown2-4/+22
2018-09-28regulator: Support regulators where voltage ranges are selectableMatti Vaittinen1-1/+19
2018-09-17regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij1-3/+0
2018-09-03regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski1-3/+3
2018-07-05regulator: core: Change suspend_late to suspendpascal paillet1-1/+1
2018-06-18regulator: Fix typo in comment of struct regulator_linear_rangeMatthias Kaehlcke1-1/+1
2018-06-18regulator: pfuze100: add pfuze3001 supportStefan Wahren1-0/+11
2018-06-07regulator: gpio: RevertMark Brown2-0/+6
2018-05-29regulator: gpio: Get enable GPIO using GPIO descriptorLinus Walleij1-3/+0
2018-05-29regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij1-3/+0
2018-05-24regulator: max8952: Pass descriptor instead of GPIO numberLinus Walleij1-1/+0
2018-05-17regulator: core: Parse coupled regulators propertiesMaciej Purski2-0/+22
2018-05-17regulator: core: Make locks re-entrantMaciej Purski1-0/+2
2018-05-17regulator: arizona-ldo1: Look up a descriptor and pass to the coreLinus Walleij1-3/+0
2018-05-17regulator: core: Allow for regulators that can't be read at bootupDouglas Anderson1-2/+5
2018-04-20regulator: Don't return or expect -errno from of_map_mode()Douglas Anderson1-0/+1
2018-04-16regulator: ab8500: Drop AB8540/9540 supportLinus Walleij1-156/+1
2018-02-16regulator: da9211: Pass descriptors instead of GPIO numbersLinus Walleij1-1/+3
2018-02-16regulator: core: Support passing an initialized GPIO enable descriptorLinus Walleij1-0/+3
2018-01-26regulator: add PM suspend and resume hooksChunyan Zhang2-3/+12
2018-01-26regulator: empty the old suspend functionsChunyan Zhang1-3/+2
2018-01-26regulator: leave one item to record whether regulator is enabledChunyan Zhang1-4/+15
2017-11-10Merge remote-tracking branches 'regulator/topic/da9211', 'regulator/topic/pfu...Mark Brown1-1/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-31regulator: da9211: update for supporting da9223/4/5James Ban1-1/+4
2017-08-15regulator: mt6380: Add support for MT6380Chenglin Xu1-0/+32
2017-05-17regulator: Allow for asymmetric settling timesMatthias Kaehlcke1-0/+6
2017-04-30Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/p...Mark Brown3-0/+5
2017-04-30Merge remote-tracking branches 'regulator/topic/helpers', 'regulator/topic/hi...Mark Brown1-0/+16
2017-04-30Merge remote-tracking branches 'regulator/topic/anatop', 'regulator/topic/ari...Mark Brown2-0/+45
2017-04-30Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-0/+2
2017-04-25regulator: arizona-ldo1: Move pdata into a separate structureRichard Fitzgerald1-0/+24
2017-04-25regulator: arizona-micsupp: Move pdata into a separate structureRichard Fitzgerald1-0/+21
2017-04-06regulator: helpers: Add regmap set_pull_down helperCharles Keepax1-0/+8
2017-04-06regulator: helpers: Add regmap set_soft_start helperCharles Keepax1-0/+8
2017-04-05regulator: Add settling time for non-linear voltage transitionLaxman Dewangan1-0/+3
2017-03-29regulator: core: Limit propagation of parent voltage count and listMatthias Kaehlcke1-0/+2
2017-03-24regulator: core: Add new notification for enabling of regulatorHarald Geyer1-0/+1
2017-03-13regulator: pfuze100-regulator: add coin supportGeorge McCollister1-0/+1
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-12-05regulator: Fix regulator_get_error_flags() signature mismatchDavid Lechner1-1/+2
2016-11-04regulator: core: Add new API to poll for error conditionsAxel Haslam2-0/+30
2016-09-30Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pv88080...Mark Brown1-2/+8
2016-09-16regulator: core: Add set_voltage_time opMatthias Kaehlcke1-2/+8
2016-08-16regulator: Remove support for optional supplies in the bulk APIBjorn Andersson1-3/+0
2016-07-20Merge remote-tracking branches 'regulator/topic/fixed', 'regulator/topic/head...Mark Brown1-0/+52
2016-07-20Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/ca...Mark Brown2-7/+4
2016-07-18regulator: mt6323: Add support for MT6323 regulatorChen Zhong1-0/+52
2016-06-29regulator: da9211: add descriptions for da9212/da9214James Ban1-1/+4
2016-06-09regulator: Remove regulator_can_change_voltage()Mark Brown1-6/+0
2016-05-17regulator: Silence build warnings from regulator_can_change_voltage()Mark Brown1-2/+2
2016-05-13Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Mark Brown1-0/+5
2016-05-13Merge remote-tracking branches 'regulator/topic/can-change', 'regulator/topic...Mark Brown3-2/+8
2016-05-13Merge remote-tracking branches 'regulator/topic/abb', 'regulator/topic/act886...Mark Brown1-0/+2
2016-04-20regulator: core: Use a bitfield for continuous_voltage_rangeMark Brown1-1/+1
2016-04-13regulator: max8973: add support for junction thermal warningLaxman Dewangan1-0/+5
2016-03-30regulator: Deprecate regulator_can_change_voltage()Mark Brown1-2/+2
2016-03-28regulator: act8865: Pass of_node via act8865_regulator_dataMaarten ter Huurne1-0/+2
2016-03-23regulator: add missing description for set_over_current_protectionLuis de Bethencourt2-0/+4
2016-03-23regulator: add missing descriptions in regulator_descLuis de Bethencourt1-0/+2
2016-03-13Merge remote-tracking branches 'regulator/topic/discharge', 'regulator/topic/...Mark Brown3-0/+34
2016-03-02regulator: helper: Add helper to configure active-discharge using regmapLaxman Dewangan1-0/+14
2016-03-02regulator: core: Add support for active-discharge configurationLaxman Dewangan2-0/+15
2016-02-29regulator: act8865: Rename platform_data field to init_dataMaarten ter Huurne1-2/+2
2016-02-05regulator: lp872x: Add enable GPIO pin supportPaul Kocialkowski1-0/+5
2016-01-12Merge remote-tracking branches 'regulator/topic/pv88090', 'regulator/topic/qc...Mark Brown1-0/+2
2015-11-25regulator: tps65218: add support for LS3 current regulatorNikita Kiryanov1-0/+2
2015-11-17regulator: Make bulk API support optional suppliesBjorn Andersson1-0/+3
2015-10-16regulator: introduce min_dropout_uVSascha Hauer1-0/+2
2015-08-30Merge remote-tracking branches 'regulator/topic/qcom-smd', 'regulator/topic/q...Mark Brown1-0/+16
2015-08-30Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp...Mark Brown3-0/+31
2015-08-17regulator: core: Define regulator_set_voltage_triplet()Viresh Kumar1-0/+10