| Commit message (Expand) | Author | Age | Files | Lines |
* | 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: 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: regulator disable supply fix | Mattias Wallin | 2010-11-30 | 1 | -0/+1 |
* | 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 | 1 | -0/+22 |
* | regulator: fix typo in current units | Cyril Chemparathy | 2010-10-02 | 1 | -1/+1 |
* | regulator: fix device_register() error handling | Vasiliy Kulikov | 2010-10-02 | 1 | -1/+3 |
* | regulator: Remove owner field from attribute initialization in regulator core... | Guenter Roeck | 2010-08-05 | 1 | -1/+0 |
* | regulator: return set_mode is same mode is requested | Sundar R Iyer | 2010-05-25 | 1 | -0/+10 |
* | regulator: simplify regulator_register() error handling | Jani Nikula | 2010-05-25 | 1 | -30/+5 |
* | regulator: fix unset_regulator_supplies() to remove all matches | Jani Nikula | 2010-05-25 | 1 | -1/+0 |
* | regulator: prevent registration of matching regulator consumer supplies | Jani Nikula | 2010-05-25 | 1 | -1/+6 |
* | regulator: Allow regulator-regulator supplies to be specified by name | Mark Brown | 2010-05-25 | 1 | -0/+30 |
* | Merge branch 'master' into for-next | Jiri Kosina | 2010-04-23 | 1 | -0/+2 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
| * | regulator: Get rid of lockdep warning | Ameya Palande | 2010-03-22 | 1 | -0/+1 |
* | | Fix typos in comments | Thomas Weber | 2010-03-16 | 1 | -1/+1 |
|/ |
|
* | regulator: Provide optional dummy regulator for consumers | Mark Brown | 2010-03-03 | 1 | -1/+26 |
* | regulator: Assume regulators are enabled if they don't report anything | Mark Brown | 2010-03-03 | 1 | -2/+2 |
* | regulator: Allow regulators to specify the time taken to ramp on enable | Mark Brown | 2010-03-03 | 1 | -6/+35 |
* | regulator: Add notifier event on regulator disable | Mark Brown | 2010-03-03 | 1 | -2/+5 |
* | regulator: Fix display of null constraints for regulators | Mark Brown | 2010-02-12 | 1 | -1/+1 |
* | regulator: Fix unbalanced disables/enables in regulator_bulk_{enable,disable}... | Lars-Peter Clausen | 2009-12-17 | 1 | -2/+2 |
* | regulator: core.c: Small coding style cleanup (indentation fixup) | Stefan Roese | 2009-12-17 | 1 | -6/+6 |
* | regulator: Handle regulators without suspend mode configuration | Mark Brown | 2009-12-17 | 1 | -3/+22 |
* | regulator: Factor out regulator name pretty printing | Mark Brown | 2009-12-17 | 1 | -45/+38 |
* | regulator: Display actual settings with constraints | Mark Brown | 2009-12-17 | 1 | -13/+31 |
* | regulator: Also lift apply_uV into machine_constraints_voltage() | Mark Brown | 2009-12-17 | 1 | -17/+18 |
* | regulator: Factor out voltage constraint setup | Mark Brown | 2009-12-17 | 1 | -27/+37 |
* | regulator: Report error codes for bulk operations | Mark Brown | 2009-12-17 | 1 | -4/+5 |
* | regulator: Handle missing constraints in _regulator_disable() | Mark Brown | 2009-11-16 | 1 | -1/+2 |
* | REGULATOR Handle positive returncode from enable | Linus Walleij | 2009-09-22 | 1 | -1/+2 |
* | regulator: regulator_enable() permission checking | Mark Brown | 2009-09-22 | 1 | -20/+36 |
* | regulator: Push locking for regulator_is_enabled() out | Mark Brown | 2009-09-22 | 1 | -14/+16 |
* | regulator: Check for constraints in regulator_init_complete() | Mark Brown | 2009-09-22 | 1 | -2/+2 |
* | regulator: Check for constraints before using them for name | Mark Brown | 2009-09-22 | 1 | -1/+1 |
* | regulator: Fix support for deviceless supply mappings | Mark Brown | 2009-09-22 | 1 | -5/+13 |
* | regulator: Warn when unregistering an in-use regulator | Mark Brown | 2009-09-22 | 1 | -0/+1 |
* | regulator: Add regulator voltage range check API | Mark Brown | 2009-09-22 | 1 | -0/+29 |
* | regulator: Add regulator_get_exclusive() API | Mark Brown | 2009-09-22 | 1 | -14/+74 |
* | regulator: Allow consumer supplies to be set up with dev_name() | Mark Brown | 2009-09-22 | 1 | -14/+48 |
* | regulator: Provide mode to status conversion function | Mark Brown | 2009-09-17 | 1 | -0/+24 |
* | regulator: Fix default constraints for fixed voltage regulators | Mark Brown | 2009-04-28 | 1 | -2/+5 |
* | regulator core: fix double-free in regulator_register() error path | Paul Walmsley | 2009-04-28 | 1 | -0/+4 |
* | drivers/regulator: fix when type is different from REGULATOR_VOLTAGE or REGUL... | Diego Liziero | 2009-04-28 | 1 | -2/+2 |
* | unreachable code in drms_uA_update() | Dan Carpenter | 2009-04-28 | 1 | -2/+2 |