aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-21Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-115/+341
2012-05-14regulator: core: Don't open code _regulator_is_enabled()Mark Brown1-3/+2
2012-05-14regulator: core: Release regulator-regulator supplies on errorMark Brown1-0/+2
2012-05-14regulator: core: Ensure simple linear voltage mappings falls within the specified rangeAxel Lin1-1/+1
2012-05-12regulator: core: Allow drivers to set simple linear voltage maps as dataMark Brown1-0/+53
2012-05-12regulator: core: Allow regulators to provide a voltage to selector mappingMark Brown1-27/+55
2012-05-12Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regmap' and 'regulator/topic/register' into regulator-nextMark Brown1-92/+236
2012-05-10regulator: core: Warn on missing struct deviceMark Brown1-0/+1
2012-05-07regulator: Actually free the regulator in devm_regulator_put()Mark Brown1-1/+4
2012-04-20regulator: core: Optimise enable/disable path for always on regulatorsMark Brown1-14/+40
2012-04-16regulator: core: Add checking set_mode callback in regulator_set_optimum_modeAxel Lin1-0/+3
2012-04-16regulator: core: Provide standard enable operations for regmap usersMark Brown1-0/+55
2012-04-16regulator: core: Provide regmap based voltage_sel operationsMark Brown1-0/+44
2012-04-16regulator: core: Allow drivers to pass in a regmapMark Brown1-0/+2
2012-04-16regulator: core: Support setting suspend_[mode|voltage] if set_suspend_[en|dis]able is NULLAxel Lin1-18/+9
2012-04-16regulator: core: Fix getting input_uV when supplied by another regulatorAxel Lin1-1/+1
2012-04-11regulator: Appease smatch in regulator_register()Mark Brown1-1/+3
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversMark Brown1-2/+2
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-10/+9
2012-04-05regulator: Support set_voltage_time_sel for drivers implement set_voltageAxel Lin1-28/+31
2012-04-04Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-2/+2
2012-04-04regulator: core: Constify the regulator_desc passed in when registeringMark Brown1-1/+2
2012-04-03regulator: core: Pull non-DT supply mapping into regulator_dev_lookup()Mark Brown1-13/+16
2012-04-03regulator: core: Don't defer probe if there's no DT binding for a supplyMark Brown1-4/+14
2012-04-03regulator: core: Complain if we can't reenable a supplyMark Brown1-3/+7
2012-03-29regulator: Fix deadlock on removal of regulators with suppliesMark Brown1-2/+2
2012-03-21Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-57/+143
2012-03-18Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown1-17/+8
2012-03-18Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/stub' into regulator-nextMark Brown1-0/+108
2012-03-18Merge remote-tracking branch 'regulator/topic/stub' into regulator-nextMark Brown1-0/+2
2012-03-16regulator: Fix up a confusing dev_warn when DT lookup failsRajendra Nayak1-1/+1
2012-03-12regulator: Support driver probe deferralMark Brown1-2/+2
2012-02-24regulator: Set delay to 0 if set_voltage_time_sel callback returns errorAxel Lin1-1/+5
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-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-02regulator: Remove support for supplies specified by struct deviceMark Brown1-15/+8
2012-01-25regulator: Reverse the disable sequence in regulator_bulk_disable()Sylwester Nawrocki1-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: Add devm_regulator_get()Stephen Boyd1-0/+34
2012-01-03regulator: add regulator_bulk_force_disable functionDonggeun Kim1-0/+37
2012-01-02regulator: Enable supply regulator if child rail is enabled.Laxman Dewangan1-0/+8
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