summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\
| * treewide: Fix typo in printkMasanari Iida2013-10-141-1/+1
* | Merge remote-tracking branch 'regulator/topic/tps65910' into regulator-nextMark Brown2013-10-241-5/+5
|\ \
| * | regulator: tps65910: Fix checkpatch issueJingoo Han2013-10-151-4/+4
| * | regulator: tps65910: get regulators node from parent node onlyLaxman Dewangan2013-10-091-1/+1
* | | Merge remote-tracking branch 'regulator/topic/tps6586x' into regulator-nextMark Brown2013-10-241-1/+1
|\ \ \
| * | | regulator: tps6586x: get regulators node from parent node onlyLaxman Dewangan2013-10-091-1/+1
| |/ /
* | | Merge remote-tracking branch 'regulator/topic/tps65090' into regulator-nextMark Brown2013-10-241-1/+1
|\ \ \
| * | | regulator: tps65090: get regulators node from parent node onlyLaxman Dewangan2013-10-091-1/+1
| |/ /
* | | Merge remote-tracking branch 'regulator/topic/tps65023' into regulator-nextMark Brown2013-10-241-1/+2
|\ \ \
| * | | regulator: tps65023: Fix checkpatch issueJingoo Han2013-10-151-1/+2
| |/ /
* | | Merge remote-tracking branch 'regulator/topic/tps6105x' into regulator-nextMark Brown2013-10-241-1/+1
|\ \ \
| * | | regulator: tps6105x: Fix checkpatch issueJingoo Han2013-10-151-1/+1
| |/ /
* | | Merge remote-tracking branch 'regulator/topic/ti-abb' into regulator-nextMark Brown2013-10-241-0/+5
|\ \ \
| * | | regulator: ti-abb: skip optional parameter for ldo-addressNishanth Menon2013-09-271-0/+5
| | |/ | |/|
* | | Merge remote-tracking branch 'regulator/topic/stw481x' into regulator-nextMark Brown2013-10-243-0/+120
|\ \ \
| * | | regulator: stw481x-vmmc: Set missing .of_match_table to stw481x_vmmc_matchAxel Lin2013-10-031-0/+1
| * | | regulator: add STw481x VMMC driverLinus Walleij2013-09-173-0/+119
| |/ /
* | | Merge remote-tracking branch 'regulator/topic/s5m8767' into regulator-nextMark Brown2013-10-241-22/+40
|\ \ \
| * | | regulator: s5m8767: Modify parsing method of the voltage table of buck2/3/4Chanwoo Choi2013-10-241-26/+28
| * | | regulator: s5m8767: Modify parse_dt function to parse data related to rampChanwoo Choi2013-10-241-0/+16
| | |/ | |/|
* | | Merge remote-tracking branch 'regulator/topic/palmas' into regulator-nextMark Brown2013-10-241-7/+159
|\ \ \
| * | | regulator: palmas: get regulators node from parent node onlyLaxman Dewangan2013-10-071-1/+1
| * | | Merge remote-tracking branch 'regulator/topic/devm' into regulator-palmasMark Brown2013-09-1748-1099/+508Star
| |\ \ \
| * | | | regulator: palmas: configure enable time for LDOsLaxman Dewangan2013-09-171-0/+6
| * | | | regulator: palmas: add support for external control of railsLaxman Dewangan2013-09-171-6/+158
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown2013-10-242-44/+15Star
|\ \ \ \
| * | | | regulator: core: Always warn when using a dummy regulatorMark Brown2013-10-041-7/+2Star
| * | | | 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/+0Star
| * | | | regulator: core: Provide a dummy regulator with full constraintsMark Brown2013-09-172-27/+19Star
| |/ / /
* | | | Merge remote-tracking branch 'regulator/topic/mc13783' into regulator-nextMark Brown2013-10-241-14/+14
|\ \ \ \
| * | | | regulator: mc13783: Fix checkpatch issueJingoo Han2013-10-151-14/+14
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'regulator/topic/max8997' into regulator-nextMark Brown2013-10-241-2/+3
|\ \ \ \
| * | | | regulator: max8997: Fix checkpatch issueJingoo Han2013-10-151-2/+3
| |/ / /
* | | | Merge remote-tracking branch 'regulator/topic/lp3971' into regulator-nextMark Brown2013-10-241-2/+2
|\ \ \ \
| * | | | regulator: lp3971: Fix checkpatch issueJingoo Han2013-10-151-2/+2
| |/ / /
* | | | Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextMark Brown2013-10-2410-79/+42Star
|\ \ \ \
| * | | | regulator: Add REGULATOR_LINEAR_RANGE macroAxel Lin2013-10-119-51/+37Star
| * | | | regulator: Remove max_uV from struct regulator_linear_rangeAxel Lin2013-10-1110-66/+43Star
| * | | | Merge remote-tracking branch 'regulator/topic/as3722' into regulator-linearMark Brown2013-10-113-0/+926
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'regulator/topic/gpio' into regulator-nextMark Brown2013-10-241-1/+0Star
|\ \ \ \ \
| * | | | | regulator: gpio: Remove redundant breakSachin Kamat2013-10-041-1/+0Star
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'regulator/topic/fixed' into regulator-nextMark Brown2013-10-242-33/+10Star
|\ \ \ \ \
| * | | | | regulator: fixed: Fix checkpatch issueJingoo Han2013-10-151-6/+4Star
| * | | | | regulator: fixed: get rid of {get|list}_voltage()Laxman Dewangan2013-09-101-26/+2Star
| * | | | | regulator: core: provide fixed voltage in desc for single voltage railLaxman Dewangan2013-09-101-1/+4
* | | | | | Merge remote-tracking branch 'regulator/topic/devm' into regulator-nextMark Brown2013-10-2414-189/+29Star
|\ \ \ \ \ \
| * | | | | | regulator: tps6524x: use devm_regulator_register()Jingoo Han2013-09-301-26/+5Star