aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-17Merge tag 'regulator-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-4/+12
2019-12-09regulator: core: avoid unneeded .list_voltage callsCristian Marussi1-0/+4
2019-12-03regulator: core: fix regulator_register() error paths to properly release rdevWen Yang1-2/+6
2019-11-27regulator: fix use after free issueWen Yang1-2/+2
2019-11-22Merge branch 'regulator-5.5' into regulator-nextMark Brown1-1/+9
2019-11-15regulator: core: Let boot-on regulators be powered offPascal Paillet1-1/+3
2019-11-15regulator: core: Don't try to remove device links if add failedSaravana Kannan1-2/+6
2019-10-28regulator: core: Allow generic coupling only for always-on regulatorsDmitry Osipenko1-0/+6
2019-10-28regulator: core: Release coupled_rdevs on regulator_init_coupling() errorDmitry Osipenko1-0/+1
2019-09-17regulator: core: make regulator_register() EPROBE_DEFER awareMarco Felsch1-0/+13
2019-09-11regulator: core: Fix error return for /sys accessH. Nikolaus Schaller1-3/+5
2019-09-04regulator: Defer init completion for a while after late_initcallMark Brown1-11/+31
2019-08-15regulator: core: Add label to collate of_node_put() statementsNishka Dasgupta1-6/+7
2019-08-05regulator: core: Add of_node_put() before returnNishka Dasgupta1-1/+4
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-04Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown1-51/+143
2019-07-04regulator: implement selector steppingBartosz Golaszewski1-0/+63
2019-06-25regulator: core: Expose some of core functions needed by couplersDmitry Osipenko1-31/+27
2019-06-25regulator: core: Introduce API for regulators coupling customizationDmitry Osipenko1-20/+116
2019-06-18regulator: core: Make entire header comment C++ styleMark Brown1-8/+7
2019-06-18Merge tag 'v5.2-rc4' into regulator-5.3Mark Brown1-6/+1
2019-06-14docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-08regulator: core: Slightly improve readability of _regulator_get_enable_timeAxel Lin1-3/+3
2019-05-06Merge branch 'regulator-5.2' into regulator-nextMark Brown1-6/+9
2019-05-03regulator: core: simplify return value on suported_voltageJorge Ramirez-Ortiz1-2/+2
2019-04-26regulator: core: do not report EPROBE_DEFER as error but as debugJorge Ramirez-Ortiz1-2/+7
2019-04-25regulator: core: Actually put the gpiod after useLinus Walleij1-0/+1
2019-04-05regulator: core: Avoid potential deadlock on regulator_unregisterCharles Keepax1-1/+2
2019-03-19regulator: core: fix error path for regulator_set_voltage_unlockedSteve Twiss1-7/+4
2019-03-18regulator: core: Fix application of "drop lockdep annotation in drms_uA_update()"Mark Brown1-2/+0
2019-02-21regulator: core: Log forbidden DRMS operationMarc Gonzalez1-1/+3
2019-02-19Merge branch 'regulator-5.0' into regulator-5.1 stpmic1 const/rangeMark Brown1-9/+3
2019-02-19regulator: core: Drop lockdep annotation in drms_uA_update()Niklas Cassel1-2/+0
2019-02-18regulator: core: remove unused rdev_get_supply()Masahiro Yamada1-8/+0
2019-02-15regulator: core: Take lock before applying system loadNiklas Cassel1-0/+2
2019-02-08regulator: fix device unlinkingGuennadi Liakhovetski1-9/+1
2019-02-06regulator: core: Only support passing enable GPIO descriptorsLinus Walleij1-26/+6
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij1-6/+2
2019-01-09regulator: provide rdev_get_regmap()Bartosz Golaszewski1-0/+6
2019-01-08regulator: Fix trivial language typosKrzysztof Kozlowski1-8/+8
2018-12-21Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown1-10/+2
2018-12-20regulator: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-32/+5
2018-12-11regulator: core: Clean enabling always-on regulators + their suppliesDouglas Anderson1-3/+16
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-4.21Mark Brown1-11/+11
2018-12-11regulator: core: Track dangling GPIO descriptorsLinus Walleij1-10/+45
2018-11-26regulator: core: Apply system load even if no consumer loadsDouglas Anderson1-0/+6
2018-11-26regulator: core: enable power when setting up constraintsOlliver Schinagl1-11/+11
2018-11-22regulator: core: Avoid propagating to supplies when possibleDouglas Anderson1-7/+7
2018-11-22regulator: core: Only count load for enabled consumersDouglas Anderson1-51/+142