index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
regulator
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-14
regulator: 88pm800: forever loop in pm800_regulator_probe()
Dan Carpenter
1
-1
/
+1
2013-08-13
regulator: da9210: Remove redundant MODULE_ALIAS
Axel Lin
1
-1
/
+0
2013-08-13
regulator: 88pm800: Fix checking whether num_regulator is valid
Axel Lin
1
-3
/
+6
2013-08-13
regulator: s2mps11: Fix setting ramp_delay
Axel Lin
1
-2
/
+6
2013-08-13
regulator: s2mps11: Fix wrong arguments for regmap_update_bits() call
Axel Lin
1
-2
/
+2
2013-08-12
regulator: palmas: model SMPS10 as two regulators
Kishon Vijay Abraham I
1
-6
/
+24
2013-08-09
regulator: core: Move list_voltage_{linear,linear_range,table} to helpers.c
Axel Lin
2
-86
/
+86
2013-08-08
regulator: max8660: fix build warnings
Daniel Mack
1
-3
/
+3
2013-08-07
regulator: core: Move helpers for drivers out into a separate file
Mark Brown
3
-342
/
+362
2013-08-07
Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-helpers
Mark Brown
5
-187
/
+162
2013-08-06
regulator: da9210: New driver
Steve Twiss
4
-0
/
+496
2013-08-02
regulators: max8660: add DT bindings
Daniel Mack
1
-1
/
+81
2013-08-02
regulator: pfuze100: Fix off-by-one for max_register setting
Axel Lin
1
-1
/
+1
2013-08-02
regulators: max8660: add a shorthand to &client->dev
Daniel Mack
1
-7
/
+8
2013-08-02
regulators: max8660: use i2c_id->driver_data rather than ->name
Daniel Mack
1
-3
/
+10
2013-07-31
regulator: pfuze100: Simplify pfuze100_set_ramp_delay implementation
Axel Lin
1
-16
/
+5
2013-07-31
regulator: core: Provide hints to the core about optional supplies
Mark Brown
1
-0
/
+59
2013-07-30
regulator: use dev_get_platdata()
Jingoo Han
38
-43
/
+43
2013-07-30
regulator: pfuze100: Fix n_voltages setting for SW2~SW4 with high bit set
Axel Lin
1
-8
/
+8
2013-07-29
regulator: pfuze100: Use regulator_map_voltage_ascend
Axel Lin
1
-0
/
+1
2013-07-29
regulator: pfuze100: Fix module alias prefix
Axel Lin
1
-1
/
+1
2013-07-29
regulator: pfuze100: Use i2c_[set|get]_clientdata
Axel Lin
1
-2
/
+2
2013-07-29
regulator: pfuze100: REGULATOR_PFUZE100 needs to select REGMAP_I2C
Axel Lin
1
-0
/
+1
2013-07-29
regulator: pfuze100: add MODULE_LICENSE() in pfuze100 driver
Robin Gong
1
-0
/
+1
2013-07-28
regulator: da903x: Convert da9034 ldo12 to use linear ranges
Axel Lin
1
-35
/
+10
2013-07-26
regulator:pfuze100: fix build warning and correct the binding doc
Robin Gong
1
-1
/
+1
2013-07-25
regulator: pfuze100: add pfuze100 regulator driver
Robin Gong
3
-0
/
+462
2013-07-25
regulator: core: convert class code to use dev_groups
Greg Kroah-Hartman
1
-12
/
+16
2013-07-24
regulator: tps65912: Convert tps65912_ops_ldo to use linear ranges
Axel Lin
1
-20
/
+19
2013-07-24
regulator: as3711: Convert to use linear ranges
Axel Lin
1
-132
/
+31
2013-07-19
regulator: 88pm800: Add missing n_voltages setting for bucks
Axel Lin
1
-6
/
+8
2013-07-19
regulator: 88pm800: Depend on MFD_88PM800 rather than MFD_88PM800=y
Axel Lin
1
-1
/
+1
2013-07-19
regulator: 88pm800: Add missing config.of_node setting for regulator register
Axel Lin
1
-0
/
+1
2013-07-19
regulator: 88pm800: add regulator driver for 88pm800
Chao Xie
3
-0
/
+388
2013-07-19
Merge remote-tracking branch 'regulator/topic/linear-range' into HEAD
Mark Brown
4
-152
/
+152
2013-07-18
regulator: core: Ensure selector is mapped
Mark Brown
1
-0
/
+2
2013-07-18
regulator: core: Allow fixed voltage range in multiple linear ranges
Axel Lin
1
-3
/
+9
2013-07-18
regulator: build: Sort Kconfig
Mark Brown
2
-123
/
+123
2013-07-18
regulator: core: Use the power efficient workqueue for delayed powerdown
Mark Brown
1
-2
/
+3
2013-07-15
regulator: s2mps11: Convert driver completely to use set_ramp_delay callback
Yadwinder Singh Brar
1
-53
/
+9
2013-07-15
regulator: s2mps11: Add DT support
Yadwinder Singh Brar
1
-11
/
+38
2013-07-15
regulator: s2mps11: Implement set_ramp_rate callback for bucks
Yadwinder Singh Brar
1
-0
/
+117
2013-07-15
Merge branch 'topic/ramp' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-sec
Mark Brown
2
-6
/
+13
2013-07-15
regulator: s2mps11: Implement set_voltage_time_sel() ops for bucks
Yadwinder Singh Brar
1
-1
/
+52
2013-07-15
regulator: core: Remove redundant checks
Yadwinder Singh Brar
1
-3
/
+2
2013-07-15
regulator: core: Add support for disabling ramp delay
Yadwinder Singh Brar
2
-5
/
+13
2013-07-15
regulator: lp872x: fix a build waring and coding styles
Milo Kim
1
-4
/
+5
2013-07-15
regulator: wm8350: Convert to use linear ranges
Mark Brown
1
-38
/
+17
2013-07-15
regulator: wm831x-ldo: Convert to use linear ranges
Mark Brown
1
-80
/
+24
2013-07-15
regulator: wm8400: Use linear ranges
Mark Brown
1
-34
/
+16
[prev]
[next]