Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
ae0e6544347d6e114b6fa7eea66ebd062e4d8858
/
drivers
/
regulator
ae0e654
regulator: Fix module desciption for tps65910 regulator
by Axel Lin
· 13 years ago
e882eae
regulator: tps65910: Correct VIO voltage configuration
by Laxman Dewangan
· 13 years ago
b9e0348
regulator: wm8994: Convert to devm_kzalloc()
by Mark Brown
· 13 years ago
46783a0
regulator: tps62360: Remove pointless test for unsigned less than zero
by Axel Lin
· 13 years ago
22cd2fe
regulator: s5m8767: Fix unused variable warning in probe()
by Mark Brown
· 13 years ago
da7de6a
regulator: Show correct chip id for max8649
by Axel Lin
· 13 years ago
0c3d0b2
regulator: Remove redundant regmap_update_bits call for TPS65023_REG_CON_CTRL2
by Axel Lin
· 13 years ago
20a14b8
regulator: Kill s5m8767_get_reg_id function
by Axel Lin
· 13 years ago
34ce8d0
regulator: wm8350: Don't specify consumer supplies with struct device
by Mark Brown
· 13 years ago
1e0c66f
regulator: tps65910: Sleep control through external inputs
by Laxman Dewangan
· 13 years ago
2343933
regulator: mc13xxx-regulator-core: Fix the build when driver is selected as module
by Fabio Estevam
· 13 years ago
e371ceb
regulator: max8997: Avoid spaces in regulator names
by Karol Lewandowski
· 13 years ago
7d38a3c
regulator: tps65910: use appropriate variable names.
by Laxman Dewangan
· 13 years ago
51ced5e
regulator: tps65910: Initialize n_voltages for rails.
by Laxman Dewangan
· 13 years ago
c2f8efd
regulator: tps65910: Add regulator info for RTC rail
by Laxman Dewangan
· 13 years ago
0ce6987
regulator: Update s5m8767 for device tree API changes
by Mark Brown
· 13 years ago
b683d98
regulator: Update tps65217-regulator for DT changes
by Axel Lin
· 13 years ago
a493077
regulator: tps65217: Add tps65217 regulator driver
by AnilKumar Ch
· 13 years ago
62aa492
regulator: Add S5M8767 configuration
by Sangbeom Kim
· 13 years ago
38e9683
regulators/db8500: split off shared dbx500 code
by Bengt Jonsson
· 13 years ago
c835e1c
regulator: s5m8767: Remove redundant MODULE_ALIAS
by Axel Lin
· 13 years ago
047ec22
regulator: s5m8767: Add missing breaks
by Axel Lin
· 13 years ago
9767ec7
regulator: Add S5M8767A regulator driver
by Sangbeom Kim
· 13 years ago
6219929
regulator: TPS62360: Add tps62360 regulator driver
by Laxman Dewangan
· 13 years ago
21ebd6c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 13 years ago
ee66e65
mfd: Unify abx500 headers in mfd/abx500
by Linus Walleij
· 13 years ago
0c437c4
regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_config
by Richard Zhao
· 13 years ago
65364e9
regulator: max8925: fix enabled/disabled judgement mistake
by Kevin Liu
· 13 years ago
e1de2f4
regulator: add regulator_bulk_force_disable function
by Donggeun Kim
· 13 years ago
1bb50b2
regulator: pass regulator_register of_node in fixed voltage driver
by Richard Zhao
· 13 years ago
b2296bd
regulator: Enable supply regulator if child rail is enabled.
by Laxman Dewangan
· 13 years ago
4fef21e
regulator: mc13892: Convert to devm_kzalloc()
by Fabio Estevam
· 13 years ago
cbe10a3
regulator: mc13783: Convert to devm_kzalloc()
by Fabio Estevam
· 13 years ago
32c78de
regulator: Fix checking return value of create_regulator
by Axel Lin
· 13 years ago
bcda432
regulator: Fix the error handling if create_regulator fails
by Axel Lin
· 13 years ago
a398eaa
regulator: Export regulator_is_supported_voltage()
by Mark Brown
· 13 years ago
93bcb23
regulator: mc13892: add device tree probe support
by Shawn Guo
· 13 years ago
3a5d031
regulator: mc13892: remove the unnecessary prefix from regulator name
by Shawn Guo
· 13 years ago
fded2f4
regulator: Convert wm831x regulator drivers to devm_kzalloc()
by Mark Brown
· 13 years ago
6242eae
regulator: da9052: Staticize non-exported symbols
by Axel Lin
· 13 years ago
984b5a6
regulator: Replace kzalloc with devm_kzalloc and if-else with a switch-case for da9052-regulator
by Ashish Jangam
· 13 years ago
47aed92
regulator: Update da9052-regulator for DT changes
by Mark Brown
· 13 years ago
08bf1c0
regulator: DA9052/53 Regulator support
by Ashish Jangam
· 13 years ago
2f288ef
Merge branch 'topic/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-next
by Mark Brown
· 13 years ago
d9a861c
regulator: pass device_node to of_get_regulator_init_data()
by Shawn Guo
· 13 years ago
ab62aa9
regulator: If a single voltage is set with device tree then set apply_uV
by Mark Brown
· 13 years ago
9a8f5e0
regulator: Allow regulators to register with no init_data
by Mark Brown
· 13 years ago
979268c
Merge remote-tracking branches 'regulator/topic/dt' and 'regulator/for-linus' into regulator-next
by Mark Brown
· 13 years ago
ba305e3
regulator: twl: fix twl4030 support for smps regulators
by Tero Kristo
· 13 years ago
12f457d
Merge remote-tracking branch 'regulator/for-linus' into regulator-next
by Mark Brown
· 13 years ago
58fb5cf
regulator: fix use after free bug
by Lothar Waßmann
· 13 years ago
9ee4be4
Merge remote-tracking branch 'regulator/for-linus' into regulator-next
by Mark Brown
· 13 years ago
005d610
regulator: Convert virtual and userspace regulator consumer drivers to use module_platform_driver()
by Axel Lin
· 13 years ago
a5228d2
regulator: aat2870: Remove a redundant bitwise and operation
by Axel Lin
· 13 years ago
d4d6373
regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_get_regulator
by Axel Lin
· 13 years ago
ae523fc
Merge remote-tracking branch 'regulator/topic/dt' into regulator-next
by Mark Brown
· 13 years ago
22d881c
regulator: Avoid potential NULL dereference in reg_fixed_voltage_probe()
by Axel Lin
· 13 years ago
6806a66
Merge remote-tracking branch 'regulator/topic/dt' into regulator-next
by Mark Brown
· 13 years ago
bc91396
regulator: Staticise of_get_fixed_voltage_config()
by Axel Lin
· 13 years ago
4b864af
regulator: Checking return value of of_get_regulator_init_data
by Axel Lin
· 13 years ago
e69af5e
regulator: export of_get_regulator_init_data
by Axel Lin
· 13 years ago
02fcc84
Merge remote-tracking branch 'regulator/topic/dt' into regulator-next
by Mark Brown
· 13 years ago
1568434
regulator: Fix compile break due to missing arguments to regulator_register
by Rajendra Nayak
· 13 years ago
924ee2c
Merge remote-tracking branch 'regulator/topic/dt' into regulator-next
by Mark Brown
· 13 years ago
68aaa37
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-next
by Mark Brown
· 13 years ago
69511a4
regulator: map consumer regulator based on device tree
by Rajendra Nayak
· 13 years ago
2c043bc
regulator: pass additional of_node to regulator_register()
by Rajendra Nayak
· 13 years ago
cef4910
regulator: adapt fixed regulator driver to dt
by Rajendra Nayak
· 13 years ago
8f446e6
regulator: helper routine to extract regulator_init_data
by Rajendra Nayak
· 13 years ago
780dc9b
regulator: TPS65910: Fix VDD1/2 voltage selector count
by Afzal Mohammed
· 13 years ago
4c78899
regulator: Don't create voltage sysfs entries if we can't read voltage
by Mark Brown
· 13 years ago
aebe495
regulator: Don't report zero volts for the fixed voltage regulator
by Mark Brown
· 13 years ago
c1fc148
regulator: TPS65910: Create an array for init data
by Kyle Manna
· 13 years ago
72c108c
regulator: TPS65910: Move regulator defs to header
by Kyle Manna
· 13 years ago
c5b68d47
regulator: max8649 Convert max8649 to use regmap api
by Jonghwan Choi
· 13 years ago
43530b6
regulator: Use regmap_read/write(), regmap_update_bits functions directly
by Jonghwan Choi
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
a0a4194
Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6
by Linus Torvalds
· 13 years ago
f3c3f06
Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulator
by Linus Torvalds
· 13 years ago
65602c3
regulator: Add module.h to drivers/regulator users as required
by Paul Gortmaker
· 13 years ago
22be053
regulator: Add export.h for THIS_MODULE to dummy.c
by Paul Gortmaker
· 13 years ago
73180f8
mfd: Move to the new db500 PRCMU API
by Mattias Nilsson
· 13 years ago
8f1585a
regulator: Finish mc13783 conversion to the mc13xxx API
by Samuel Ortiz
· 13 years ago
d1685e4
regulator: Fix possible nullpointer dereference in regulator_enable()
by Heiko Stübner
· 13 years ago
d162b3c
regulator: gpio-regulator add dependency on GENERIC_GPIO
by Heiko Stübner
· 13 years ago
ecc37ed
regulator: Add module.h include to gpio-regulator
by Mark Brown
· 13 years ago
3f0292a
regulator: Add driver for gpio-controlled regulators
by Heiko Stübner
· 13 years ago
e3efe66
regulator: remove duplicate REG_CTRL2 defines in tps65023
by H Hartley Sweeten
· 13 years ago
a1ff89e
regulator: Add WM1811 support
by Mark Brown
· 13 years ago
aa59802
regulator: Fix return code from regulator_disable_deferred()
by Mark Brown
· 13 years ago
da07ecd
regulator: Implement deferred disable support
by Mark Brown
· 13 years ago
437afd2
regulator: tps65023: Added support for the similiar TPS65020 chip
by Marcus Folkesson
· 13 years ago
1c3ede0
regulator: tps65023: Setting correct core regulator for tps65021
by Marcus Folkesson
· 13 years ago
cc17ef3
regulator: tps65023: Set missing bit for update core-voltage
by Marcus Folkesson
· 13 years ago
f068ad8
regulator: tps65023: Fixes i2c configuration issues
by Marcus Folkesson
· 13 years ago
ba55a97
regulator: Add debugfs file showing the supply map table
by Mark Brown
· 13 years ago
500c524
regulator: tps6586x: add SMx slew rate setting
by Xin Xie
· 13 years ago
fc999b8
regulator: tps65023: Fixes i2c configuration issues
by Marcus Folkesson
· 13 years ago
0fcdb10
regulator: tps6507x: Remove num_voltages array
by Axel Lin
· 13 years ago
dd32e11
regulator: max8952: removed unused mutex.
by MyungJoo Ham
· 13 years ago
Next »