index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-09-16
regulator: core: Don't skip set_voltage_time when ramp delay disabled
Matthias Kaehlcke
1
-6
/
+2
2016-09-16
regulator: core: Simplify error flow in _regulator_do_set_voltage()
Matthias Kaehlcke
1
-2
/
+6
2016-09-14
regulator: core: Use local ops variable in _regulator_do_set_voltage()
Matthias Kaehlcke
1
-10
/
+10
2016-08-16
regulator: Remove support for optional supplies in the bulk API
Bjorn Andersson
1
-4
/
+2
2016-06-09
regulator: Remove regulator_can_change_voltage()
Mark Brown
1
-27
/
+0
2016-05-13
Merge remote-tracking branches 'regulator/topic/can-change', 'regulator/topic...
Mark Brown
1
-59
/
+83
2016-05-13
Merge remote-tracking branch 'regulator/topic/supply' into regulator-next
Mark Brown
1
-26
/
+41
2016-05-13
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Mark Brown
1
-3
/
+1
2016-05-13
Merge remote-tracking branch 'regulator/topic/bypass' into regulator-next
Mark Brown
1
-0
/
+14
2016-05-13
Merge remote-tracking branches 'regulator/fix/constrain' and 'regulator/fix/d...
Mark Brown
1
-11
/
+38
2016-04-27
regulator: core: Add early supply resolution for regulators
Jon Hunter
1
-11
/
+26
2016-04-27
Merge branch 'topic/bypass' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Mark Brown
1
-0
/
+14
2016-04-25
regulator: refactor valid_ops_mask checking code
WEN Pingbo
1
-59
/
+29
2016-04-22
regulator: core: Move registration of regulator device
Jon Hunter
1
-15
/
+9
2016-04-22
Merge branch 'topic/sysfs-init' of git://git.kernel.org/pub/scm/linux/kernel/...
Mark Brown
1
-10
/
+10
2016-04-22
regulator: core: Clear the supply pointer if enabling fails
Jon Hunter
1
-0
/
+1
2016-04-22
regulator: core: Don't terminate supply resolution early
Jon Hunter
1
-1
/
+6
2016-04-22
regulator: core: Add debugfs to show constraint flags
Richard Fitzgerald
1
-0
/
+52
2016-04-18
regulator: core: remove lockdep assert from suspend_prepare
Tero Kristo
1
-2
/
+0
2016-04-13
regulator: core: Fix locking of GPIO list on free
Mark Brown
1
-1
/
+1
2016-04-13
regulator: reorder initialization steps in regulator_register()
Boris Brezillon
1
-10
/
+10
2016-04-12
regulator: core: Use parent voltage from the supply when bypassed
Mark Brown
1
-0
/
+14
2016-03-30
regulator: Fix deadlock during regulator registration
Jon Hunter
1
-5
/
+5
2016-03-29
regulator: core: Log when we bring constraints into range
Mark Brown
1
-0
/
+2
2016-03-28
regulator: Try to resolve regulators supplies on registration
Javier Martinez Canillas
1
-0
/
+9
2016-03-27
regulator: core: Ensure we are at least in bounds for our constraints
Mark Brown
1
-7
/
+25
2016-03-25
regulator: core: Remove duplicate copy of active-discharge parsing
Vladimir Zapolskiy
1
-11
/
+0
2016-03-21
regulator: Remove unneded check for regulator supply
Javier Martinez Canillas
1
-1
/
+1
[next]