summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'regulator/topic/fixed', 'regulator/topic/id-c...Mark Brown2014-06-021-1/+2
|\ \
| | * regulator: core: Get and put regulator of_nodeCharles Keepax2014-04-141-1/+2
| |/
* | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2014-06-021-10/+12
|\ \
| * | regulator: Fix regulator_get_{optional,exclusive}() documentationStephen Boyd2014-05-281-7/+4
| * | regulator: core: Use map_voltage_linear_range by default for list_voltage_lin...Axel Lin2014-05-261-0/+4
| * | regulator: Constify the pointer to alias name arrayLee Jones2014-05-231-3/+4
| |/
* | regulator: core: Fix the init of DT defined fixed regulatorsAlban Bedel2014-06-011-7/+16
* | regulator: core: Disable unused regulators after deferred probing is doneSaravana Kannan2014-06-011-1/+1
* | regulator: Don't disable unused regulators we don't have permission forMark Brown2014-06-011-2/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2014-02-201-9/+15
| |\
| * | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
* | | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2014-03-261-0/+14
|\ \ \
| * | | regulator: core: Allow regulator_set_voltage for fixed regulatorsBjorn Andersson2014-02-071-0/+14
* | | | Merge tag 'regulator-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-03-041-28/+20
|\ \ \ \
| * | | | regulator: core: Replace direct ops->disable usageMarkus Pargmann2014-02-251-21/+13
| * | | | regulator: core: Replace direct ops->enable usageMarkus Pargmann2014-02-251-7/+7
* | | | | Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown2014-02-231-1/+1
|\| | | | | |_|_|/ |/| | |
| * | | regulator: core: Change dummy supplies error message to a warningShuah Khan2014-02-211-1/+1
| |/ /
* / / regulator: core: Correct default return value for full constraintsMark Brown2014-01-281-1/+8
|/ /
* | regulator: core: Fix checkpatch issueJingoo Han2014-01-081-7/+5
* | regulator: core: don't print an error when no regulator is foundHans de Goede2013-12-171-1/+2
|/
* Merge remote-tracking branch 'regulator/topic/constraints' into regulator-linusMark Brown2013-12-131-3/+8
|\
| * regulator: core: Check for DT every time we check full constraintsMark Brown2013-11-271-1/+1
| * regulator: core: Replace checks of have_full_constraints with a functionMark Brown2013-11-271-3/+8
* | regulator: fixed: fix regulator_list_voltage() for regressionGuennadi Liakhovetski2013-11-131-0/+3
|/
* Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown2013-10-241-34/+15
|\
| * regulator: core: Always warn when using a dummy regulatorMark Brown2013-10-041-7/+2
| * regulator: core: Always use return value when regulator_dev_lookup() failsMark Brown2013-09-241-1/+2
| * regulator: core: Fix default return value for _get()Mark Brown2013-09-201-1/+1
| * regulator: core: Remove unused regulator_use_dummy_regulator()Mark Brown2013-09-171-17/+0
| * regulator: core: Provide a dummy regulator with full constraintsMark Brown2013-09-171-17/+19
* | Merge remote-tracking branch 'regulator/topic/fixed' into regulator-nextMark Brown2013-10-241-1/+4
|\ \
| * | regulator: core: provide fixed voltage in desc for single voltage railLaxman Dewangan2013-09-101-1/+4
| |/
* | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2013-10-241-6/+70
|\ \
| * | regulator: core: Reduce busy-wait loopingThierry Reding2013-09-301-5/+33
| * | regulator: core: Fix return code for invalid parametersMark Brown2013-09-231-1/+1
| * | regulator: core: set current constraints while setting machine constraintsLaxman Dewangan2013-09-201-0/+34
| * | regulator: core: add support for configuring turn-on time through constraintsLaxman Dewangan2013-09-181-0/+2
| |/
* | regulator: core: Add ability to create a lookup alias for supplyCharles Keepax2013-10-181-0/+170
* | regulator: core: Split devres code out into a separate fileMark Brown2013-09-171-251/+1
* | regulator: core: Refactor devm_regulator_get* APIsAxel Lin2013-09-171-65/+62
* | regulator: core: Fix a trivial typoSachin Kamat2013-09-171-1/+1
* | regulator: core: Provide managed regulator registrationMark Brown2013-09-171-0/+66
|/
* Merge remote-tracking branch 'regulator/topic/ramp' into regulator-nextMark Brown2013-09-011-3/+4
|\
| * regulator: core: Remove redundant checksYadwinder Singh Brar2013-07-151-3/+2
| * regulator: core: Add support for disabling ramp delayYadwinder Singh Brar2013-07-151-2/+4
* | Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown2013-09-011-0/+89
|\ \
| * | regulator: Add devm_regulator_get_exclusive()Matthias Kaehlcke2013-08-291-0/+30
| * | regulator: core: Provide hints to the core about optional suppliesMark Brown2013-07-311-0/+59
| |/