aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.5-rc4' into regulator-driversMark Brown2012-06-251-0/+3
|\
| * regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_...Axel Lin2012-06-081-0/+3
* | regulator: Use list_voltage() to get voltage in regulator_set_voltage_time_selAxel Lin2012-06-231-14/+9
* | regulator: core: Add export of regulator_set_voltage_time_sel()Mark Brown2012-06-231-0/+1
* | regulator: core: Change the unit of ramp_delay from mV/uS to uV/uSAxel Lin2012-06-181-2/+2
* | regulator: core: Support table based mapping in regulator_set_voltage_time_selAxel Lin2012-06-181-12/+25
* | regulator: Add ramp_delay configuration to constraintsYadwinder Singh Brar2012-06-171-4/+19
* | regulator: core: Return correct delay time in regulator_set_voltage_time_selAxel Lin2012-06-111-1/+1
* | regulator: core: Add regulator_set_voltage_time_sel to calculate ramp delay.Yadwinder Singh Brar2012-06-111-0/+24
* | regulator: core: Handle fixed voltage in map_voltage_linearAxel Lin2012-06-081-0/+8
* | regulator: core: Use dev_get_regmap() to find the regmapMark Brown2012-06-031-1/+4
* | regulator: Use newly added devres_release() rather than open codingMark Brown2012-06-031-1/+1
* | regulator: core: Call set_voltage_time_sel() only when the regulator is onAxel Lin2012-06-031-2/+3
* | regulator: core: Allow drivers to set voltage mapping table in regulator_descAxel Lin2012-06-031-0/+25
|/
* Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-05-211-115/+341
|\
| * regulator: core: Don't open code _regulator_is_enabled()Mark Brown2012-05-141-3/+2
| * regulator: core: Release regulator-regulator supplies on errorMark Brown2012-05-141-0/+2
| * regulator: core: Ensure simple linear voltage mappings falls within the speci...Axel Lin2012-05-141-1/+1
| * regulator: core: Allow drivers to set simple linear voltage maps as dataMark Brown2012-05-121-0/+53
| * regulator: core: Allow regulators to provide a voltage to selector mappingMark Brown2012-05-121-27/+55
| *-. Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regma...Mark Brown2012-05-121-92/+236
| |\ \
| | | * regulator: core: Warn on missing struct deviceMark Brown2012-05-101-0/+1
| | | * regulator: core: Provide standard enable operations for regmap usersMark Brown2012-04-161-0/+55
| | | * regulator: core: Provide regmap based voltage_sel operationsMark Brown2012-04-161-0/+44
| | | * regulator: core: Allow drivers to pass in a regmapMark Brown2012-04-161-0/+2
| | | * regulator: Appease smatch in regulator_register()Mark Brown2012-04-111-1/+3
| | | * Merge tag 'v3.4-rc2' into regulator-driversMark Brown2012-04-101-2/+2
| | | |\ | | |_|/ | |/| |
| | | * regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-10/+9
| | | * regulator: core: Constify the regulator_desc passed in when registeringMark Brown2012-04-041-1/+2
| | * | regulator: core: Optimise enable/disable path for always on regulatorsMark Brown2012-04-201-14/+40
| | * | regulator: core: Add checking set_mode callback in regulator_set_optimum_modeAxel Lin2012-04-161-0/+3
| | * | regulator: core: Support setting suspend_[mode|voltage] if set_suspend_[en|di...Axel Lin2012-04-161-18/+9
| | * | regulator: core: Fix getting input_uV when supplied by another regulatorAxel Lin2012-04-161-1/+1
| | * | regulator: Support set_voltage_time_sel for drivers implement set_voltageAxel Lin2012-04-051-28/+31
| | * | regulator: core: Pull non-DT supply mapping into regulator_dev_lookup()Mark Brown2012-04-031-13/+16
| | * | regulator: core: Don't defer probe if there's no DT binding for a supplyMark Brown2012-04-031-4/+14
| | * | regulator: core: Complain if we can't reenable a supplyMark Brown2012-04-031-3/+7
| | |/
* | | regulator: Actually free the regulator in devm_regulator_put()Mark Brown2012-05-071-1/+4
|/ /
* | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-04-041-2/+2
|\ \ | |/ |/|
| * regulator: Fix deadlock on removal of regulators with suppliesMark Brown2012-03-291-2/+2
* | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-03-211-57/+143
|\ \ | |/
| * Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown2012-03-181-17/+8
| |\
| | * regulator: Remove obsolete consumer_dev related commentAxel Lin2012-02-181-2/+0
| | * regulator: Remove support for supplies specified by struct deviceMark Brown2012-02-021-15/+8
| * | Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/st...Mark Brown2012-03-181-0/+108
| |\ \
| | * | regulator: Provide devm_regulator_bulk_get()Mark Brown2012-01-221-0/+46
| | * | regulator: Implement devm_regulator_free()Mark Brown2012-01-221-0/+28
| | * | regulator: Add devm_regulator_get()Stephen Boyd2012-01-201-0/+34
| * | | Merge remote-tracking branch 'regulator/topic/stub' into regulator-nextMark Brown2012-03-181-0/+2
| |\ \ \ | | | |/ | | |/|
| * | | regulator: Fix up a confusing dev_warn when DT lookup failsRajendra Nayak2012-03-161-1/+1