index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2012-07-22
Merge branch 'regulator-drivers' into regulator-next
Mark Brown
1
-48
/
+163
2012-07-22
Merge branches 'regulator-core', 'regulator-dt' and 'regulator-dummy' into re...
Mark Brown
1
-0
/
+12
2012-07-20
[SCSI] async: introduce 'async_domain' type
Dan Williams
1
-1
/
+1
2012-07-16
Merge tag 'v3.5-rc7' into regulator-drivers
Mark Brown
1
-5
/
+5
2012-07-12
regulator: Add REGULATOR_STATUS_UNDEFINED.
Krystian Garbaciak
1
-1
/
+4
2012-07-12
regulator: Fix a typo in regulator_mode_to_status() core function.
Krystian Garbaciak
1
-1
/
+1
2012-07-06
regulator: core: Mark all DT based boards as having full constraints
Mark Brown
1
-0
/
+9
2012-07-05
regulator: core: remove sysfs entry properly in regulator_put
Shawn Guo
1
-4
/
+3
2012-07-03
regulator: core: Add core support for GPIO controlled enable lines
Mark Brown
1
-1
/
+34
2012-07-03
regulator: core: Factor out enable and disable operations some more
Mark Brown
1
-42
/
+68
2012-07-03
regulator: core: Allow fixed enable_time to be set in the regulator_desc
Mark Brown
1
-1
/
+1
2012-07-03
regulator: core: Check that the selector from map_voltage() is valid
Mark Brown
1
-8
/
+18
2012-07-03
regulator: core: Support fixed voltages in regulator_is_supported_voltage()
Mark Brown
1
-0
/
+10
2012-07-03
regulator: Fix recursive mutex lockdep warning
Stephen Boyd
1
-5
/
+5
2012-06-27
regulator: core: Remove unused get_device_regulator
Fabio Estevam
1
-22
/
+0
2012-06-26
regulator: core: Allow multiple requests of a single supply mapping
Mark Brown
1
-44
/
+5
2012-06-26
regulator: core: Check for failed voltage sets before checking for delay
Mark Brown
1
-1
/
+1
2012-06-25
Merge tag 'v3.5-rc4' into regulator-drivers
Mark Brown
1
-0
/
+3
2012-06-23
regulator: Use list_voltage() to get voltage in regulator_set_voltage_time_sel
Axel Lin
1
-14
/
+9
2012-06-23
regulator: core: Add export of regulator_set_voltage_time_sel()
Mark Brown
1
-0
/
+1
2012-06-18
regulator: Fix double free in devm_regulator_put()
Mark Brown
1
-3
/
+1
2012-06-18
regulator: core: Change the unit of ramp_delay from mV/uS to uV/uS
Axel Lin
1
-2
/
+2
2012-06-18
regulator: core: Support table based mapping in regulator_set_voltage_time_sel
Axel Lin
1
-12
/
+25
2012-06-18
regulator: Add ramp_delay configuration to constraints
Yadwinder Singh Brar
1
-4
/
+19
2012-06-17
regulator: core.c Only delay when setting voltage requires this
Philip Rakity
1
-7
/
+7
2012-06-17
regulator: core.c Pass voltage to notifier when setting voltage
Philip Rakity
1
-3
/
+3
2012-06-17
regulator: core: Actually use the data in _notifier_call_chain()
Mark Brown
1
-1
/
+1
2012-06-11
regulator: core: Return correct delay time in regulator_set_voltage_time_sel
Axel Lin
1
-1
/
+1
2012-06-11
regulator: core: Add regulator_set_voltage_time_sel to calculate ramp delay.
Yadwinder Singh Brar
1
-0
/
+24
2012-06-08
regulator: core: Handle fixed voltage in map_voltage_linear
Axel Lin
1
-0
/
+8
2012-06-08
regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_...
Axel Lin
1
-0
/
+3
2012-06-04
regulator: core: Use map_voltage_linear() if list_voltage_linear() is in use ...
Axel Lin
1
-4
/
+10
2012-06-03
regulator: core: Use dev_get_regmap() to find the regmap
Mark Brown
1
-1
/
+4
2012-06-03
regulator: Use newly added devres_release() rather than open coding
Mark Brown
1
-1
/
+1
2012-06-03
regulator: core: Call set_voltage_time_sel() only when the regulator is on
Axel Lin
1
-2
/
+3
2012-06-03
regulator: core: Allow drivers to set voltage mapping table in regulator_desc
Axel Lin
1
-0
/
+25
2012-05-22
Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
1
-115
/
+341
2012-05-14
regulator: core: Don't open code _regulator_is_enabled()
Mark Brown
1
-3
/
+2
2012-05-14
regulator: core: Release regulator-regulator supplies on error
Mark Brown
1
-0
/
+2
2012-05-14
regulator: core: Ensure simple linear voltage mappings falls within the speci...
Axel Lin
1
-1
/
+1
2012-05-12
regulator: core: Allow drivers to set simple linear voltage maps as data
Mark Brown
1
-0
/
+53
2012-05-12
regulator: core: Allow regulators to provide a voltage to selector mapping
Mark Brown
1
-27
/
+55
2012-05-12
Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regma...
Mark Brown
1
-92
/
+236
2012-05-10
regulator: core: Warn on missing struct device
Mark Brown
1
-0
/
+1
2012-05-07
regulator: Actually free the regulator in devm_regulator_put()
Mark Brown
1
-1
/
+4
2012-04-20
regulator: core: Optimise enable/disable path for always on regulators
Mark Brown
1
-14
/
+40
2012-04-16
regulator: core: Add checking set_mode callback in regulator_set_optimum_mode
Axel Lin
1
-0
/
+3
2012-04-16
regulator: core: Provide standard enable operations for regmap users
Mark Brown
1
-0
/
+55
2012-04-16
regulator: core: Provide regmap based voltage_sel operations
Mark Brown
1
-0
/
+44
[next]