aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/of_regulator.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-30regulator: clear state each invocation of of_regulator_matchGravatar Stephen Warren 1-0/+6
2012-09-25regulator: deprecate regulator-compatible DT propertyGravatar Stephen Warren 1-13/+12
2012-07-03regulator: dt: regulator match by regulator-compatibleGravatar Laxman Dewangan 1-18/+33
2012-06-18regulator: Fix setting constraints->ramp_delay in of_get_regulation_constraintsGravatar Axel Lin 1-1/+1
2012-06-17regulator: Add ramp_delay configuration to constraintsGravatar Yadwinder Singh Brar 1-1/+5
2012-05-04regulator: Add generic DT parsing for regulatorsGravatar Thierry Reding 1-0/+47
2012-01-26regulator: Set apply_uV only when min and max voltages are definedGravatar Karol Lewandowski 1-1/+1
2011-12-05regulator: pass device_node to of_get_regulator_init_data()Gravatar Shawn Guo 1-3/+4
2011-12-05regulator: If a single voltage is set with device tree then set apply_uVGravatar Mark Brown 1-0/+3
2011-11-27regulator: export of_get_regulator_init_dataGravatar Axel Lin 1-0/+2
2011-11-23regulator: helper routine to extract regulator_init_dataGravatar Rajendra Nayak 1-0/+81