| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 19 | -0/+19 |
|\ |
|
| * | regulator: Add module.h to drivers/regulator users as required | Paul Gortmaker | 2011-10-31 | 19 | -0/+19 |
| * | regulator: Add export.h for THIS_MODULE to dummy.c | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | | Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6 | Linus Torvalds | 2011-11-03 | 2 | -4/+4 |
|\ \ |
|
| * | | mfd: Move to the new db500 PRCMU API | Mattias Nilsson | 2011-10-24 | 1 | -1/+1 |
| * | | regulator: Finish mc13783 conversion to the mc13xxx API | Samuel Ortiz | 2011-10-24 | 1 | -3/+3 |
* | | | Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulator | Linus Torvalds | 2011-11-01 | 12 | -41/+604 |
|\ \ \
| |_|/
|/| | |
|
| * | | regulator: Fix possible nullpointer dereference in regulator_enable() | Heiko Stübner | 2011-10-14 | 1 | -1/+1 |
| * | | regulator: gpio-regulator add dependency on GENERIC_GPIO | Heiko Stübner | 2011-10-12 | 1 | -0/+1 |
| * | | regulator: Add module.h include to gpio-regulator | Mark Brown | 2011-10-11 | 1 | -0/+1 |
| * | | regulator: Add driver for gpio-controlled regulators | Heiko Stübner | 2011-10-09 | 3 | -0/+367 |
| * | | regulator: remove duplicate REG_CTRL2 defines in tps65023 | H Hartley Sweeten | 2011-10-09 | 1 | -7/+0 |
| * | | regulator: tps65023: Added support for the similiar TPS65020 chip | Marcus Folkesson | 2011-08-28 | 1 | -0/+53 |
| * | | regulator: tps65023: Setting correct core regulator for tps65021 | Marcus Folkesson | 2011-08-28 | 1 | -21/+75 |
| * | | regulator: tps65023: Set missing bit for update core-voltage | Marcus Folkesson | 2011-08-28 | 1 | -4/+15 |
| * | | regulator: tps65023: Fixes i2c configuration issues | Marcus Folkesson | 2011-08-28 | 1 | -0/+11 |
| * | | regulator: Add debugfs file showing the supply map table | Mark Brown | 2011-08-28 | 1 | -0/+41 |
| * | | regulator: tps6586x: add SMx slew rate setting | Xin Xie | 2011-08-28 | 1 | -1/+31 |
| * | | regulator: tps65023: Fixes i2c configuration issues | Marcus Folkesson | 2011-08-08 | 1 | -0/+11 |
| * | | regulator: tps6507x: Remove num_voltages array | Axel Lin | 2011-08-08 | 1 | -7/+1 |
| * | | regulator: max8952: removed unused mutex. | MyungJoo Ham | 2011-08-08 | 1 | -3/+0 |
| * | | regulator: Ensure enough enable time for max8649 | Axel Lin | 2011-08-08 | 1 | -1/+1 |
| * | | regulator: 88pm8607: Fix off-by-one value range checking in the case of no id... | Axel Lin | 2011-08-08 | 1 | -1/+1 |
| * | | regulator: tps65912: Remove unused define of TPS65912_MAX_REG_ID | Axel Lin | 2011-08-08 | 1 | -2/+0 |
| * | | regulator: aat2870-regulator.c needs module.h | Randy Dunlap | 2011-08-08 | 1 | -0/+1 |
| |/ |
|
* | | regulator: Add WM1811 support | Mark Brown | 2011-10-07 | 1 | -0/+13 |
* | | regulator: Fix return code from regulator_disable_deferred() | Mark Brown | 2011-10-04 | 1 | -2/+7 |
* | | regulator: Implement deferred disable support | Mark Brown | 2011-09-14 | 1 | -0/+59 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg... | Linus Torvalds | 2011-08-01 | 7 | -199/+307 |
|\ |
|
| * | Merge branch 'for-next' into for-linus | Liam Girdwood | 2011-08-01 | 7 | -199/+307 |
| |\ |
|
| | * | regulator: Improve WM831x DVS VSEL selection algorithm | Mark Brown | 2011-07-28 | 1 | -37/+15 |
| | * | regulator: Bootstrap wm831x DVS VSEL value from ON VSEL if not already set | Mark Brown | 2011-07-28 | 1 | -0/+14 |
| | * | regulator: Set up GPIO for WM831x VSEL before enabling VSEL mode | Mark Brown | 2011-07-28 | 1 | -21/+20 |
| | * | regulator: Add EPEs to the MODULE_ALIAS() for wm831x-dcdc | Mark Brown | 2011-07-28 | 1 | -0/+1 |
| | * | regulator: Fix WM831x DCDC DVS VSEL bootstrapping | Mark Brown | 2011-07-28 | 1 | -1/+1 |
| | * | regulator: Fix WM831x regulator ID lookups for multiple WM831xs | Mark Brown | 2011-07-28 | 2 | -5/+36 |
| | * | regulator: Fix argument format type errors in error prints | Mark Brown | 2011-07-22 | 1 | -2/+2 |
| | * | regulator: Fix memory leak in set_machine_constraints() error paths | Axel Lin | 2011-07-22 | 1 | -3/+4 |
| | * | regulator: Make core more chatty about some errors | Mark Brown | 2011-07-22 | 1 | -2/+9 |
| | * | regulator: tps65910: Fix array access out of bounds bug | Axel Lin | 2011-07-22 | 1 | -12/+43 |
| | * | regulator: tps65910: Add missing breaks in switch/case | Axel Lin | 2011-07-22 | 1 | -0/+7 |
| | * | regulator: tps65910: Fix a memory leak in tps65910_probe error path | Axel Lin | 2011-07-22 | 1 | -0/+1 |
| | * | regulator: TWL: Remove entry of RES_ID for 6030 macros | Ambresh K | 2011-07-22 | 1 | -34/+30 |
| | * | regulator: Add basic per consumer debugfs | Mark Brown | 2011-07-04 | 1 | -1/+29 |
| | * | regulator: Add rdev_crit() macro | Mark Brown | 2011-06-09 | 1 | -0/+2 |
| | * | regulator: Refactor supply implementation to work as regular consumers | Mark Brown | 2011-06-09 | 1 | -65/+36 |
| | * | regulator: Include the device name in the microamps_requested_ file | Mark Brown | 2011-06-09 | 1 | -2/+3 |
| | * | regulator: Increase the limit on sysfs file names | Mark Brown | 2011-06-09 | 1 | -1/+1 |
| | * | regulator: Properly register dummy regulator driver | Mark Brown | 2011-06-08 | 1 | -6/+26 |
| | * | regulator: twl-regulator: fix n_voltages for twl6030 variable LDOs | Colin Cross | 2011-05-30 | 1 | -1/+1 |