index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-07
regulator: tps65910: Configure correct value for VDDCTRL vout reg
Laxman Dewangan
1
-1
/
+1
2012-03-07
regulator: Remove bq24022 regulator driver
Heiko Stübner
3
-171
/
+0
2012-03-05
regulator: Fix mask parameter in da9052_reg_update calls
Axel Lin
1
-4
/
+4
2012-03-03
regulator: provide a helper for registering a fixed regulator
Sascha Hauer
2
-1
/
+54
2012-02-24
regulator: Set delay to 0 if set_voltage_time_sel callback returns error
Axel Lin
1
-1
/
+5
2012-02-24
regulator: fix the ldo configure according to 88pm860x spec
Jett.Zhou
1
-3
/
+3
2012-02-21
regulator: Remove ifdefs for debugfs code
Stephen Boyd
1
-22
/
+6
2012-02-21
regulator: Clean up debugfs error handling a bit
Mark Brown
1
-5
/
+4
2012-02-19
regulator: Simplify regulator_bulk_get and regulator_bulk_enable error paths
Axel Lin
1
-7
/
+4
2012-02-18
regulator: Remove obsolete consumer_dev related comment
Axel Lin
1
-2
/
+0
2012-02-10
regulator: Fix getting voltage in max8649_enable_time()
Axel Lin
1
-1
/
+1
2012-02-09
regulator: Fix mc13xxx regulator modular build (again)
David Miller
1
-0
/
+2
2012-02-09
regulator: Complain if a voltage range is specified but can't be used
Mark Brown
1
-0
/
+5
2012-02-09
regulator: Don't add the function name to pr_fmt
Mark Brown
1
-2
/
+0
2012-02-06
regulator: Show correct chip id for max8649
Axel Lin
1
-1
/
+1
2012-02-06
regulator: Remove redundant regmap_update_bits call for TPS65023_REG_CON_CTRL2
Axel Lin
1
-4
/
+0
2012-02-02
regulator: Remove support for supplies specified by struct device
Mark Brown
1
-15
/
+8
2012-02-02
Merge branch 'regulator-drivers' into regulator-supply
Mark Brown
12
-122
/
+2427
2012-02-02
regulator: Kill s5m8767_get_reg_id function
Axel Lin
1
-12
/
+7
2012-02-02
regulator: wm8350: Don't specify consumer supplies with struct device
Mark Brown
1
-2
/
+2
2012-01-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-1
/
+1
2012-01-30
regulator: tps65910: Sleep control through external inputs
Laxman Dewangan
1
-0
/
+206
2012-01-26
regulator: Set apply_uV only when min and max voltages are defined
Karol Lewandowski
1
-1
/
+1
2012-01-25
regulator: Reverse the disable sequence in regulator_bulk_disable()
Sylwester Nawrocki
1
-4
/
+4
2012-01-24
regulator: mc13xxx-regulator-core: Fix the build when driver is selected as m...
Fabio Estevam
1
-0
/
+2
2012-01-24
regulator: max8997: Avoid spaces in regulator names
Karol Lewandowski
1
-4
/
+4
2012-01-24
regulator: Fix documentation for of_node parameter of regulator_register()
Mark Brown
1
-1
/
+2
2012-01-23
kernel-doc: fix new warning in regulator core
Randy Dunlap
1
-0
/
+1
2012-01-22
regulator: Provide devm_regulator_bulk_get()
Mark Brown
1
-0
/
+46
2012-01-22
regulator: Implement devm_regulator_free()
Mark Brown
1
-0
/
+28
2012-01-20
regulator: tps65910: use appropriate variable names.
Laxman Dewangan
1
-41
/
+41
2012-01-20
regulator: tps65910: Initialize n_voltages for rails.
Laxman Dewangan
1
-0
/
+11
2012-01-20
regulator: Add devm_regulator_get()
Stephen Boyd
1
-0
/
+34
2012-01-20
regulator: tps65910: Add regulator info for RTC rail
Laxman Dewangan
1
-0
/
+3
2012-01-20
regulator: Update s5m8767 for device tree API changes
Mark Brown
1
-1
/
+1
2012-01-20
regulator: Update tps65217-regulator for DT changes
Axel Lin
1
-1
/
+1
2012-01-20
regulator: tps65217: Add tps65217 regulator driver
AnilKumar Ch
3
-0
/
+503
2012-01-20
regulator: Add S5M8767 configuration
Sangbeom Kim
2
-0
/
+10
2012-01-20
regulators/db8500: split off shared dbx500 code
Bengt Jonsson
5
-86
/
+341
2012-01-20
regulator: s5m8767: Remove redundant MODULE_ALIAS
Axel Lin
1
-1
/
+0
2012-01-20
regulator: s5m8767: Add missing breaks
Axel Lin
1
-0
/
+4
2012-01-20
regulator: Add S5M8767A regulator driver
Sangbeom Kim
1
-0
/
+834
2012-01-20
regulator: TPS62360: Add tps62360 regulator driver
Laxman Dewangan
3
-0
/
+483
2012-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...
Linus Torvalds
1
-1
/
+1
2012-01-09
mfd: Unify abx500 headers in mfd/abx500
Linus Walleij
1
-1
/
+1
2012-01-06
regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_config
Richard Zhao
1
-0
/
+1
2012-01-06
regulator: max8925: fix enabled/disabled judgement mistake
Kevin Liu
1
-13
/
+20
2012-01-03
regulator: add regulator_bulk_force_disable function
Donggeun Kim
1
-0
/
+37
2012-01-02
regulator: pass regulator_register of_node in fixed voltage driver
Richard Zhao
1
-1
/
+2
2012-01-02
regulator: Enable supply regulator if child rail is enabled.
Laxman Dewangan
1
-0
/
+8
[prev]
[next]