summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2016-02-29regulator: act8865: Remove "static" from local variableMaarten ter Huurne1-1/+1
2016-02-26regulator: max77620: Remove duplicate module aliasAxel Lin1-1/+0
2016-02-26regulator: max77620: Eliminate duplicate codeAxel Lin1-13/+7
2016-02-26regulator: max77620: Remove unused fieldsAxel Lin1-14/+0
2016-02-25regulator: core: fix crash in error path of regulator_registerKrzysztof Adamski1-4/+4
2016-02-25Merge branch 'fix/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown1-17/+12
2016-02-22regulator: core: Request GPIO before creating sysfs entriesKrzysztof Adamski1-10/+10
2016-02-20regulator: gpio: don't print error on EPROBE_DEFERRabin Vincent1-2/+4
2016-02-19regulator: s2mps11: Use local variable for number of regulatorsKrzysztof Kozlowski1-15/+19
2016-02-19regulator: ad5398: Fix return value of ad5398_write_regAxel Lin1-2/+4
2016-02-19regulator: max77620: add regulator driver for max77620/max20024Laxman Dewangan3-0/+835
2016-02-18regulator: s2mps11: Simplify expression used in BUILD_BUG_ONKrzysztof Kozlowski1-4/+5
2016-02-16regulator: s5m8767: fix get_register() error handlingArnd Bergmann1-4/+9
2016-02-16regulator: vexpress: rename vexpress regulator implementationSudeep Holla2-1/+1
2016-02-15regulator: axp20x: Use of_match name as default regulator nameChen-Yu Tsai1-5/+5
2016-02-15regulator: hi655x: enable regulator for hi655x PMICChen Feng3-0/+236
2016-02-13regulator: ltc3589: Make IRQ optionalBernhard Walle1-6/+9
2016-02-12regulator: Rename files for max77686 and max77802 driversJavier Martinez Canillas3-2/+2
2016-02-12regulator: axp20x: Support new AXP223 PMICChen-Yu Tsai1-0/+3
2016-02-11regulator: tps65912: Add regulator driver for the TPS65912 PMICAndrew F. Davis3-0/+175
2016-02-11mfd: tps65912: Remove old driver in preparation for new driverAndrew F. Davis3-548/+0
2016-02-05regulator: lp872x: Add enable GPIO pin supportPaul Kocialkowski1-0/+34
2016-02-05regulator: lp872x: Remove warning about invalid DVS GPIOPaul Kocialkowski1-3/+1
2016-02-05regulator: act8945a: add regulator driver for ACT8945AWenyou Yang3-0/+175
2016-02-03regulator: axp20x: Use linear voltage ranges for AXP20X LDO4Chen-Yu Tsai1-15/+17
2016-02-03regulator: axp20x: Remove voltage readout support for switch regulatorsChen-Yu Tsai1-11/+3
2016-01-27regulator: mt6397: Add OF match tableJavier Martinez Canillas1-0/+7
2016-01-27regulator: mt6397: Add platform device ID tableJavier Martinez Canillas1-1/+7
2016-01-27regulator: core: Rely on regulator_dev_release to free constraintsCharles Keepax1-17/+12
2016-01-15Merge tag 'regulator-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds32-226/+2059
2016-01-15regulator: da9210: fix lockdep warningWolfram Sang1-0/+5
2016-01-15regulator: fan53555: fill set_suspend_enable/disable callbackzhangqing1-0/+18
2016-01-12Merge remote-tracking branch 'regulator/topic/wm831x' into regulator-nextMark Brown2-41/+17
2016-01-12Merge remote-tracking branches 'regulator/topic/pv88090', 'regulator/topic/qc...Mark Brown8-113/+1102
2016-01-12Merge remote-tracking branches 'regulator/topic/lp8788', 'regulator/topic/mt6...Mark Brown10-17/+575
2016-01-12Merge remote-tracking branches 'regulator/topic/const', 'regulator/topic/lm36...Mark Brown18-34/+356
2016-01-12Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-9/+4
2016-01-12Merge remote-tracking branches 'regulator/fix/axp20x' and 'regulator/fix/mt63...Mark Brown2-2/+3
2016-01-07regulator: core: remove some dead codeDan Carpenter1-8/+3
2016-01-05regulator: core: use dev_to_rdevGeliang Tang1-1/+1
2015-12-23regulator: lp872x: Get rid of duplicate reference to DVS GPIOPaul Kocialkowski1-2/+0
2015-12-23regulator: lp872x: Add missing of_match in regulators descriptionsPaul Kocialkowski1-0/+15
2015-12-23regulator: axp20x: Fix GPIO LDO enable value for AXP22xChen-Yu Tsai1-2/+2
2015-12-23regulator: lp8788: constify regulator_ops structuresJulia Lawall2-4/+4
2015-12-23regulator: wm8*: constify regulator_ops structuresJulia Lawall6-16/+16
2015-12-23regulator: da9*: constify regulator_ops structuresJulia Lawall7-15/+15
2015-12-18regulator: mt6311: Use REGCACHE_RBTREEDaniel Kurtz1-0/+1
2015-12-16regulator: tps65917/palmas: Add bypass ops for LDOs with bypass capabilityKeerthy1-0/+39
2015-12-16regulator: qcom-smd: Add support for PMA8084Andy Gross1-0/+95
2015-12-16regulator: qcom-smd: Add PM8916 supportAndy Gross1-0/+64