summaryrefslogtreecommitdiff
path: root/include/linux/regulator/driver.h
AgeCommit message (Expand)Author
2023-12-19regulator: Reuse LINEAR_RANGE() in REGULATOR_LINEAR_RANGE()Andy Shevchenko
2023-07-25regulator: Use bitfield values for range selectorsChen-Yu Tsai
2023-05-23regulator: expose regulator_find_closest_biggerSebastian Reichel
2022-12-08regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang
2022-06-28regulator: fix a kernel-doc warningMauro Carvalho Chehab
2022-01-11Merge tag 'regulator-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-12-07regulator: fix bullet lists of regulator_ops commentYanteng Si
2021-11-24regulator: irq_helper: Provide helper for trivial IRQ notificationsMatti Vaittinen
2021-11-24regulator: Add regulator_err2notif() helperMatti Vaittinen
2021-11-24regulator: Drop unnecessary struct memberMatti Vaittinen
2021-11-18regulator: Add units to limit documentationMatti Vaittinen
2021-11-18regulator: Update protection IRQ helper docsMatti Vaittinen
2021-08-23regulator: Documentation fix for regulator error notification helperMatti Vaittinen
2021-08-18regulator: Minor regulator documentation fixes.Matti Vaittinen
2021-07-11regulator: devres: remove devm_regulator_unregister() functionAlexandru Ardelean
2021-06-21Merge series "Extend regulator notification support" from Matti Vaittinen <ma...Mark Brown
2021-06-21regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen
2021-06-21regulator: IRQ based event/error notification helpersMatti Vaittinen
2021-06-21regulator: move rdev_print helpers to internal.hMatti Vaittinen
2021-06-01regulator: core: Add regulator_sync_voltage_rdev()Dmitry Osipenko
2021-04-23regulator: core: Fix off_on_delay handlingVincent Whitchurch
2021-04-02regulator: Add regmap helper for ramp-delay settingMatti Vaittinen
2021-04-02regulator: helpers: Export helper voltage listingMatti Vaittinen
2020-11-23regulator: core: add of_match_full_name boolean flagCristian Marussi
2020-09-21regulator: unexport regulator_lock/unlock()Michał Mirosław
2020-07-17regulator: Correct kernel-doc inconsistencyColton Lewis
2020-07-15regulator: Allow regulators to verify enabled during enable()Sumit Semwal
2020-05-08regulator: use linear_ranges helperMatti Vaittinen
2020-03-18regulator: driver.h: fix regulator_map_* function namesMauro Carvalho Chehab
2019-07-04Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown
2019-07-04Merge branch 'regulator-5.3' into regulator-nextMark Brown
2019-07-04regulator: implement selector steppingBartosz Golaszewski
2019-06-25regulator: core: Introduce API for regulators coupling customizationDmitry Osipenko
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-03regulator: core: Add set/get_current_limit helpers for regmap usersAxel Lin
2019-03-03regulator: Fix comment for csel_reg and csel_maskAxel Lin
2019-02-14regulator: add regulator_desc_list_voltage_linear_rangeMatti Vaittinen
2019-02-06regulator: core: Only support passing enable GPIO descriptorsLinus Walleij
2019-01-09regulator: provide rdev_get_regmap()Bartosz Golaszewski
2018-11-22regulator: core: Only count load for enabled consumersDouglas Anderson
2018-11-19regulator: core: Use ww_mutex for regulators lockingDmitry Osipenko
2018-11-08regulator: core: Limit regulators coupling to a single coupleDmitry Osipenko
2018-09-28regulator: Support regulators where voltage ranges are selectableMatti Vaittinen
2018-07-05regulator: core: Change suspend_late to suspendpascal paillet
2018-06-18regulator: Fix typo in comment of struct regulator_linear_rangeMatthias Kaehlcke
2018-05-17regulator: core: Parse coupled regulators propertiesMaciej Purski
2018-05-17regulator: core: Make locks re-entrantMaciej Purski
2018-05-17regulator: core: Allow for regulators that can't be read at bootupDouglas Anderson
2018-02-16regulator: core: Support passing an initialized GPIO enable descriptorLinus Walleij
2018-01-26regulator: add PM suspend and resume hooksChunyan Zhang