index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-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: 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-17
regulator: Add ramp_delay configuration to constraints
Yadwinder Singh Brar
1
-4
/
+19
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-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-21
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
2012-04-16
regulator: core: Allow drivers to pass in a regmap
Mark Brown
1
-0
/
+2
2012-04-16
regulator: core: Support setting suspend_[mode|voltage] if set_suspend_[en|di...
Axel Lin
1
-18
/
+9
2012-04-16
regulator: core: Fix getting input_uV when supplied by another regulator
Axel Lin
1
-1
/
+1
2012-04-11
regulator: Appease smatch in regulator_register()
Mark Brown
1
-1
/
+3
2012-04-10
Merge tag 'v3.4-rc2' into regulator-drivers
Mark Brown
1
-2
/
+2
2012-04-09
regulator: core: Use a struct to pass in regulator runtime configuration
Mark Brown
1
-10
/
+9
2012-04-05
regulator: Support set_voltage_time_sel for drivers implement set_voltage
Axel Lin
1
-28
/
+31
2012-04-04
Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
1
-2
/
+2
2012-04-04
regulator: core: Constify the regulator_desc passed in when registering
Mark Brown
1
-1
/
+2
2012-04-03
regulator: core: Pull non-DT supply mapping into regulator_dev_lookup()
Mark Brown
1
-13
/
+16
2012-04-03
regulator: core: Don't defer probe if there's no DT binding for a supply
Mark Brown
1
-4
/
+14
2012-04-03
regulator: core: Complain if we can't reenable a supply
Mark Brown
1
-3
/
+7
2012-03-29
regulator: Fix deadlock on removal of regulators with supplies
Mark Brown
1
-2
/
+2
2012-03-21
Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
1
-57
/
+143
2012-03-18
Merge remote-tracking branch 'regulator/topic/supply' into regulator-next
Mark Brown
1
-17
/
+8
2012-03-18
Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/st...
Mark Brown
1
-0
/
+108
2012-03-18
Merge remote-tracking branch 'regulator/topic/stub' into regulator-next
Mark Brown
1
-0
/
+2
2012-03-16
regulator: Fix up a confusing dev_warn when DT lookup fails
Rajendra Nayak
1
-1
/
+1
2012-03-12
regulator: Support driver probe deferral
Mark Brown
1
-2
/
+2
2012-02-24
regulator: Set delay to 0 if set_voltage_time_sel callback returns error
Axel Lin
1
-1
/
+5
[next]