index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-24
regulator: Fix compile break due to missing arguments to regulator_register
Rajendra Nayak
1
-1
/
+1
2011-11-23
Merge remote-tracking branch 'regulator/topic/dt' into regulator-next
Mark Brown
41
-56
/
+260
2011-11-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-6
/
+8
2011-11-23
regulator: map consumer regulator based on device tree
Rajendra Nayak
1
-12
/
+67
2011-11-23
regulator: pass additional of_node to regulator_register()
Rajendra Nayak
39
-44
/
+46
2011-11-23
regulator: adapt fixed regulator driver to dt
Rajendra Nayak
1
-0
/
+65
2011-11-23
regulator: helper routine to extract regulator_init_data
Rajendra Nayak
2
-0
/
+82
2011-11-23
regulator: TPS65910: Fix VDD1/2 voltage selector count
Afzal Mohammed
1
-6
/
+8
2011-11-23
regulator: Don't create voltage sysfs entries if we can't read voltage
Mark Brown
1
-1
/
+2
2011-11-23
regulator: Don't report zero volts for the fixed voltage regulator
Mark Brown
1
-1
/
+4
2011-11-23
regulator: TPS65910: Create an array for init data
Kyle Manna
1
-3
/
+10
2011-11-23
regulator: TPS65910: Move regulator defs to header
Kyle Manna
1
-24
/
+0
2011-11-23
regulator: max8649 Convert max8649 to use regmap api
Jonghwan Choi
2
-100
/
+56
2011-11-23
regulator: Use regmap_read/write(), regmap_update_bits functions directly
Jonghwan Choi
1
-55
/
+32
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
19
-0
/
+19
2011-11-03
Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6
Linus Torvalds
2
-4
/
+4
2011-11-02
Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulator
Linus Torvalds
12
-41
/
+604
2011-11-01
regulator: Add module.h to drivers/regulator users as required
Paul Gortmaker
19
-0
/
+19
2011-11-01
regulator: Add export.h for THIS_MODULE to dummy.c
Paul Gortmaker
1
-0
/
+1
2011-10-24
mfd: Move to the new db500 PRCMU API
Mattias Nilsson
1
-1
/
+1
2011-10-24
regulator: Finish mc13783 conversion to the mc13xxx API
Samuel Ortiz
1
-3
/
+3
2011-10-14
regulator: Fix possible nullpointer dereference in regulator_enable()
Heiko Stübner
1
-1
/
+1
2011-10-12
regulator: gpio-regulator add dependency on GENERIC_GPIO
Heiko Stübner
1
-0
/
+1
2011-10-11
regulator: Add module.h include to gpio-regulator
Mark Brown
1
-0
/
+1
2011-10-09
regulator: Add driver for gpio-controlled regulators
Heiko Stübner
3
-0
/
+367
2011-10-09
regulator: remove duplicate REG_CTRL2 defines in tps65023
H Hartley Sweeten
1
-7
/
+0
2011-10-07
regulator: Add WM1811 support
Mark Brown
1
-0
/
+13
2011-10-04
regulator: Fix return code from regulator_disable_deferred()
Mark Brown
1
-2
/
+7
2011-09-14
regulator: Implement deferred disable support
Mark Brown
1
-0
/
+59
2011-08-28
regulator: tps65023: Added support for the similiar TPS65020 chip
Marcus Folkesson
1
-0
/
+53
2011-08-28
regulator: tps65023: Setting correct core regulator for tps65021
Marcus Folkesson
1
-21
/
+75
2011-08-28
regulator: tps65023: Set missing bit for update core-voltage
Marcus Folkesson
1
-4
/
+15
2011-08-28
regulator: tps65023: Fixes i2c configuration issues
Marcus Folkesson
1
-0
/
+11
2011-08-28
regulator: Add debugfs file showing the supply map table
Mark Brown
1
-0
/
+41
2011-08-28
regulator: tps6586x: add SMx slew rate setting
Xin Xie
1
-1
/
+31
2011-08-08
regulator: tps65023: Fixes i2c configuration issues
Marcus Folkesson
1
-0
/
+11
2011-08-08
regulator: tps6507x: Remove num_voltages array
Axel Lin
1
-7
/
+1
2011-08-08
regulator: max8952: removed unused mutex.
MyungJoo Ham
1
-3
/
+0
2011-08-08
regulator: Ensure enough enable time for max8649
Axel Lin
1
-1
/
+1
2011-08-08
regulator: 88pm8607: Fix off-by-one value range checking in the case of no id...
Axel Lin
1
-1
/
+1
2011-08-08
regulator: tps65912: Remove unused define of TPS65912_MAX_REG_ID
Axel Lin
1
-2
/
+0
2011-08-08
regulator: aat2870-regulator.c needs module.h
Randy Dunlap
1
-0
/
+1
2011-08-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...
Linus Torvalds
7
-199
/
+307
2011-08-01
Merge branch 'for-next' into for-linus
Liam Girdwood
7
-199
/
+307
2011-08-01
regulator: Storing tps65912 error codes in u8
Dan Carpenter
1
-1
/
+1
2011-08-01
regulator: aat2870: Add AAT2870 regulator driver
Jin Park
3
-0
/
+240
2011-08-01
tps65912: add regulator driver
Margarita Olaya
3
-0
/
+807
2011-07-28
regulator: Improve WM831x DVS VSEL selection algorithm
Mark Brown
1
-37
/
+15
2011-07-28
regulator: Bootstrap wm831x DVS VSEL value from ON VSEL if not already set
Mark Brown
1
-0
/
+14
2011-07-28
regulator: Set up GPIO for WM831x VSEL before enabling VSEL mode
Mark Brown
1
-21
/
+20
[prev]
[next]