| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-10-02 | 1 | -1/+1 |
|\ |
|
| * | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 2012-08-20 | 1 | -1/+1 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-------. \ | Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypas... | Mark Brown | 2012-09-28 | 30 | -491/+1232 |
|\ \ \ \ \ \
| | | | |_|/
| | | |/| | |
|
| | | | | * | regulator: tps6586x: add support for SYS rail | Laxman Dewangan | 2012-09-06 | 1 | -2/+18 |
| | | | * | | regulator: arizona-ldo: Remove top voltage | Mark Brown | 2012-09-28 | 1 | -1/+1 |
| | | | * | | regulator: deprecate regulator-compatible DT property | Stephen Warren | 2012-09-25 | 1 | -13/+12 |
| | | | * | | regulator: fan53555: remove vsel_max not used | Yunfan Zhang | 2012-09-10 | 1 | -3/+0 |
| | | | * | | regulator: aat2870: Don't explicitly initialise the first field | Mark Brown | 2012-09-10 | 1 | -1/+1 |
| | | | * | | regulator: Fairchild fan53555 support | Yunfan Zhang | 2012-09-10 | 3 | -0/+337 |
| | | | * | | regulator: twl: Remove another unused variable warning | Mark Brown | 2012-09-09 | 1 | -7/+0 |
| | | | * | | regulator: lp872x: remove unnecessary function | Kim, Milo | 2012-09-06 | 1 | -28/+0 |
| | | | * | | regulator: lp872x: fix NULL pointer access problem | Kim, Milo | 2012-09-06 | 1 | -4/+4 |
| | | | * | | regulator: lp872x: initialize the DVS mode | Kim, Milo | 2012-09-06 | 1 | -2/+3 |
| | | | * | | regulator: lp872x: set the default DVS mode | Kim, Milo | 2012-09-06 | 1 | -1/+14 |
| | | | * | | regulator: lp872x: remove regulator platform data dependency | Kim, Milo | 2012-09-06 | 1 | -9/+7 |
| | | | * | | regulator: mc13783: add regulators sw1x and sw2x | Gaƫtan Carlier | 2012-08-28 | 1 | -0/+66 |
| | | | * | | regulator: max8907: Add MODULE_ALIAS | Axel Lin | 2012-08-28 | 1 | -0/+1 |
| | | | * | | regulator: max8907: fix use of possibly NULL idata | Stephen Warren | 2012-08-28 | 1 | -1/+4 |
| | | | * | | regulator: fix kernel-doc warnings in drivers/regulator/core.c | Randy Dunlap | 2012-08-28 | 1 | -2/+2 |
| | | | * | | regulator: ab8500: provide per-regulator shift | Linus Walleij | 2012-08-28 | 1 | -10/+10 |
| | | | * | | regulator: max8907: fix compile error when !CONFIG_OF | Stephen Warren | 2012-08-28 | 1 | -2/+22 |
| | | | * | | regulator: max8907: Properly set pmic pointer in max8907_regulator_remove() | Axel Lin | 2012-08-28 | 1 | -1/+1 |
| | | | * | | regulator: max8907: Fix n_voltages for MAX8907B SD1 | Axel Lin | 2012-08-28 | 1 | -1/+2 |
| | | | * | | regulator: using kfree() requires including slab.h | Stephen Rothwell | 2012-08-28 | 1 | -0/+2 |
| | | | * | | regulator: add MAX8907 driver | Gyungoh Yoo | 2012-08-28 | 3 | -0/+392 |
| | | | * | | regulator: twl: make twl_info tables const | Arnd Bergmann | 2012-08-28 | 1 | -14/+24 |
| | | | * | | regulator: twl: Remove get_voltage implementation for single voltage regulators | Axel Lin | 2012-08-28 | 1 | -11/+0 |
| | | | * | | regulator: isl6271a: Remove get_voltage implementation for isl_fixed_ops | Axel Lin | 2012-08-28 | 1 | -6/+0 |
| | | | * | | regulator: ab8500: Remove get_voltage implementation for ab8500_regulator_fix... | Axel Lin | 2012-08-28 | 1 | -6/+0 |
| | | | * | | regulator: ab3100: Remove get_voltage implementation for regulator_ops_fixed | Axel Lin | 2012-08-28 | 1 | -6/+0 |
| | | | * | | regulator: mc13xxx: Remove get_voltage implementation for single voltage regu... | Axel Lin | 2012-08-28 | 4 | -14/+0 |
| | | | * | | regulator: da9052: set_current_limit should select the maximum current in spe... | Axel Lin | 2012-08-28 | 1 | -2/+2 |
| | | | * | | regulator: lp872x: set_current_limit should select the maximum current in spe... | Axel Lin | 2012-08-28 | 1 | -10/+8 |
| | | | * | | regulator: tps6524x: set_current_limit should select the maximum current in s... | Axel Lin | 2012-08-28 | 1 | -6/+4 |
| | | | * | | regulator: wm831x-dcdc: set_current_limit should select the maximum current i... | Axel Lin | 2012-08-28 | 1 | -6/+5 |
| | | | * | | regulator: max77686: Use array to save pointer to rdev | Axel Lin | 2012-08-28 | 1 | -19/+9 |
| | | | * | | regulator: max77686: initialize of_node param for regulator register | Axel Lin | 2012-08-28 | 1 | -0/+2 |
| | | | * | | regulator: ab8500: Set enable enable_time in regulator_desc | Axel Lin | 2012-08-28 | 1 | -9/+1 |
| | | | * | | regulator: wm8400: Simplify set REGULATOR_MODE_IDLE mode in wm8400_dcdc_set_mode | Axel Lin | 2012-08-28 | 1 | -6/+1 |
| | | | * | | regulator: wm831x-ldo: Check return value of wm831x_reg_read() | Axel Lin | 2012-08-28 | 1 | -0/+4 |
| | | | * | | regulator: tps6586x: Convert to regulator_[enable|disable|is_enabled|get_volt... | Axel Lin | 2012-08-28 | 1 | -65/+11 |
| | | | * | | regulator: Use BUCK_FPWM_[MASK|SHIFT] macros to replace buck_pmap table | Axel Lin | 2012-08-28 | 1 | -43/+12 |
| | | | * | | regulator: lp8788-buck: Remove lp8788_set_default_dvs_ctrl_mode function | Axel Lin | 2012-08-28 | 1 | -22/+3 |
| | | | * | | regulator: lp8788-ldo: Set n_voltages to 1 for fixed voltage | Axel Lin | 2012-08-28 | 1 | -0/+8 |
| | | | * | | regulator: mc13892: Convert mc13892_sw_regulator_ops to get_voltage_sel | Axel Lin | 2012-08-28 | 1 | -9/+3 |
| | | | * | | regulator: mc13892: Simplify implementation of mc13892_sw_regulator_set_volta... | Axel Lin | 2012-08-28 | 1 | -27/+15 |
| | | | * | | regulator: mc13892: Make mc13892_powermisc_rmw() lock protected | Axel Lin | 2012-08-28 | 1 | -14/+8 |
| | | | * | | regulator: mc13783: Make mc13783_powermisc_rmw() lock protected | Axel Lin | 2012-08-28 | 1 | -14/+8 |
| | | | * | | regulator: palmas: Convert palmas_ops_ldo to [get|set]_voltage_sel_regmap | Axel Lin | 2012-08-28 | 1 | -40/+5 |
| | | | * | | regulator: twl: Convert twlsmps_ops to get_voltage_sel and map_voltage | Axel Lin | 2012-08-28 | 1 | -11/+13 |