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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-30
Merge remote-tracking branch 'regulator/topic/vctrl' into regulator-next
Mark Brown
3
-0
/
+554
2017-04-30
Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/p...
Mark Brown
7
-2
/
+325
2017-04-30
Merge remote-tracking branches 'regulator/topic/helpers', 'regulator/topic/hi...
Mark Brown
5
-3
/
+76
2017-04-30
Merge remote-tracking branches 'regulator/topic/anatop', 'regulator/topic/ari...
Mark Brown
12
-139
/
+390
2017-04-30
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Mark Brown
2
-19
/
+16
2017-04-30
Merge remote-tracking branches 'regulator/fix/isl9305', 'regulator/fix/rk808'...
Mark Brown
2
-3
/
+2
2017-04-25
regulator: Add ROHM BD9571MWV-M PMIC regulator driver
Marek Vasut
3
-0
/
+190
2017-04-25
regulator: arizona-ldo1: Factor out generic initialization
Richard Fitzgerald
1
-48
/
+66
2017-04-25
regulator: arizona-ldo1: Make arizona_ldo1 independent of struct arizona
Richard Fitzgerald
1
-4
/
+4
2017-04-25
regulator: arizona-ldo1: Move pdata into a separate structure
Richard Fitzgerald
1
-18
/
+21
2017-04-25
regulator: arizona-micsupp: Factor out generic initialization
Richard Fitzgerald
1
-36
/
+46
2017-04-25
regulator: arizona-micsupp: Make arizona_micsupp independent of struct arizona
Richard Fitzgerald
1
-10
/
+17
2017-04-25
regulator: arizona-micsupp: Move pdata into a separate structure
Richard Fitzgerald
1
-10
/
+11
2017-04-25
regulator: arizona: Split KConfig options for LDO1 and MICSUPP regulators
Richard Fitzgerald
2
-4
/
+13
2017-04-25
Merge tag 'v4.11-rc1' into regulator-arizona
Mark Brown
48
-351
/
+882
2017-04-18
regulator: tps65023: Fix inverted core enable logic.
Richard Cochran
1
-2
/
+1
2017-04-14
regulator: anatop: make sure regulator name is properly defined
Dong Aisheng
1
-2
/
+5
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-14
regulator: vctrl: Fix out of bounds array access for vctrl->vtable
Axel Lin
1
-4
/
+4
2017-04-14
regulator: tps65132: fix platform_no_drv_owner.cocci warnings
kbuild test robot
1
-1
/
+0
2017-04-13
regulator: tps65132: Fix off-by-one for .max_register setting
Axel Lin
1
-1
/
+1
2017-04-13
regulator: anatop: set default voltage selector for pcie
Dong Aisheng
1
-0
/
+5
2017-04-12
regulator: tps65132: add regulator driver for TI TPS65132
Venkat Reddy Talla
3
-0
/
+294
2017-04-11
regulator: anatop: remove unneeded name field of struct anatop_regulator
Dong Aisheng
1
-4
/
+3
2017-04-11
regulator: anatop: use of_property_read_string to read the name
Dong Aisheng
1
-1
/
+2
2017-04-11
regulator: anatop: check return value of of_get_regulator_init_data
Dong Aisheng
1
-0
/
+3
2017-04-10
regulator: Add driver for voltage controlled regulators
Matthias Kaehlcke
3
-0
/
+554
2017-04-06
regulator: helpers: Add regmap set_pull_down helper
Charles Keepax
1
-0
/
+18
2017-04-06
regulator: helpers: Add regmap set_soft_start helper
Charles Keepax
1
-0
/
+18
2017-04-05
regulator: Add settling time for non-linear voltage transition
Laxman Dewangan
2
-0
/
+6
2017-04-03
regulator: hi655x: Describe consumed platform device
Jeremy Linton
1
-0
/
+7
2017-03-29
regulator: arizona-ldo1: Avoid potential memory leak reading init_data
Charles Keepax
1
-4
/
+5
2017-03-29
regulator: arizona-micsupp: Avoid potential memory leak reading init_data
Charles Keepax
1
-4
/
+5
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-24
regulator: rk808: Fix RK818 LDO2
Wadim Egorov
1
-1
/
+1
2017-03-24
regulator: twl6030: remove redundant range check min_uV > 1300000 && min_uV <...
Colin Ian King
1
-2
/
+0
2017-03-17
regulator: Mark supply_name const and duplicate it as such
Stephen Boyd
2
-3
/
+3
2017-03-13
regulator: s2mpa01: Fix inconsistent indenting
Krzysztof Kozlowski
1
-5
/
+5
2017-03-13
regulator: s5m8767: Constify regulator_ops
Krzysztof Kozlowski
1
-2
/
+2
2017-03-13
regulator: s2mps11: Constify regulator_ops
Krzysztof Kozlowski
1
-8
/
+8
2017-03-13
regulator: s2mpa01: Constify regulator_ops
Krzysztof Kozlowski
1
-2
/
+2
2017-03-13
regulator: max8660: Constify regulator_ops
Krzysztof Kozlowski
1
-2
/
+2
2017-03-13
regulator: max77693: Constify regulator_ops
Krzysztof Kozlowski
1
-1
/
+1
2017-03-13
regulator: max1586: Constify regulator_ops
Krzysztof Kozlowski
1
-2
/
+2
2017-03-13
regulator: pfuze100-regulator: add coin support
George McCollister
1
-0
/
+24
2017-03-07
regulator: lm363x: Use generic DT property name for external control pins
Milo Kim
1
-2
/
+2
2017-03-07
regulator: core: use snprintf() instead of scnprintf()
Bartosz Golaszewski
1
-2
/
+2
[next]