| Commit message (Expand) | Author | Age | Files | Lines |
* | regulator: Add initial per-regulator debugfs support | Mark Brown | 2011-01-12 | 1 | -0/+35 |
* | regulator: Make regulator_has_full_constraints a bool | Mark Brown | 2011-01-12 | 1 | -1/+1 |
* | regulator: Clean up logging a bit | Mark Brown | 2011-01-12 | 1 | -1/+1 |
* | regulator: Optimise out noop voltage changes | Mark Brown | 2011-01-12 | 1 | -1/+8 |
* | regulator: Add API to re-apply voltage to hardware | Mark Brown | 2011-01-12 | 1 | -0/+47 |
* | regulator: Only notify voltage changes when they succeed | Mark Brown | 2011-01-12 | 1 | -1/+4 |
* | regulator: Provide a selector based set_voltage_sel() operation | Mark Brown | 2011-01-12 | 1 | -2/+35 |
* | regulator: Factor out voltage set operation into a separate function | Mark Brown | 2011-01-12 | 1 | -24/+39 |
* | 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: Copy constraints from regulators when initialising them | Mark Brown | 2011-01-12 | 1 | -7/+12 |
* | 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: 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 | 1 | -2/+12 |
* | regulator: lock supply in regulator enable | Mattias Wallin | 2011-01-12 | 1 | -11/+9 |
* | 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 |