| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | regulators: Moved define for number of regulators in ab8500 | Bengt Jonsson | 2011-01-12 | 1 | -1/+7 |
* | | | regulator: add driver for tps6524x regulator | Cyril Chemparathy | 2011-01-12 | 3 | -0/+704 |
* | | | regulator: Convert WM831x drivers to use get_voltage_sel() | Mark Brown | 2011-01-12 | 2 | -16/+16 |
* | | | regulator: Allow drivers to report voltages as selectors | Mark Brown | 2011-01-12 | 1 | -3/+22 |
* | | | regulator: Use _regulator_get_voltage() consistently | Mark Brown | 2011-01-12 | 1 | -8/+10 |
* | | | drivers/regulator: Update WARN uses | Joe Perches | 2011-01-12 | 1 | -2/+1 |
* | | | regulator: Take into account the requirements of all consumers | Thomas Petazzoni | 2011-01-12 | 1 | -0/+25 |
* | | | regulator: Add and use rdev_<level> macros | Joe Perches | 2011-01-12 | 1 | -81/+65 |
* | | | regulator: Remove duplicate consts from mc13873 driver voltage tables | Mark Brown | 2011-01-12 | 1 | -18/+18 |
* | | | regulator: Copy constraints from regulators when initialising them | Mark Brown | 2011-01-12 | 1 | -7/+12 |
* | | | regulator: Fix prototype for MAX8998 buck set_voltage() | Mark Brown | 2011-01-12 | 1 | -1/+1 |
* | | | regulator: Remove regulator core version announcement | Mark Brown | 2011-01-12 | 1 | -4/+0 |
* | | | regulator: Fix obfuscated log messages | Mark Brown | 2011-01-12 | 1 | -8/+6 |
* | | | drivers: regulator: core: convert to using pr_ macros | Daniel Walker | 2011-01-12 | 1 | -80/+57 |
* | | | drivers: regulator: core: use pr_fmt | Daniel Walker | 2011-01-12 | 1 | -10/+12 |
* | | | regulator: Fix typo in PCAP regulator_set_voltage() | Mark Brown | 2011-01-12 | 1 | -1/+1 |
* | | | regulator: enable supply regulator only when use count is zero | Bengt Jonsson | 2011-01-12 | 1 | -9/+11 |
* | | | regulator: Add basic trace facilities | Mark Brown | 2011-01-12 | 1 | -0/+17 |
* | | | regulator: Report actual configured voltage to set_voltage() | Mark Brown | 2011-01-12 | 26 | -78/+200 |
* | | | regulator: lock supply in regulator enable | Mattias Wallin | 2011-01-12 | 1 | -11/+9 |
|/ / |
|
* | | regulator: tps6586x: correct register table | Danny Huang | 2010-12-09 | 1 | -3/+3 |
* | | regulator: tps6586x: Handle both enable reg/bits being the same | Danny Huang | 2010-12-09 | 1 | -0/+4 |
* | | regulator: tps6586x: Fix TPS6586X_DVM to store goreg/bit | Danny Huang | 2010-12-09 | 1 | -6/+13 |
* | | regulator: tps6586x: Add missing bit mask generation | Danny Huang | 2010-12-09 | 1 | -2/+2 |
|/ |
|
* | regulator: fix kernel-doc for set_consumer_device_supply | Randy Dunlap | 2010-11-30 | 1 | -1/+1 |
* | regulator: enable supply regulator only when use count is zero | Bengt Jonsson | 2010-11-30 | 1 | -9/+11 |
* | regulator: twl-regulator - fix twlreg_set_mode | Axel Lin | 2010-11-30 | 1 | -3/+3 |
* | regulator: lock supply in regulator enable | Mattias Wallin | 2010-11-30 | 1 | -0/+2 |
* | regulator: Return proper error for regulator_register() | Axel Lin | 2010-11-30 | 1 | -0/+2 |
* | regulator: Ensure enough delay time for enabling regulator | Axel Lin | 2010-11-30 | 1 | -2/+4 |
* | regulator: Remove a redundant device_remove_file call in create_regulator | Axel Lin | 2010-11-30 | 1 | -1/+0 |
* | regulator: Staticise mc13783_powermisc_rmw() | Mark Brown | 2010-11-30 | 1 | -2/+2 |
* | regulator: regulator disable supply fix | Mattias Wallin | 2010-11-30 | 1 | -0/+1 |
* | regulator: max8998 BUCK1/2 voltage change with use of GPIOs | Lukasz Majewski | 2010-10-29 | 1 | -21/+193 |
* | regulator: max8998 BUCK1/2 internal voltages and indexes defined | Lukasz Majewski | 2010-10-29 | 1 | -2/+8 |
* | regulator: Separate set_voltage for max8998 ldo and buck | Lukasz Majewski | 2010-10-29 | 1 | -3/+40 |
* | mfd: Align ab8500 with the abx500 interface | Mattias Wallin | 2010-10-29 | 1 | -36/+50 |
* | mfd: Use i2c_client as an argument on MAX8998 i2c routines | Joonyoung Shim | 2010-10-29 | 1 | -6/+11 |
* | regulator: max8952 - fix max8952_set_voltage | Axel Lin | 2010-10-28 | 1 | -1/+1 |
* | regulator: max8952 - fix max8952_pmic_probe error path | Axel Lin | 2010-10-28 | 1 | -2/+8 |
* | regulator: fix build when CONFIG_REGULATOR_DUMMY=n | Anand Gadiyar | 2010-10-28 | 1 | -4/+0 |
* | regulator: avoid deadlock when disabling regulator with supply | Jeffrey Carlyle | 2010-10-28 | 1 | -9/+26 |
* | regulator: Add option for machine drivers to enable the dummy regulator | Mark Brown | 2010-10-28 | 2 | -2/+23 |
* | Regulator: lp3972 cleanup | Axel Lin | 2010-10-28 | 1 | -7/+18 |
* | Regulator: LP3972 PMIC regulator driver | Axel Lin | 2010-10-28 | 3 | -0/+657 |
* | MAX8952 PMIC Driver Initial Release | MyungJoo Ham | 2010-10-28 | 3 | -0/+369 |
* | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-10-07 | 2 | -3/+0 |
|\ |
|
| * | i2c: Remove obsolete cleanup for clientdata | Wolfram Sang | 2010-09-30 | 2 | -3/+0 |
* | | regulator: max8649 - fix setting extclk_freq | Axel Lin | 2010-10-02 | 1 | -1/+1 |
* | | regulator: fix typo in current units | Cyril Chemparathy | 2010-10-02 | 1 | -1/+1 |