aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-10regulator: stpmic1: Return REGULATOR_MODE_INVALID for invalid modeAxel Lin1-1/+1
2018-10-08regulator: stpmic1: add stpmic1 regulator driverpascal paillet3-0/+687
2018-10-08dt-bindings: regulator: document stpmic1 pmic regulatorspascal paillet1-0/+68
2018-10-04regulator: axp20x: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2018-10-02regulator: fixed: Default enable high on DT regulatorsLinus Walleij1-3/+8
2018-09-28Merge tag 'bd71847-support' into regulator-4.20Mark Brown14-924/+1694
2018-09-28regulator: bd718xx: rename bd71837 to 718xxMatti Vaittinen3-2/+2
2018-09-28regulator: bd718XX use pickable rangesMatti Vaittinen2-42/+143
2018-09-28regulator/mfd: bd718xx: rename bd71837/bd71847 common instancesMatti Vaittinen3-94/+94
2018-09-28regulator: Support regulators where voltage ranges are selectableMatti Vaittinen3-1/+256
2018-09-28mfd: dt bindings: add BD71847 device-tree binding documentationMatti Vaittinen1-8/+9
2018-09-28regulator: dt bindings: add BD71847 device-tree binding documentationMatti Vaittinen1-3/+9
2018-09-28regulator/mfd: Support ROHM BD71847 power management ICMatti Vaittinen3-517/+879
2018-09-28Merge tag 'regulator-v4.19-rc5' into regulator-bd718xxMark Brown6-17/+63
2018-09-20regulator: da905{2,5}: Remove unnecessary array checkNathan Chancellor2-2/+2
2018-09-20regulator: qcom: Add PMS405 regulatorsBjorn Andersson2-0/+100
2018-09-20regulator: fix crash caused by null driver dataYu Zhao1-1/+1
2018-09-19regulator: bd718x7: add missing linux/of.h inclusionMatti Vaittinen1-0/+1
2018-09-17regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij21-63/+188
2018-09-04regulator: fix kernel-doc for regulator_suspend()Randy Dunlap1-1/+1
2018-09-03regulator: Fix useless O^2 complexity in suspend/resumeMarek Szyprowski1-28/+11
2018-09-03regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski3-6/+4
2018-08-31regulator: da9063: fix DT probing with constraintsPhilipp Zabel1-7/+9
2018-08-29regulator: bd71837: Disable voltage monitoring for LDO3/4Matti Vaittinen2-3/+49
2018-08-28regulator: qcom-rpmh: Add stylistic breaks in the default casesDouglas Anderson1-0/+3
2018-08-28regulator: core: Add locking to debugfs regulator_summaryDouglas Anderson1-20/+31
2018-08-28regulator: core: Add consumer-requested load in regulator_summaryDouglas Anderson1-1/+2
2018-08-28regulator: core: Add the opmode to regulator_summaryDouglas Anderson1-11/+17
2018-08-28regulator: regmap helpers - support overlapping linear rangesMatti Vaittinen1-6/+7
2018-08-28regulator: bd71837: Remove duplicate assignment for n_voltages of LDO2Axel Lin1-2/+1
2018-08-28regulator: isl9305: Add missing .owner field in regulator_descAxel Lin1-0/+4
2018-08-28regulator: Convert to using %pOFn instead of device_node.nameRob Herring5-38/+38
2018-08-26Linux 4.19-rc1Linus Torvalds1-2/+2
2018-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+15
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds28-679/+485
2018-08-26Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds93-1628/+3259
2018-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-10/+19
2018-08-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-17/+26
2018-08-26Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds17-135/+481
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds19-90/+270
2018-08-25Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds20-30/+257
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds52-209/+188
2018-08-25Merge tag 'for-linus-20180825' of git://git.kernel.dk/linux-blockLinus Torvalds3-22/+38
2018-08-25Merge tag 'upstream-4.19-rc1-fix' of git://git.infradead.org/linux-ubifsLinus Torvalds1-0/+0
2018-08-25Merge tag '4.19-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-5/+30
2018-08-25mm/cow: don't bother write protecting already write-protected pagesLinus Torvalds1-1/+1
2018-08-25hpfs: remove unnecessary checks on the value of r when assigning error codeColin Ian King1-1/+1
2018-08-25libata: maintainership updateJens Axboe1-3/+3