summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2012-03-12regulator: tps6586x: fix typo in debug messageThierry Reding1-1/+1
2012-03-12regulator: tps65910: Sleep off rails when ext sleep configuredLaxman Dewangan1-4/+13
2012-03-12regulator: Simplify the implementation of tps65912_get_voltage_dcdcAxel Lin1-67/+45
2012-03-12regulator: max8649: Use DIV_ROUND_UP macro to calculate selectorAxel Lin1-2/+1
2012-03-12regulator: Silence error message in max8998_pmic_probeAxel Lin1-1/+0
2012-03-12regulator: Remove unused i2c variable in s5m8767_pmic_probeAxel Lin1-2/+0
2012-03-12regulator: tps65217: Use DIV_ROUND_UP macro to calculate selectorAxel Lin1-6/+6
2012-03-12regulator: da903x: Use DIV_ROUND_UP macro to calculate selectorAxel Lin1-6/+6
2012-03-12regulator: wm8400: Use DIV_ROUND_UP macro to calculate selectorAxel Lin1-3/+3
2012-03-12regulator fixed: Do not report enumaratable voltages if there are noneSascha Hauer1-1/+3
2012-03-12regulator: max8660: Use DIV_ROUND_UP macro to calculate selectorAxel Lin1-7/+9
2012-03-12regulator: max1586: Use DIV_ROUND_UP macro to calculate selectorAxel Lin1-2/+2
2012-03-12regulator: ad5398: Use DIV_ROUND_UP macro to calculate selectorAxel Lin1-2/+2
2012-03-12regulator: Add a pointer to aat2870_data in struct aat2870_regulatorAxel Lin1-7/+7
2012-03-12regulator: Simplify the code to get selector in isl6271a_set_voltageAxel Lin1-11/+3
2012-03-12regulator: Kill max8998_get_ldo functionAxel Lin1-10/+5
2012-03-12regulator: Kill max8997_get_rid functionAxel Lin1-17/+12
2012-03-12regulator: Fix n_voltage settings for pcf50633 regulatorAxel Lin1-14/+13
2012-03-12regulator: Fix the logic of s5m8767_set_voltage_time_selAxel Lin1-28/+2
2012-03-12regulator: mc13783: bail out without platform dataSascha Hauer1-0/+3
2012-03-12regulator: Convert ab8499 to use get_voltage_sel()Axel Lin1-6/+4
2012-03-12regulator: Sort Kconfig and Makefile entriesAxel Lin2-174/+174
2012-03-12regulator: Fix module desciption for tps65910 regulatorAxel Lin2-3/+3
2012-03-12regulator: tps65910: Correct VIO voltage configurationLaxman Dewangan1-2/+5
2012-03-12regulator: wm8994: Convert to devm_kzalloc()Mark Brown1-3/+1
2012-03-12regulator: tps62360: Remove pointless test for unsigned less than zeroAxel Lin1-1/+1
2012-03-12regulator: s5m8767: Fix unused variable warning in probe()Mark Brown1-1/+1
2012-03-12regulator: da9052: Ensure the selected voltage falls within the specified rangeAxel Lin1-4/+4
2012-03-12regulator: Set n_voltages for da9052 regulatorsAxel Lin1-0/+4
2012-03-12regulator: Fix setting selector in tps6524x set_voltage functionAxel Lin1-1/+1
2012-03-12regulator: twl-regulator: Add fixed LDO for V1V8, V2V1 supplyPeter Ujfalusi1-0/+4
2012-03-12regulator: twl: adapt twl-regulator driver to dtRajendra Nayak1-87/+172
2012-03-12regulator: twl6030: add support for vdd1, vdd2 and vdd3 regulatorsTero Kristo1-0/+39
2012-03-12regulator: twl4030: add support for external voltage get/setTero Kristo1-5/+34
2012-03-12regulator: twl6030: Fix voltage selection logicLaxman Dewangan1-3/+11
2012-03-07regulator: tps65910: Configure correct value for VDDCTRL vout regLaxman Dewangan1-1/+1
2012-03-07regulator: Remove bq24022 regulator driverHeiko Stübner3-171/+0
2012-03-05regulator: Fix mask parameter in da9052_reg_update callsAxel Lin1-4/+4
2012-03-03regulator: provide a helper for registering a fixed regulatorSascha Hauer2-1/+54
2012-02-24regulator: Set delay to 0 if set_voltage_time_sel callback returns errorAxel Lin1-1/+5
2012-02-24regulator: fix the ldo configure according to 88pm860x specJett.Zhou1-3/+3
2012-02-21regulator: Remove ifdefs for debugfs codeStephen Boyd1-22/+6
2012-02-21regulator: Clean up debugfs error handling a bitMark Brown1-5/+4
2012-02-20regulator: Simplify regulator_bulk_get and regulator_bulk_enable error pathsAxel Lin1-7/+4
2012-02-18regulator: Remove obsolete consumer_dev related commentAxel Lin1-2/+0
2012-02-10regulator: Fix getting voltage in max8649_enable_time()Axel Lin1-1/+1
2012-02-10regulator: Fix mc13xxx regulator modular build (again)David Miller1-0/+2
2012-02-09regulator: Complain if a voltage range is specified but can't be usedMark Brown1-0/+5
2012-02-09regulator: Don't add the function name to pr_fmtMark Brown1-2/+0
2012-02-06regulator: Show correct chip id for max8649Axel Lin1-1/+1