summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2012-06-26regulator: core: Check for failed voltage sets before checking for delayMark Brown
2012-06-25Merge tag 'v3.5-rc4' into regulator-driversMark Brown
2012-06-23regulator: Use list_voltage() to get voltage in regulator_set_voltage_time_selAxel Lin
2012-06-23regulator: core: Add export of regulator_set_voltage_time_sel()Mark Brown
2012-06-18regulator: Fix double free in devm_regulator_put()Mark Brown
2012-06-18regulator: core: Change the unit of ramp_delay from mV/uS to uV/uSAxel Lin
2012-06-18regulator: core: Support table based mapping in regulator_set_voltage_time_selAxel Lin
2012-06-17regulator: Add ramp_delay configuration to constraintsYadwinder Singh Brar
2012-06-17regulator: core.c Only delay when setting voltage requires thisPhilip Rakity
2012-06-17regulator: core.c Pass voltage to notifier when setting voltagePhilip Rakity
2012-06-17regulator: core: Actually use the data in _notifier_call_chain()Mark Brown
2012-06-11regulator: core: Return correct delay time in regulator_set_voltage_time_selAxel Lin
2012-06-11regulator: core: Add regulator_set_voltage_time_sel to calculate ramp delay.Yadwinder Singh Brar
2012-06-07regulator: core: Handle fixed voltage in map_voltage_linearAxel Lin
2012-06-07regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_...Axel Lin
2012-06-04regulator: core: Use map_voltage_linear() if list_voltage_linear() is in use ...Axel Lin
2012-06-03regulator: core: Use dev_get_regmap() to find the regmapMark Brown
2012-06-03regulator: Use newly added devres_release() rather than open codingMark Brown
2012-06-03regulator: core: Call set_voltage_time_sel() only when the regulator is onAxel Lin
2012-06-03regulator: core: Allow drivers to set voltage mapping table in regulator_descAxel Lin
2012-05-21Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds
2012-05-14regulator: core: Don't open code _regulator_is_enabled()Mark Brown
2012-05-14regulator: core: Release regulator-regulator supplies on errorMark Brown
2012-05-14regulator: core: Ensure simple linear voltage mappings falls within the speci...Axel Lin
2012-05-12regulator: core: Allow drivers to set simple linear voltage maps as dataMark Brown
2012-05-12regulator: core: Allow regulators to provide a voltage to selector mappingMark Brown
2012-05-12Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regma...Mark Brown
2012-05-10regulator: core: Warn on missing struct deviceMark Brown
2012-05-07regulator: Actually free the regulator in devm_regulator_put()Mark Brown
2012-04-20regulator: core: Optimise enable/disable path for always on regulatorsMark Brown
2012-04-16regulator: core: Add checking set_mode callback in regulator_set_optimum_modeAxel Lin
2012-04-16regulator: core: Provide standard enable operations for regmap usersMark Brown
2012-04-16regulator: core: Provide regmap based voltage_sel operationsMark Brown
2012-04-16regulator: core: Allow drivers to pass in a regmapMark Brown
2012-04-16regulator: core: Support setting suspend_[mode|voltage] if set_suspend_[en|di...Axel Lin
2012-04-16regulator: core: Fix getting input_uV when supplied by another regulatorAxel Lin
2012-04-11regulator: Appease smatch in regulator_register()Mark Brown
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversMark Brown
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown
2012-04-05regulator: Support set_voltage_time_sel for drivers implement set_voltageAxel Lin
2012-04-04Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds
2012-04-04regulator: core: Constify the regulator_desc passed in when registeringMark Brown
2012-04-03regulator: core: Pull non-DT supply mapping into regulator_dev_lookup()Mark Brown
2012-04-03regulator: core: Don't defer probe if there's no DT binding for a supplyMark Brown
2012-04-03regulator: core: Complain if we can't reenable a supplyMark Brown
2012-03-29regulator: Fix deadlock on removal of regulators with suppliesMark Brown
2012-03-21Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds
2012-03-18Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown
2012-03-18Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/st...Mark Brown
2012-03-18Merge remote-tracking branch 'regulator/topic/stub' into regulator-nextMark Brown