aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2015-03-23Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/palmas'...Gravatar Mark Brown 1-0/+4
2015-03-17regulator: palmas: Correct TPS659038 register definition for REGEN2Gravatar Keerthy 1-0/+4
2015-03-16Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix...Gravatar Mark Brown 2-17/+18
2015-03-16regulator: tps65910: Add missing #include <linux/of.h>Gravatar Geert Uytterhoeven 1-0/+1
2015-03-08regulator: core: Fix enable GPIO reference countingGravatar Doug Anderson 1-14/+12
2015-03-08regulator: Only enable disabled regulators on resumeGravatar Javier Martinez Canillas 1-3/+5
2015-03-06Merge remote-tracking branches 'regulator/fix/da9210' and 'regulator/fix/rk80...Gravatar Mark Brown 2-0/+17
2015-03-04regulator: Fix regression due to NULL constraints checkGravatar Takashi Iwai 1-7/+0
2015-02-21regulator: rk808: Set the enable time for LDOsGravatar Doug Anderson 1-0/+8
2015-02-18Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2015-02-17regulator: da9210: Mask all interrupt sources to deassert interrupt lineGravatar Geert Uytterhoeven 1-0/+9
2015-02-08Merge remote-tracking branches 'regulator/topic/rk808', 'regulator/topic/rpm'...Gravatar Mark Brown 4-11/+21
2015-02-08Merge remote-tracking branches 'regulator/topic/max8649', 'regulator/topic/mo...Gravatar Mark Brown 7-88/+505
2015-02-08Merge remote-tracking branches 'regulator/topic/isl9305', 'regulator/topic/lp...Gravatar Mark Brown 7-74/+324
2015-02-08Merge remote-tracking branches 'regulator/topic/axp20x', 'regulator/topic/da9...Gravatar Mark Brown 3-60/+53
2015-02-08Merge remote-tracking branch 'regulator/topic/dt-cb' into regulator-nextGravatar Mark Brown 3-5/+30
2015-02-08Merge remote-tracking branch 'regulator/topic/core' into regulator-nextGravatar Mark Brown 1-130/+111
2015-02-08Merge remote-tracking branch 'regulator/fix/qcom-rpm' into regulator-linusGravatar Mark Brown 1-1/+1
2015-02-05regulator: max77843: Add max77843 regulator driverGravatar Jaewon Kim 3-0/+236
2015-02-02regulator: Build sysfs entries with static attribute groupsGravatar Takashi Iwai 1-127/+108
2015-01-30regulator: qcom-rpm: Make it possible to specify supplyGravatar Bjorn Andersson 1-0/+1
2015-01-28regulator: core: Consolidate drms update handlingGravatar Bjorn Andersson 1-77/+35
2015-01-28regulator: qcom-rpm: signedness bug in probe()Gravatar Dan Carpenter 1-1/+1
2015-01-28regulator: da9211: Add gpio control for enable/disable of buckGravatar James Ban 1-0/+12
2015-01-26regulator: qcom_rpm: Don't update vreg->uV/mV if rpm_reg_write failsGravatar Axel Lin 1-4/+8
2015-01-26regulator: lp872x: Remove **regulators from struct lp872xGravatar Axel Lin 1-19/+5
2015-01-22regulator: qcom-rpm: Add missing state flag in call to RPMGravatar Bjorn Andersson 1-0/+1
2015-01-16Merge remote-tracking branch 'regulator/fix/s2mps11' into regulator-linusGravatar Mark Brown 1-4/+38
2015-01-16Merge remote-tracking branch 'regulator/fix/core' into regulator-linusGravatar Mark Brown 1-1/+3
2015-01-16regulator: da9211: fix unmatched of_nodeGravatar James Ban 1-2/+2
2015-01-14regulator: Update documentation after renaming function argumentGravatar Krzysztof Kozlowski 1-1/+1
2015-01-09Merge branch 'topic/core' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Gravatar Mark Brown 1-3/+3
2015-01-09regulator: axp20x: Migrate to regulator core's simplified DT parsing codeGravatar Chen-Yu Tsai 1-36/+8
2015-01-09regulator: axp20x: Fill regulators_node and of_match descriptor fieldsGravatar Chen-Yu Tsai 1-20/+29
2015-01-09regulator: pfuze100-regulator: add pfuze3000 supportGravatar Robin Gong 1-9/+125
2015-01-08regulator: Allow parsing custom properties when using simplified DT parsingGravatar Krzysztof Kozlowski 3-1/+14
2015-01-08regulator: max77686: Add GPIO controlGravatar Krzysztof Kozlowski 1-5/+65
2015-01-08regulator: Copy config passed during registrationGravatar Krzysztof Kozlowski 1-3/+15
2015-01-08regulator: s2mps11: Fix wrong calculation of register offsetGravatar Jonghwa Lee 1-4/+38
2015-01-08regulator: core: fix race condition in regulator_put()Gravatar Ashay Jaiswal 1-1/+3
2015-01-05regulator: tps65023: Constify struct regmap_config and regulator_opsGravatar Krzysztof Kozlowski 1-3/+3
2015-01-05regulator: max8649: Constify struct regmap_config and regulator_opsGravatar Krzysztof Kozlowski 1-2/+2
2015-01-05regulator: fan53555: Constify struct regmap_config and slew_rates arrayGravatar Krzysztof Kozlowski 1-2/+2
2014-12-29Merge tag 'regulator-v3.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+12
2014-12-29regulator: core: Fix format specifier warningGravatar Aniroop Mathur 1-1/+1
2014-12-29regulator: core: Avoid negative regulator no & initialize it to -1Gravatar Aniroop Mathur 1-3/+3
2014-12-24regulator: rt5033-regulator: Use regulator_nodes/of_match in the descriptorGravatar Beomho Seo 1-1/+7
2014-12-24regulator: mt6397: Add support for MT6397 regulatorGravatar Flora Fu 3-0/+342
2014-12-22regulator: isl9305: deprecate use of isl in compatible string for isilGravatar Arnaud Ebalard 1-2/+4
2014-12-22regulator: max14577: Use regulator_nodes/of_match in the descriptorGravatar Beomho Seo 1-48/+14