aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
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-19regulator: 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-09regulator: 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
2012-02-06regulator: Remove redundant regmap_update_bits call for TPS65023_REG_CON_CTRL2Axel Lin1-4/+0
2012-02-02regulator: Remove support for supplies specified by struct deviceMark Brown1-15/+8
2012-02-02Merge branch 'regulator-drivers' into regulator-supplyMark Brown12-122/+2427
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-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-1/+1
2012-01-30regulator: tps65910: Sleep control through external inputsLaxman Dewangan1-0/+206
2012-01-26regulator: Set apply_uV only when min and max voltages are definedKarol Lewandowski1-1/+1
2012-01-25regulator: Reverse the disable sequence in regulator_bulk_disable()Sylwester Nawrocki1-4/+4
2012-01-24regulator: mc13xxx-regulator-core: Fix the build when driver is selected as m...Fabio Estevam1-0/+2
2012-01-24regulator: max8997: Avoid spaces in regulator namesKarol Lewandowski1-4/+4
2012-01-24regulator: Fix documentation for of_node parameter of regulator_register()Mark Brown1-1/+2
2012-01-23kernel-doc: fix new warning in regulator coreRandy Dunlap1-0/+1
2012-01-22regulator: Provide devm_regulator_bulk_get()Mark Brown1-0/+46
2012-01-22regulator: Implement devm_regulator_free()Mark Brown1-0/+28
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: Add devm_regulator_get()Stephen Boyd1-0/+34
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-13Merge 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-03regulator: 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