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-02-19
Merge remote-tracking branch 'regulator/topic/apply' into regulator-next
Mark Brown
4
-111
/
+33
2013-02-19
Merge remote-tracking branch 'regulator/topic/anatop' into regulator-next
Mark Brown
1
-0
/
+41
2013-02-14
regulator: Fix memory garbage dev_err printout.
Russ Dill
1
-2
/
+2
2013-02-14
Merge tag 'v3.8-rc7' into regulator-core
Mark Brown
67
-711
/
+4287
2013-02-14
regulator: max77686: Reuse rdev_get_id() function.
Thiago Farina
1
-6
/
+8
2013-02-13
regulator: tps51632: Use regulator_[get|set]_voltage_sel_regmap
Axel Lin
1
-44
/
+8
2013-02-13
regulator: as3711: Fix checking if no platform initialization data
Axel Lin
1
-1
/
+1
2013-02-13
regulator: s5m8767: Prevent possible NULL pointer dereference
Axel Lin
1
-5
/
+5
2013-02-13
regulator: s5m8767: Fix dev argument for devm_kzalloc and of_get_regulator_init_data
Axel Lin
1
-6
/
+7
2013-02-08
regulator: core: Optimize _regulator_do_set_voltage if voltage does not change
Axel Lin
1
-3
/
+6
2013-02-08
regulator: max8998: Let regulator core handle the case selector == old_selector
Axel Lin
1
-13
/
+1
2013-02-08
regulator: s5m8767: Use of_get_child_count()
Axel Lin
1
-3
/
+1
2013-02-08
regulator: anatop: improve precision of delay time
Shawn Guo
1
-2
/
+2
2013-02-06
Merge remote-tracking branch 'regulator/fix/tps65910' into tmp
Mark Brown
1
-1
/
+1
2013-02-06
Merge remote-tracking branch 'regulator/fix/tps65217' into tmp
Mark Brown
1
-2
/
+2
2013-02-06
Merge remote-tracking branch 'regulator/fix/s2mps11' into tmp
Mark Brown
1
-2
/
+2
2013-02-06
Merge remote-tracking branch 'regulator/fix/of' into tmp
Mark Brown
1
-0
/
+6
2013-02-06
Merge remote-tracking branch 'regulator/fix/max8998' into tmp
Mark Brown
1
-1
/
+1
2013-02-06
Merge remote-tracking branch 'regulator/fix/max8997' into tmp
Mark Brown
1
-20
/
+19
2013-02-06
Merge remote-tracking branch 'regulator/fix/max8907' into tmp
Mark Brown
1
-2
/
+1
2013-02-06
Merge remote-tracking branch 'regulator/fix/max77686' into tmp
Mark Brown
1
-7
/
+8
2013-02-04
regulator: show state for GPIO-controlled regulators
Michał Mirosław
1
-1
/
+1
2013-02-04
regulator: add device tree support for s5m8767
Amit Daniel Kachhap
1
-1
/
+185
2013-02-04
regulator: palmas: Remove a redundant setting for warm_reset
Axel Lin
1
-5
/
+0
2013-01-31
regulator: s2mps11: fix incorrect register for buck10
Alim Akhtar
1
-2
/
+2
2013-01-31
regulator: mc13xxx: Use of_get_child_count()
Axel Lin
1
-5
/
+3
2013-01-31
regulator: max8997: Use of_get_child_count()
Axel Lin
1
-3
/
+1
2013-01-31
regulator: tps65090: Fix using wrong dev argument for calling of_regulator_match
Axel Lin
1
-1
/
+1
2013-01-31
regulators: anatop: add set_voltage_time_sel interface
Anson Huang
1
-0
/
+41
2013-01-30
regulator: Add missing of_node_put()
Axel Lin
8
-11
/
+26
2013-01-30
Merge remote-tracking branches 'regulator/fix/max8907', 'regulator/fix/max8997', 'regulator/fix/tps65910' and 'regulator/topic/mc13892' into regulator-of
Mark Brown
5
-42
/
+122
2013-01-30
regulator: tps6507x: Fix using wrong dev argument for calling of_regulator_match
Axel Lin
1
-1
/
+1
2013-01-30
regulator: clear state each invocation of of_regulator_match
Stephen Warren
1
-0
/
+6
2013-01-29
regulator: tps65090: add DT support
Laxman Dewangan
1
-5
/
+101
2013-01-29
Merge remote-tracking branch 'regulator/fix/tps80031' into tmp
Mark Brown
1
-1
/
+1
2013-01-29
regulator: gpio-regulator: Staticize of_get_gpio_regulator_config()
Axel Lin
1
-1
/
+1
2013-01-29
regulator: gpio-regulator: Use of_gpio_count()
Axel Lin
1
-4
/
+1
2013-01-27
regulator: mc13892: sanity check num_regulators parsed vs. registered
Matt Sealey
3
-6
/
+47
2013-01-27
regulator: mc13892-regulator: correct/refine handling of the SWxHI bit
Matt Sealey
1
-15
/
+55
2013-01-27
regulator: tps6507x: add device tree support.
Vishwanathrao Badarkhe, Manish
1
-0
/
+92
2013-01-27
regulator: lp8755: Use LP8755_BUCK_MAX instead of magic number
Axel Lin
1
-3
/
+3
2013-01-27
regulator: max8997: Fix using wrong dev argument at various places
Axel Lin
1
-20
/
+19
2013-01-27
regulator: max77686: Fix using wrong dev argument at various places
Axel Lin
1
-7
/
+8
2013-01-27
regulator: max8907: Fix using wrong dev argument for calling of_regulator_match
Axel Lin
1
-2
/
+1
2013-01-26
regulator: max8998: fix incorrect min_uV value for ldo10
Marek Szyprowski
1
-1
/
+1
2013-01-26
regulator: tps80031: Use IS_ERR to check return value of regulator_register()
Axel Lin
1
-1
/
+1
2013-01-26
regulators: db8500: Fix compile failure for drivers/regulator/dbx500-prcmu.c
Steven Rostedt
1
-0
/
+1
2013-01-24
regulator: tps65910: Fix using wrong dev argument for calling of_regulator_match
Axel Lin
1
-1
/
+1
2013-01-24
regulator: tps65217: Fix using wrong dev argument for calling of_regulator_match
Axel Lin
1
-2
/
+2
2013-01-18
regulator: s5m8767: Convert to regulator_[get|set]_voltage_sel_regmap
Axel Lin
1
-38
/
+12
[prev]
[next]