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
2018-09-20
regulator: fix crash caused by null driver data
Yu Zhao
1
-1
/
+1
2018-09-03
regulator: Fix 'do-nothing' value for regulators without suspend state
Marek Szyprowski
2
-3
/
+1
2018-08-29
regulator: bd71837: Disable voltage monitoring for LDO3/4
Matti Vaittinen
1
-0
/
+19
2018-08-20
Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
1
-35
/
+49
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2018-08-10
Merge branch 'regulator-4.19' into regulator-next
Mark Brown
20
-247
/
+1411
2018-08-10
Merge branch 'regulator-4.18' into regulator-linus
Mark Brown
1
-3
/
+24
2018-08-10
regulator: add QCOM RPMh regulator driver
David Collins
3
-0
/
+779
2018-08-08
regulator: samsung: Add SPDX license identifiers
Krzysztof Kozlowski
3
-39
/
+12
2018-08-08
regulator: maxim: Add SPDX license identifiers
Krzysztof Kozlowski
6
-127
/
+51
2018-07-30
regulator: bd71837: adobt MFD changes to regulator driver
Matti Vaittinen
3
-9
/
+4
2018-07-30
regulator: tps65217: Fix NULL pointer dereference on probe
Anton Vasilyev
1
-0
/
+2
2018-07-24
regulator: Add support for CPCAP regulators on Motorola Xoom devices.
Peter Geis
1
-0
/
+80
2018-07-24
regulator: Add sw2_sw4 voltage table to cpcap regulator.
Peter Geis
1
-0
/
+23
2018-07-24
regulator: bd9571mwv: Make symbol 'dev_attr_backup_mode' static
Wei Yongjun
1
-1
/
+1
2018-07-23
regulator: pfuze100: add support to en-/disable switch regulators
Marco Felsch
1
-0
/
+36
2018-07-20
regulator: qcom_spmi: Indent with tabs instead of spaces
Niklas Cassel
1
-1
/
+1
2018-07-20
regulator: qcom_spmi: Do not initialise static to NULL
Niklas Cassel
1
-1
/
+1
2018-07-20
regulator: qcom_spmi: Use correct regmap when checking for error
Niklas Cassel
1
-1
/
+1
2018-07-20
regulator: qcom_spmi: Fix warning Bad of_node_put()
Niklas Cassel
1
-12
/
+20
2018-07-18
regulator: bd9571mwv: Add support for toggle power switches
Geert Uytterhoeven
1
-0
/
+20
2018-07-18
regulator: bd9571mwv: Use "backup_mode" sysfs file instead of "wake_up"
Geert Uytterhoeven
1
-5
/
+47
2018-07-11
regulator: uniphier: add regulator driver for UniPhier SoC
Kunihiko Hayashi
3
-0
/
+222
2018-07-09
regulator: max8997: clean up a condition in max8997_list_voltage()
Dan Carpenter
1
-2
/
+1
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
1
-0
/
+1
2018-07-05
regulator: core: Link consumer with regulator driver
pascal paillet
1
-2
/
+16
2018-07-05
regulator: core: Change suspend_late to suspend
pascal paillet
1
-13
/
+13
2018-07-04
regulator: da9063: Handle less LDOs on DA9063L
Marek Vasut
1
-31
/
+45
2018-07-04
mfd: da9063: Replace model with type
Marek Vasut
1
-4
/
+4
2018-07-04
mfd: da9063: Rename PMIC_DA9063 to PMIC_CHIP_ID_DA9063
Marek Vasut
1
-1
/
+1
2018-07-02
regulator: Revert "regulator: pfuze100: add enable/disable for switch"
Fabio Estevam
1
-8
/
+0
2018-06-28
regulator: bd71837: Editorial cleanups.
Matti Vaittinen
1
-15
/
+10
2018-06-27
regulator: bd71837: Simplify bd71837_set_voltage_sel_restricted implementation
Axel Lin
1
-8
/
+4
2018-06-27
regulator: bd71837: Staticize ldo_2_volts
Axel Lin
1
-1
/
+1
2018-06-19
regulator: arizona-ldo1: Use correct device to get enable GPIO
Charles Keepax
1
-3
/
+24
2018-06-18
regulator: pfuze100: add pfuze3001 support
Stefan Wahren
2
-9
/
+73
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
19
-49
/
+75
2018-06-12
treewide: devm_kmalloc() -> devm_kmalloc_array()
Kees Cook
1
-2
/
+2
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-08
Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
30
-1657
/
+1705
2018-06-08
Merge branch 'regulator-4.17' into regulator-4.18 merge window
Mark Brown
2
-3
/
+20
2018-06-07
regulator: gpio: Revert
Mark Brown
3
-27
/
+30
2018-06-06
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
2
-6
/
+6
2018-05-30
regulator: Revert coupled regulator support again
Mark Brown
1
-288
/
+41
2018-05-30
regulator: wm8994: Fix shared GPIOs
Mark Brown
1
-11
/
+8
2018-05-30
regulator: max77686: Fix shared GPIOs
Mark Brown
1
-12
/
+7
2018-05-30
regulator: bd71837: BD71837 PMIC regulator driver
Matti Vaittinen
3
-0
/
+652
2018-05-29
regulator: gpio: Get enable GPIO using GPIO descriptor
Linus Walleij
1
-12
/
+11
2018-05-29
regulator: fixed: Convert to use GPIO descriptor only
Linus Walleij
2
-18
/
+16
2018-05-26
regulator: s2mps11: Fix boot on Odroid XU3
Mark Brown
1
-23
/
+23
[next]