summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
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-02-06regulator: Show correct chip id for max8649Axel Lin1-1/+1
2012-02-06regulator: Remove redundant regmap_update_bits call for TPS65023_REG_CON_CTRL2Axel Lin1-4/+0
2012-02-02regulator: Kill s5m8767_get_reg_id functionAxel Lin1-12/+7
2012-02-02regulator: wm8350: Don't specify consumer supplies with struct deviceMark Brown1-2/+2
2012-01-30regulator: tps65910: Sleep control through external inputsLaxman Dewangan1-0/+206
2012-01-25regulator: mc13xxx-regulator-core: Fix the build when driver is selected as m...Fabio Estevam1-0/+2
2012-01-25regulator: max8997: Avoid spaces in regulator namesKarol Lewandowski1-4/+4
2012-01-20regulator: tps65910: use appropriate variable names.Laxman Dewangan1-41/+41
2012-01-20regulator: tps65910: Initialize n_voltages for rails.Laxman Dewangan1-0/+11
2012-01-20regulator: tps65910: Add regulator info for RTC railLaxman Dewangan1-0/+3
2012-01-20regulator: Update s5m8767 for device tree API changesMark Brown1-1/+1
2012-01-20regulator: Update tps65217-regulator for DT changesAxel Lin1-1/+1
2012-01-20regulator: tps65217: Add tps65217 regulator driverAnilKumar Ch3-0/+503
2012-01-20regulator: Add S5M8767 configurationSangbeom Kim2-0/+10
2012-01-20regulators/db8500: split off shared dbx500 codeBengt Jonsson5-86/+341
2012-01-20regulator: s5m8767: Remove redundant MODULE_ALIASAxel Lin1-1/+0
2012-01-20regulator: s5m8767: Add missing breaksAxel Lin1-0/+4
2012-01-20regulator: Add S5M8767A regulator driverSangbeom Kim1-0/+834
2012-01-20regulator: TPS62360: Add tps62360 regulator driverLaxman Dewangan3-0/+483
2012-01-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds1-1/+1
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij1-1/+1
2012-01-06regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_configRichard Zhao1-0/+1
2012-01-06regulator: max8925: fix enabled/disabled judgement mistakeKevin Liu1-13/+20
2012-01-04regulator: add regulator_bulk_force_disable functionDonggeun Kim1-0/+37
2012-01-02regulator: pass regulator_register of_node in fixed voltage driverRichard Zhao1-1/+2
2012-01-02regulator: Enable supply regulator if child rail is enabled.Laxman Dewangan1-0/+8
2011-12-30regulator: mc13892: Convert to devm_kzalloc()Fabio Estevam1-3/+1
2011-12-29regulator: mc13783: Convert to devm_kzalloc()Fabio Estevam1-4/+1
2011-12-29regulator: Fix checking return value of create_regulatorAxel Lin1-3/+2
2011-12-29regulator: Fix the error handling if create_regulator failsAxel Lin1-0/+1
2011-12-28regulator: Export regulator_is_supported_voltage()Mark Brown1-0/+1
2011-12-22regulator: mc13892: add device tree probe supportShawn Guo3-11/+109
2011-12-22regulator: mc13892: remove the unnecessary prefix from regulator nameShawn Guo1-3/+3
2011-12-20regulator: Convert wm831x regulator drivers to devm_kzalloc()Mark Brown3-18/+9
2011-12-20regulator: da9052: Staticize non-exported symbolsAxel Lin1-2/+2
2011-12-17regulator: Replace kzalloc with devm_kzalloc and if-else with a switch-case f...Ashish Jangam1-5/+11
2011-12-15regulator: Update da9052-regulator for DT changesMark Brown1-1/+1
2011-12-14regulator: DA9052/53 Regulator supportAshish Jangam3-0/+608