aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-30regulator: Fix suspend to idleMark Brown1-1/+1
2018-01-26regulator: Fix build errorMark Brown1-1/+1
2018-01-26Merge branch 'topic/suspend' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-coreMark Brown1-110/+236
2018-01-26regulator: core: Refactor regulator_list_voltage()Maciej Purski1-5/+5
2018-01-26regulator: core: Move of_find_regulator_by_node() to of_regulator.cMaciej Purski1-22/+1
2018-01-26regulator: add PM suspend and resume hooksChunyan Zhang1-30/+225
2018-01-26regulator: empty the old suspend functionsChunyan Zhang1-74/+0
2018-01-26regulator: leave one item to record whether regulator is enabledChunyan Zhang1-8/+6
2018-01-26regulator: make regulator voltage be an array to support more statesChunyan Zhang1-28/+35
2017-12-07regulator: fix incorrect indentation of two assignment statementsColin Ian King1-2/+2
2017-09-04Merge remote-tracking branches 'regulator/topic/cpcap', 'regulator/topic/da9063', 'regulator/topic/dt', 'regulator/topic/fan53555' and 'regulator/topic/ltc3589' into regulator-nextMark Brown1-2/+2
2017-07-20regulator: core: fix a possible race in disable_work handlingTirupathi Reddy1-2/+10
2017-07-19regulator: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-07-03Merge remote-tracking branches 'regulator/topic/settle', 'regulator/topic/tps65910' and 'regulator/topic/tps65917' into regulator-nextMark Brown1-0/+6
2017-07-03Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-28/+18
2017-06-30regulator: core: Fix size limit of supply_mapHaishan Zhou1-23/+13
2017-06-28regulator: core: Fix voltage change propagations to supply regulatorsTirupathi Reddy1-1/+2
2017-06-13regulator: core: Prioritise consumer mappings over regulator nameCharles Keepax1-5/+5
2017-05-17regulator: Allow for asymmetric settling timesMatthias Kaehlcke1-0/+6
2017-04-30Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/pfuze100', 'regulator/topic/settle', 'regulator/topic/tps65132' and 'regulator/topic/twl6030' into regulator-nextMark Brown1-0/+4
2017-04-14regulator: core: Allow dummy regulators for suppliesMark Brown1-8/+0
2017-04-14regulator: core: Only propagate voltage changes to if it can change voltagesMark Brown1-2/+4
2017-04-05regulator: Add settling time for non-linear voltage transitionLaxman Dewangan1-0/+2
2017-03-29regulator: core: Limit propagation of parent voltage count and listMatthias Kaehlcke1-2/+7
2017-03-29regulator: core: Fix kerneldoc commentsTamara Diaconita1-2/+0
2017-03-24regulator: core: Add new notification for enabling of regulatorHarald Geyer1-0/+2
2017-03-17regulator: Mark supply_name const and duplicate it as suchStephen Boyd1-2/+2
2017-03-07regulator: core: use snprintf() instead of scnprintf()Bartosz Golaszewski1-2/+2
2017-02-19Merge remote-tracking branches 'regulator/topic/s2mpa01', 'regulator/topic/supplies' and 'regulator/topic/tps65217' into regulator-nextMark Brown1-0/+13
2017-02-19Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-71/+74
2017-02-19Merge remote-tracking branches 'regulator/fix/debugfs' and 'regulator/fix/tps65086' into regulator-linusMark Brown1-2/+3
2017-02-16regulator: core: Resolve supplies before disabling unused regulatorsJavier Martinez Canillas1-0/+10
2017-02-16regulator: Fix regulator_summary for deviceless consumersLeonard Crestez1-2/+3
2017-02-08regulator: core: simplify _regulator_get()Dmitry Torokhov1-32/+34
2017-02-05regulator: core: have regulator_dev_lookup() return ERR_PTR-encoded errorsDmitry Torokhov1-19/+23
2017-02-04regulator: core: fix typo in regulator_bulk_disable()Dmitry Torokhov1-1/+1
2017-02-04regulator: core: simplify regulator_bulk_force_disable()Dmitry Torokhov1-8/+4
2017-02-04regulator: core: have _regulator_get() accept get_type argumentDmitry Torokhov1-9/+14
2017-02-04regulator: core: remove dead code in _regulator_get()Dmitry Torokhov1-6/+2
2017-01-12regulator: core: Don't use regulators as supplies until the parent is boundJon Hunter1-0/+13
2016-12-12Merge remote-tracking branches 'regulator/topic/arizona', 'regulator/topic/bypass', 'regulator/topic/error' and 'regulator/topic/fixed' into regulator-nextMark Brown1-0/+33
2016-12-12Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-2/+3
2016-12-05regulator: core: add newline in debug messageDavid Lechner1-1/+1
2016-11-30regulator: core: Correct type of mode in regulator_mode_constrainCharles Keepax1-1/+2
2016-11-04regulator: core: Add new API to poll for error conditionsAxel Haslam1-0/+33
2016-10-28regulator: core: silence warning: "VDD1: ramp_delay not set"H. Nikolaus Schaller1-1/+1
2016-09-30Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pv88080', 'regulator/topic/rk808', 'regulator/topic/set-voltage' and 'regulator/topic/tps65218' into regulator-nextMark Brown1-40/+72
2016-09-30Merge remote-tracking branches 'regulator/topic/bulk', 'regulator/topic/dbx500', 'regulator/topic/hi6421', 'regulator/topic/load' and 'regulator/topic/ltc3676' into regulator-nextMark Brown1-22/+20
2016-09-24regulator: core: don't return error with inadequate reasonJoonwoo Park1-18/+18
2016-09-16regulator: core: Add set_voltage_time opMatthias Kaehlcke1-27/+59