summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/of_regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: use of_property_read_{bool|u32}()Sergei Shtylyov2014-06-011-23/+14
* regulator: core: Use devres for releasing of_regulator_match of_nodesCharles Keepax2014-04-181-21/+26
* regulator: core: Add helper to put of_nodes from matchesCharles Keepax2014-04-141-0/+21
* regulator: core: Add of_node_get to of_regulator_matchCharles Keepax2014-04-141-2/+3
* regulator: core: add support for configuring turn-on time through constraintsLaxman Dewangan2013-09-181-0/+6
* regulator: core: Add support for disabling ramp delayYadwinder Singh Brar2013-07-151-3/+9
* regulator: of: Added a property to indicate bypass mode supportKishon Vijay Abraham I2013-06-201-0/+3
* regulator: clear state each invocation of of_regulator_matchStephen Warren2013-01-301-0/+6
* regulator: deprecate regulator-compatible DT propertyStephen Warren2012-09-251-13/+12
* regulator: dt: regulator match by regulator-compatibleLaxman Dewangan2012-07-031-18/+33
* regulator: Fix setting constraints->ramp_delay in of_get_regulation_constraintsAxel Lin2012-06-181-1/+1
* regulator: Add ramp_delay configuration to constraintsYadwinder Singh Brar2012-06-171-1/+5
* regulator: Add generic DT parsing for regulatorsThierry Reding2012-05-041-0/+47
* regulator: Set apply_uV only when min and max voltages are definedKarol Lewandowski2012-01-261-1/+1
* regulator: pass device_node to of_get_regulator_init_data()Shawn Guo2011-12-051-3/+4
* regulator: If a single voltage is set with device tree then set apply_uVMark Brown2011-12-051-0/+3
* regulator: export of_get_regulator_init_dataAxel Lin2011-11-271-0/+2
* regulator: helper routine to extract regulator_init_dataRajendra Nayak2011-11-231-0/+81