Age | Commit message (Expand) | Author | Files | Lines |
2012-03-12 | regulator: Fix module desciption for tps65910 regulator | Axel Lin | 2 | -3/+3 |
2012-03-12 | regulator: tps65910: Correct VIO voltage configuration | Laxman Dewangan | 1 | -2/+5 |
2012-03-12 | regulator: wm8994: Convert to devm_kzalloc() | Mark Brown | 1 | -3/+1 |
2012-03-12 | regulator: tps62360: Remove pointless test for unsigned less than zero | Axel Lin | 1 | -1/+1 |
2012-03-12 | regulator: s5m8767: Fix unused variable warning in probe() | Mark Brown | 1 | -1/+1 |
2012-03-12 | regulator: da9052: Ensure the selected voltage falls within the specified range | Axel Lin | 1 | -4/+4 |
2012-03-12 | regulator: Set n_voltages for da9052 regulators | Axel Lin | 1 | -0/+4 |
2012-03-12 | regulator: Fix setting selector in tps6524x set_voltage function | Axel Lin | 1 | -1/+1 |
2012-03-12 | regulator: twl-regulator: Add fixed LDO for V1V8, V2V1 supply | Peter Ujfalusi | 1 | -0/+4 |
2012-03-12 | regulator: twl: adapt twl-regulator driver to dt | Rajendra Nayak | 1 | -87/+172 |
2012-03-12 | regulator: twl6030: add support for vdd1, vdd2 and vdd3 regulators | Tero Kristo | 1 | -0/+39 |
2012-03-12 | regulator: twl4030: add support for external voltage get/set | Tero Kristo | 1 | -5/+34 |
2012-03-12 | regulator: twl6030: Fix voltage selection logic | Laxman Dewangan | 1 | -3/+11 |
2012-03-07 | regulator: tps65910: Configure correct value for VDDCTRL vout reg | Laxman Dewangan | 1 | -1/+1 |
2012-03-05 | regulator: Fix mask parameter in da9052_reg_update calls | Axel Lin | 1 | -4/+4 |
2012-03-03 | regulator: provide a helper for registering a fixed regulator | Sascha Hauer | 2 | -1/+54 |
2012-02-24 | regulator: Set delay to 0 if set_voltage_time_sel callback returns error | Axel Lin | 1 | -1/+5 |
2012-02-24 | regulator: fix the ldo configure according to 88pm860x spec | Jett.Zhou | 1 | -3/+3 |
2012-02-21 | regulator: Remove ifdefs for debugfs code | Stephen Boyd | 1 | -22/+6 |
2012-02-21 | regulator: Clean up debugfs error handling a bit | Mark Brown | 1 | -5/+4 |
2012-02-20 | regulator: Simplify regulator_bulk_get and regulator_bulk_enable error paths | Axel Lin | 1 | -7/+4 |
2012-02-18 | regulator: Remove obsolete consumer_dev related comment | Axel Lin | 1 | -2/+0 |
2012-02-10 | regulator: Fix getting voltage in max8649_enable_time() | Axel Lin | 1 | -1/+1 |
2012-02-10 | regulator: Fix mc13xxx regulator modular build (again) | David Miller | 1 | -0/+2 |
2012-02-09 | regulator: Complain if a voltage range is specified but can't be used | Mark Brown | 1 | -0/+5 |
2012-02-09 | regulator: Don't add the function name to pr_fmt | Mark Brown | 1 | -2/+0 |
2012-02-06 | regulator: Show correct chip id for max8649 | Axel Lin | 1 | -1/+1 |
2012-02-06 | regulator: Remove redundant regmap_update_bits call for TPS65023_REG_CON_CTRL2 | Axel Lin | 1 | -4/+0 |
2012-02-02 | regulator: Remove support for supplies specified by struct device | Mark Brown | 1 | -15/+8 |
2012-02-02 | Merge branch 'regulator-drivers' into regulator-supply | Mark Brown | 12 | -122/+2427 |
2012-02-02 | regulator: Kill s5m8767_get_reg_id function | Axel Lin | 1 | -12/+7 |
2012-02-02 | regulator: wm8350: Don't specify consumer supplies with struct device | Mark Brown | 1 | -2/+2 |
2012-01-30 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 1 | -1/+1 |
2012-01-30 | regulator: tps65910: Sleep control through external inputs | Laxman Dewangan | 1 | -0/+206 |
2012-01-26 | regulator: Set apply_uV only when min and max voltages are defined | Karol Lewandowski | 1 | -1/+1 |
2012-01-25 | regulator: Reverse the disable sequence in regulator_bulk_disable() | Sylwester Nawrocki | 1 | -4/+4 |
2012-01-25 | regulator: mc13xxx-regulator-core: Fix the build when driver is selected as m... | Fabio Estevam | 1 | -0/+2 |
2012-01-25 | regulator: max8997: Avoid spaces in regulator names | Karol Lewandowski | 1 | -4/+4 |
2012-01-24 | regulator: Fix documentation for of_node parameter of regulator_register() | Mark Brown | 1 | -1/+2 |
2012-01-23 | kernel-doc: fix new warning in regulator core | Randy Dunlap | 1 | -0/+1 |
2012-01-22 | regulator: Provide devm_regulator_bulk_get() | Mark Brown | 1 | -0/+46 |
2012-01-22 | regulator: Implement devm_regulator_free() | Mark Brown | 1 | -0/+28 |
2012-01-20 | regulator: tps65910: use appropriate variable names. | Laxman Dewangan | 1 | -41/+41 |
2012-01-20 | regulator: tps65910: Initialize n_voltages for rails. | Laxman Dewangan | 1 | -0/+11 |
2012-01-20 | regulator: Add devm_regulator_get() | Stephen Boyd | 1 | -0/+34 |
2012-01-20 | regulator: tps65910: Add regulator info for RTC rail | Laxman Dewangan | 1 | -0/+3 |
2012-01-20 | regulator: Update s5m8767 for device tree API changes | Mark Brown | 1 | -1/+1 |
2012-01-20 | regulator: Update tps65217-regulator for DT changes | Axel Lin | 1 | -1/+1 |
2012-01-20 | regulator: tps65217: Add tps65217 regulator driver | AnilKumar Ch | 3 | -0/+503 |
2012-01-20 | regulator: Add S5M8767 configuration | Sangbeom Kim | 2 | -0/+10 |