aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/of_regulator.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-22regulator: of: setup initial suspend stateGravatar Keerthy 1-0/+3
2016-03-30regulator: of: Don't flag voltage change as possible for exact voltagesGravatar Mark Brown 1-2/+4
2016-03-27regulator: core: Ensure we are at least in bounds for our constraintsGravatar Mark Brown 1-1/+1
2016-03-22regulator: core: Always flag voltage constraints as appliableGravatar Mark Brown 1-4/+2
2016-03-13Merge remote-tracking branches 'regulator/topic/mt6397', 'regulator/topic/of'...Gravatar Mark Brown 1-8/+7
2016-03-12regulator: of: Use of_property_read_u32() for reading min/maxGravatar Laxman Dewangan 1-8/+7
2016-03-02regulator: core: Add support for active-discharge configurationGravatar Laxman Dewangan 1-0/+6
2015-09-17regulator: Introduce property to flag set-load supportGravatar Bjorn Andersson 1-0/+3
2015-07-24regulator: Add over current protection (OCP) supportGravatar Stephen Boyd 1-0/+3
2015-06-22Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pwm', '...Gravatar Mark Brown 1-1/+1
2015-06-22Merge remote-tracking branches 'regulator/topic/da9063', 'regulator/topic/doc...Gravatar Mark Brown 1-0/+12
2015-06-12regulator: Add input current limit supportGravatar Stephen Boyd 1-0/+4
2015-06-12regulator: Add soft start supportGravatar Stephen Boyd 1-0/+3
2015-06-12regulator: Add pull down supportGravatar Stephen Boyd 1-0/+2
2015-06-12regulator: Add system_load constraintGravatar Stephen Boyd 1-0/+3
2015-05-13regulator: of: Skip disabled regulator nodesGravatar Stephen Boyd 1-1/+1
2015-04-27regulator: Remove unneeded semicolonsGravatar Krzysztof Kozlowski 1-1/+1
2015-01-08regulator: Allow parsing custom properties when using simplified DT parsingGravatar Krzysztof Kozlowski 1-0/+11
2014-11-26Merge tag 'v3.18-rc4' into regulator-max77802Gravatar Mark Brown 1-1/+2
2014-11-26regulator: of: Add support for parsing initial and suspend modesGravatar Javier Martinez Canillas 1-2/+31
2014-11-26regulator: of: Pass the regulator description in the match tableGravatar Javier Martinez Canillas 1-1/+2
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Gravatar Javier Martinez Canillas 1-3/+6
2014-11-03regulator: of: Add support for parsing microvolts for suspend stateGravatar Doug Anderson 1-0/+4
2014-10-31regulator: Staticize 'regulator_states' arrayGravatar Krzysztof Kozlowski 1-1/+1
2014-10-29regulator: of: Lower the severity of the error with no containerGravatar Mark Brown 1-1/+2
2014-10-22regulator: of: Decrement refcount for suspend state nodesGravatar Javier Martinez Canillas 1-0/+1
2014-10-20regulator: of: Add support for parsing regulator_state for suspend stateGravatar Chanwoo Choi 1-1/+38
2014-09-10regulator: of: Provide simplified DT parsing methodGravatar Mark Brown 1-0/+51
2014-06-01regulator: use of_property_read_{bool|u32}()Gravatar Sergei Shtylyov 1-23/+14
2014-04-18regulator: core: Use devres for releasing of_regulator_match of_nodesGravatar Charles Keepax 1-21/+26
2014-04-14regulator: core: Add helper to put of_nodes from matchesGravatar Charles Keepax 1-0/+21
2014-04-14regulator: core: Add of_node_get to of_regulator_matchGravatar Charles Keepax 1-2/+3
2013-09-18regulator: core: add support for configuring turn-on time through constraintsGravatar Laxman Dewangan 1-0/+6
2013-07-15regulator: core: Add support for disabling ramp delayGravatar Yadwinder Singh Brar 1-3/+9
2013-06-20regulator: of: Added a property to indicate bypass mode supportGravatar Kishon Vijay Abraham I 1-0/+3
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