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
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
2016-03-13
Merge remote-tracking branches 'regulator/topic/ltc3589', 'regulator/topic/ma...
Mark Brown
1
-0
/
+11
2016-03-13
Merge remote-tracking branches 'regulator/topic/discharge', 'regulator/topic/...
Mark Brown
1
-0
/
+11
2016-03-02
regulator: core: Add support for active-discharge configuration
Laxman Dewangan
1
-0
/
+11
2016-03-02
regulator: core: Add support for active-discharge configuration
Laxman Dewangan
1
-0
/
+11
2016-02-25
regulator: core: fix crash in error path of regulator_register
Krzysztof Adamski
1
-4
/
+4
2016-02-25
Merge branch 'fix/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Mark Brown
1
-17
/
+12
2016-02-22
regulator: core: Request GPIO before creating sysfs entries
Krzysztof Adamski
1
-10
/
+10
2016-01-27
regulator: core: Rely on regulator_dev_release to free constraints
Charles Keepax
1
-17
/
+12
2016-01-12
Merge remote-tracking branches 'regulator/topic/lp8788', 'regulator/topic/mt6...
Mark Brown
1
-2
/
+4
2016-01-12
Merge remote-tracking branches 'regulator/topic/const', 'regulator/topic/lm36...
Mark Brown
1
-1
/
+9
2016-01-12
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Mark Brown
1
-9
/
+4
2016-01-07
regulator: core: remove some dead code
Dan Carpenter
1
-8
/
+3
2016-01-05
regulator: core: use dev_to_rdev
Geliang Tang
1
-1
/
+1
2015-12-02
regulator: core: Fix nested locking of supplies
Thierry Reding
1
-2
/
+9
2015-12-02
regulator: core: Ensure we lock all regulators
Mark Brown
1
-1
/
+1
2015-11-27
regulator: core: fix regulator_lock_supply regression
Arnd Bergmann
1
-1
/
+2
2015-11-20
regulator: core: avoid unused variable warning
Arnd Bergmann
1
-11
/
+3
2015-11-17
regulator: Make bulk API support optional supplies
Bjorn Andersson
1
-2
/
+4
2015-11-04
Merge remote-tracking branches 'regulator/topic/supply', 'regulator/topic/tps...
Mark Brown
1
-70
/
+179
2015-11-04
Merge remote-tracking branch 'regulator/topic/list' into regulator-next
Mark Brown
1
-91
/
+164
2015-11-04
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Mark Brown
1
-4
/
+4
2015-11-04
regulator: Use regulator_lock_supply() for get_voltage() too
Mark Brown
1
-3
/
+3
2015-10-22
regulator: core: Propagate voltage changes to supply regulators
Sascha Hauer
1
-2
/
+52
2015-10-20
regulator: core: Factor out regulator_map_voltage
Sascha Hauer
1
-17
/
+18
2015-10-16
regulator: core: create unlocked version of regulator_set_voltage
Sascha Hauer
1
-23
/
+34
2015-10-01
regulator: core: create unlocked version of regulator_list_voltage
Sascha Hauer
1
-27
/
+35
[next]