index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
core.c
Age
Commit message (
Expand
)
Author
2012-06-17
regulator: core.c Pass voltage to notifier when setting voltage
Philip Rakity
2012-06-17
regulator: core: Actually use the data in _notifier_call_chain()
Mark Brown
2012-06-11
regulator: core: Return correct delay time in regulator_set_voltage_time_sel
Axel Lin
2012-06-11
regulator: core: Add regulator_set_voltage_time_sel to calculate ramp delay.
Yadwinder Singh Brar
2012-06-08
regulator: core: Handle fixed voltage in map_voltage_linear
Axel Lin
2012-06-08
regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_...
Axel Lin
2012-06-04
regulator: core: Use map_voltage_linear() if list_voltage_linear() is in use ...
Axel Lin
2012-06-03
regulator: core: Use dev_get_regmap() to find the regmap
Mark Brown
2012-06-03
regulator: Use newly added devres_release() rather than open coding
Mark Brown
2012-06-03
regulator: core: Call set_voltage_time_sel() only when the regulator is on
Axel Lin
2012-06-03
regulator: core: Allow drivers to set voltage mapping table in regulator_desc
Axel Lin
2012-05-21
Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
2012-05-14
regulator: core: Don't open code _regulator_is_enabled()
Mark Brown
2012-05-14
regulator: core: Release regulator-regulator supplies on error
Mark Brown
2012-05-14
regulator: core: Ensure simple linear voltage mappings falls within the speci...
Axel Lin
2012-05-12
regulator: core: Allow drivers to set simple linear voltage maps as data
Mark Brown
2012-05-12
regulator: core: Allow regulators to provide a voltage to selector mapping
Mark Brown
2012-05-12
Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regma...
Mark Brown
2012-05-10
regulator: core: Warn on missing struct device
Mark Brown
2012-05-07
regulator: Actually free the regulator in devm_regulator_put()
Mark Brown
2012-04-20
regulator: core: Optimise enable/disable path for always on regulators
Mark Brown
2012-04-16
regulator: core: Add checking set_mode callback in regulator_set_optimum_mode
Axel Lin
2012-04-16
regulator: core: Provide standard enable operations for regmap users
Mark Brown
2012-04-16
regulator: core: Provide regmap based voltage_sel operations
Mark Brown
2012-04-16
regulator: core: Allow drivers to pass in a regmap
Mark Brown
2012-04-16
regulator: core: Support setting suspend_[mode|voltage] if set_suspend_[en|di...
Axel Lin
2012-04-16
regulator: core: Fix getting input_uV when supplied by another regulator
Axel Lin
2012-04-11
regulator: Appease smatch in regulator_register()
Mark Brown
2012-04-10
Merge tag 'v3.4-rc2' into regulator-drivers
Mark Brown
2012-04-09
regulator: core: Use a struct to pass in regulator runtime configuration
Mark Brown
2012-04-05
regulator: Support set_voltage_time_sel for drivers implement set_voltage
Axel Lin
2012-04-04
Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
2012-04-04
regulator: core: Constify the regulator_desc passed in when registering
Mark Brown
2012-04-03
regulator: core: Pull non-DT supply mapping into regulator_dev_lookup()
Mark Brown
2012-04-03
regulator: core: Don't defer probe if there's no DT binding for a supply
Mark Brown
2012-04-03
regulator: core: Complain if we can't reenable a supply
Mark Brown
2012-03-29
regulator: Fix deadlock on removal of regulators with supplies
Mark Brown
2012-03-21
Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
2012-03-18
Merge remote-tracking branch 'regulator/topic/supply' into regulator-next
Mark Brown
2012-03-18
Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/st...
Mark Brown
2012-03-18
Merge remote-tracking branch 'regulator/topic/stub' into regulator-next
Mark Brown
2012-03-16
regulator: Fix up a confusing dev_warn when DT lookup fails
Rajendra Nayak
2012-03-12
regulator: Support driver probe deferral
Mark Brown
2012-02-24
regulator: Set delay to 0 if set_voltage_time_sel callback returns error
Axel Lin
2012-02-21
regulator: Remove ifdefs for debugfs code
Stephen Boyd
2012-02-21
regulator: Clean up debugfs error handling a bit
Mark Brown
2012-02-19
regulator: Simplify regulator_bulk_get and regulator_bulk_enable error paths
Axel Lin
2012-02-18
regulator: Remove obsolete consumer_dev related comment
Axel Lin
2012-02-09
regulator: Complain if a voltage range is specified but can't be used
Mark Brown
2012-02-09
regulator: Don't add the function name to pr_fmt
Mark Brown
[prev]
[next]