summaryrefslogtreecommitdiff
path: root/include/linux/regulator/driver.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-19regulator: Reuse LINEAR_RANGE() in REGULATOR_LINEAR_RANGE()Andy Shevchenko1-6/+1
2023-07-25regulator: Use bitfield values for range selectorsChen-Yu Tsai1-5/+6
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-06-28regulator: fix a kernel-doc warningMauro Carvalho Chehab1-0/+1
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-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-11regulator: devres: remove devm_regulator_unregister() functionAlexandru Ardelean1-1/+0
2021-06-21Merge series "Extend regulator notification support" from Matti Vaittinen <ma...Mark Brown1-4/+182
2021-06-21regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen1-4/+37
2021-06-21regulator: IRQ based event/error notification helpersMatti Vaittinen1-0/+135
2021-06-21regulator: move rdev_print helpers to internal.hMatti Vaittinen1-0/+10
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
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 Lewis1-1/+1
2020-07-15regulator: Allow regulators to verify enabled during enable()Sumit Semwal1-0/+5
2020-05-08regulator: use linear_ranges helperMatti Vaittinen1-22/+5
2020-03-18regulator: driver.h: fix regulator_map_* function namesMauro Carvalho Chehab1-2/+2
2019-07-04Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown1-3/+3
2019-07-04Merge branch 'regulator-5.3' into regulator-nextMark Brown1-0/+6
2019-07-04regulator: implement selector steppingBartosz Golaszewski1-0/+6
2019-06-25regulator: core: Introduce API for regulators coupling customizationDmitry Osipenko1-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
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-01-09regulator: provide rdev_get_regmap()Bartosz Golaszewski1-0/+1
2018-11-22regulator: core: Only count load for enabled consumersDouglas Anderson1-1/+0
2018-11-19regulator: core: Use ww_mutex for regulators lockingDmitry Osipenko1-1/+5
2018-11-08regulator: core: Limit regulators coupling to a single coupleDmitry Osipenko1-1/+1
2018-09-28regulator: Support regulators where voltage ranges are selectableMatti Vaittinen1-1/+19
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-05-17regulator: core: Parse coupled regulators propertiesMaciej Purski1-0/+18
2018-05-17regulator: core: Make locks re-entrantMaciej Purski1-0/+2
2018-05-17regulator: core: Allow for regulators that can't be read at bootupDouglas Anderson1-2/+5
2018-02-16regulator: core: Support passing an initialized GPIO enable descriptorLinus Walleij1-0/+3
2018-01-26regulator: add PM suspend and resume hooksChunyan Zhang1-0/+2