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