aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-20regulator: core: set current constraints while setting machine constraintsLaxman Dewangan1-0/+34
2013-09-18regulator: core: add support for configuring turn-on time through constraintsLaxman Dewangan1-0/+2
2013-09-17regulator: core: Remove unused regulator_use_dummy_regulator()Mark Brown1-17/+0
2013-09-17regulator: core: Provide a dummy regulator with full constraintsMark Brown1-17/+19
2013-09-17regulator: core: Split devres code out into a separate fileMark Brown1-251/+1
2013-09-17regulator: core: Refactor devm_regulator_get* APIsAxel Lin1-65/+62
2013-09-17regulator: core: Fix a trivial typoSachin Kamat1-1/+1
2013-09-17regulator: core: Provide managed regulator registrationMark Brown1-0/+66
2013-09-10regulator: core: provide fixed voltage in desc for single voltage railLaxman Dewangan1-1/+4
2013-09-01Merge remote-tracking branch 'regulator/topic/ramp' into regulator-nextMark Brown1-3/+4
2013-09-01Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown1-0/+89
2013-09-01Merge remote-tracking branch 'regulator/topic/helpers' into regulator-nextMark Brown1-427/+0
2013-09-01Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-18/+26
2013-08-29regulator: Add devm_regulator_get_exclusive()Matthias Kaehlcke1-0/+30
2013-08-18regulator: core: Use bool for exclusivitity flagMark Brown1-3/+3
2013-08-09regulator: core: Move list_voltage_{linear,linear_range,table} to helpers.cAxel Lin1-86/+0
2013-08-07regulator: core: Move helpers for drivers out into a separate fileMark Brown1-341/+0
2013-08-07Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-helpersMark Brown1-0/+95
2013-07-31regulator: core: Provide hints to the core about optional suppliesMark Brown1-0/+59
2013-07-25regulator: core: convert class code to use dev_groupsGreg Kroah-Hartman1-12/+16
2013-07-18regulator: core: Ensure selector is mappedMark Brown1-0/+2
2013-07-18regulator: core: Allow fixed voltage range in multiple linear rangesAxel Lin1-3/+9
2013-07-18regulator: core: Use the power efficient workqueue for delayed powerdownMark Brown1-2/+3
2013-07-15regulator: core: Remove redundant checksYadwinder Singh Brar1-3/+2
2013-07-15regulator: core: Add support for disabling ramp delayYadwinder Singh Brar1-2/+4
2013-07-15regulator: core: Add helpers for multiple linear rangesMark Brown1-0/+87
2013-07-15regulator: core: Drop references on supply regulator when unregisteringMark Brown1-1/+4
2013-07-01Merge remote-tracking branch 'regulator/topic/linar' into regulator-nextMark Brown1-0/+15
2013-06-07regulator: core: add regulator_get_linear_step()Paul Walmsley1-0/+15
2013-05-30Merge remote-tracking branch 'regulator/fix/doc' into regulator-linusMark Brown1-1/+4
2013-05-21regulator: core: Correct spelling mistake in commentCharles Keepax1-1/+1
2013-05-02regulator: Fix kernel-doc generation warnings.Robert P. J. Day1-1/+4
2013-04-28Merge remote-tracking branch 'regulator/topic/gpio' into v3.9-rc8Mark Brown1-19/+123
2013-04-28Merge remote-tracking branch 'regulator/topic/enable-invert' into v3.9-rc8Mark Brown1-4/+20
2013-04-28Merge remote-tracking branch 'regulator/topic/core' into v3.9-rc8Mark Brown1-3/+20
2013-04-18regulator: core: Add regulator_map_voltage_ascend() APIAxel Lin1-0/+31
2013-04-17regulator: core: return err value for regulator_get if there is no DT bindingNishanth Menon1-1/+10
2013-04-05regulator: core: don't require a supply when supply_name is specifiedAndrew Bresticker1-1/+9
2013-03-25regulator: Fix typo in of_get_regulator function commentsMaxime Ripard1-1/+1
2013-03-05regulator: core: Add enable_is_inverted flag to indicate set enable_mask bits to disableAxel Lin1-4/+20
2013-03-05Merge remote-tracking branch 'regulator/fix/doc' into tmpMark Brown1-1/+1
2013-03-04regulator: core: use regulator_ena_pin memberKim, Milo1-3/+3
2013-03-04regulator: core: manage enable GPIO listKim, Milo1-6/+44
2013-03-04regulator: core: support shared enable GPIO conceptKim, Milo1-10/+76
2013-03-01regulator: fixed regulator_bulk_enable unwinding codeAndrzej Hajda1-3/+7
2013-03-01regulator: core: fix documentation error in regulator_allow_bypassNishanth Menon1-1/+1
2013-02-19Merge remote-tracking branch 'regulator/topic/gpio' into regulator-nextMark Brown1-1/+1
2013-02-19Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-7/+22
2013-02-19Merge remote-tracking branch 'regulator/topic/apply' into regulator-nextMark Brown1-1/+11
2013-02-14regulator: Fix memory garbage dev_err printout.Russ Dill1-2/+2