summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/regulator/driver.h
AgeCommit message (Collapse)Author
2019-02-21Revert "backports: Remove unused parts"Dominik Sliwa
This reverts commit ab3fd3b9a801a9faa2619e2e65207e736f859a6d.
2018-09-19backports: Remove unused partsHauke Mehrtens
This removes parts which were only used by subsystems which are not included in backports any more, for example media, bluetooth and Ethernet. The patches which are removed in this commit are not applied to the kernel tree anyway with the default configuration because non of the files get copied. The freezer, media, regulator and sound parts were only used by the already removed media drivers. The flow dissector file is not copied any more. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-02-09backports: always use new version compare macrosJohannes Berg
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2014-09-06backports: remove regulator driversHauke Mehrtens
It looks like no one is using the regulator drivers and maintaining them costs some time because they often break. When someone needs a specific driver please send a patch adding this one specific driver, maintaining a small subset is not a problem, but maintaining all is a big task. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-27backports: add REGULATOR_LINEAR_RANGEHauke Mehrtens
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-24backports: add backport prefix to devm_regulator_register()Hauke Mehrtens
Use LINUX_BACKPORT() to prevent a collision with some backported patches in the kernel backports is being compiled against. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-24backports: add devm_regulator_register()Hauke Mehrtens
This backports the following commit from mainline: commit b33e46bcdc4e598d738ed12a5a7906be4e11d786 Author: Mark Brown <broonie@linaro.org> Date: Sat Aug 31 11:58:26 2013 +0100 regulator: core: Provide managed regulator registration Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-05-14backports: add support for regulator_map_voltage_ascend()Luis R. Rodriguez
This is required by some drivers as of next-20130424. commit fcf371ee5624cc87abac205cd0dad2432d7f0346 Author: Axel Lin <axel.lin@ingics.com> Date: Thu Apr 18 10:34:49 2013 +0800 regulator: core: Add regulator_map_voltage_ascend() API A lot of regulator hardware has ascendant voltage list. This patch adds regulator_map_voltage_ascend() and export it. Drivers that have ascendant voltage list can use this as their map_voltage() operation, this is more efficient than default regulator_map_voltage_iterate() function. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>