index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
regulator: Fix suspend to idle
Mark Brown
1
-1
/
+1
2018-01-26
regulator: Fix build error
Mark Brown
1
-1
/
+1
2018-01-26
Merge branch 'topic/suspend' of https://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
1
-110
/
+236
2018-01-26
regulator: core: Refactor regulator_list_voltage()
Maciej Purski
1
-5
/
+5
2018-01-26
regulator: core: Move of_find_regulator_by_node() to of_regulator.c
Maciej Purski
1
-22
/
+1
2018-01-26
regulator: add PM suspend and resume hooks
Chunyan Zhang
1
-30
/
+225
2018-01-26
regulator: empty the old suspend functions
Chunyan Zhang
1
-74
/
+0
2018-01-26
regulator: leave one item to record whether regulator is enabled
Chunyan Zhang
1
-8
/
+6
2018-01-26
regulator: make regulator voltage be an array to support more states
Chunyan Zhang
1
-28
/
+35
2017-12-07
regulator: fix incorrect indentation of two assignment statements
Colin Ian King
1
-2
/
+2
2017-09-04
Merge remote-tracking branches 'regulator/topic/cpcap', 'regulator/topic/da90...
Mark Brown
1
-2
/
+2
2017-07-20
regulator: core: fix a possible race in disable_work handling
Tirupathi Reddy
1
-2
/
+10
2017-07-19
regulator: Convert to using %pOF instead of full_name
Rob Herring
1
-2
/
+2
2017-07-03
Merge remote-tracking branches 'regulator/topic/settle', 'regulator/topic/tps...
Mark Brown
1
-0
/
+6
2017-07-03
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Mark Brown
1
-28
/
+18
2017-06-30
regulator: core: Fix size limit of supply_map
Haishan Zhou
1
-23
/
+13
2017-06-28
regulator: core: Fix voltage change propagations to supply regulators
Tirupathi Reddy
1
-1
/
+2
2017-06-13
regulator: core: Prioritise consumer mappings over regulator name
Charles Keepax
1
-5
/
+5
2017-05-17
regulator: Allow for asymmetric settling times
Matthias Kaehlcke
1
-0
/
+6
2017-04-30
Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/p...
Mark Brown
1
-0
/
+4
2017-04-14
regulator: core: Allow dummy regulators for supplies
Mark Brown
1
-8
/
+0
2017-04-14
regulator: core: Only propagate voltage changes to if it can change voltages
Mark Brown
1
-2
/
+4
2017-04-05
regulator: Add settling time for non-linear voltage transition
Laxman Dewangan
1
-0
/
+2
2017-03-29
regulator: core: Limit propagation of parent voltage count and list
Matthias Kaehlcke
1
-2
/
+7
2017-03-29
regulator: core: Fix kerneldoc comments
Tamara Diaconita
1
-2
/
+0
2017-03-24
regulator: core: Add new notification for enabling of regulator
Harald Geyer
1
-0
/
+2
2017-03-17
regulator: Mark supply_name const and duplicate it as such
Stephen Boyd
1
-2
/
+2
2017-03-07
regulator: core: use snprintf() instead of scnprintf()
Bartosz Golaszewski
1
-2
/
+2
2017-02-19
Merge remote-tracking branches 'regulator/topic/s2mpa01', 'regulator/topic/su...
Mark Brown
1
-0
/
+13
2017-02-19
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Mark Brown
1
-71
/
+74
2017-02-19
Merge remote-tracking branches 'regulator/fix/debugfs' and 'regulator/fix/tps...
Mark Brown
1
-2
/
+3
2017-02-16
regulator: core: Resolve supplies before disabling unused regulators
Javier Martinez Canillas
1
-0
/
+10
2017-02-16
regulator: Fix regulator_summary for deviceless consumers
Leonard Crestez
1
-2
/
+3
2017-02-08
regulator: core: simplify _regulator_get()
Dmitry Torokhov
1
-32
/
+34
2017-02-05
regulator: core: have regulator_dev_lookup() return ERR_PTR-encoded errors
Dmitry Torokhov
1
-19
/
+23
2017-02-04
regulator: core: fix typo in regulator_bulk_disable()
Dmitry Torokhov
1
-1
/
+1
2017-02-04
regulator: core: simplify regulator_bulk_force_disable()
Dmitry Torokhov
1
-8
/
+4
2017-02-04
regulator: core: have _regulator_get() accept get_type argument
Dmitry Torokhov
1
-9
/
+14
2017-02-04
regulator: core: remove dead code in _regulator_get()
Dmitry Torokhov
1
-6
/
+2
2017-01-12
regulator: core: Don't use regulators as supplies until the parent is bound
Jon Hunter
1
-0
/
+13
2016-12-12
Merge remote-tracking branches 'regulator/topic/arizona', 'regulator/topic/by...
Mark Brown
1
-0
/
+33
2016-12-12
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Mark Brown
1
-2
/
+3
2016-12-05
regulator: core: add newline in debug message
David Lechner
1
-1
/
+1
2016-11-30
regulator: core: Correct type of mode in regulator_mode_constrain
Charles Keepax
1
-1
/
+2
2016-11-04
regulator: core: Add new API to poll for error conditions
Axel Haslam
1
-0
/
+33
2016-10-28
regulator: core: silence warning: "VDD1: ramp_delay not set"
H. Nikolaus Schaller
1
-1
/
+1
2016-09-30
Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pv88080...
Mark Brown
1
-40
/
+72
2016-09-30
Merge remote-tracking branches 'regulator/topic/bulk', 'regulator/topic/dbx50...
Mark Brown
1
-22
/
+20
2016-09-24
regulator: core: don't return error with inadequate reason
Joonwoo Park
1
-18
/
+18
2016-09-16
regulator: core: Add set_voltage_time op
Matthias Kaehlcke
1
-27
/
+59
[next]