summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2015-07-04regulator: core: fix constraints output bufferStefan Wahren1-1/+1
2015-04-17regulator: palmas: Correct TPS659038 register definition for REGEN2Keerthy1-0/+4
2015-03-28regulator: core: Fix enable GPIO reference countingDoug Anderson1-14/+12
2015-03-28regulator: Only enable disabled regulators on resumeJavier Martinez Canillas1-3/+5
2015-03-28regulator: rk808: Set the enable time for LDOsDoug Anderson1-0/+8
2015-02-06regulator: core: fix race condition in regulator_put()Ashay Jaiswal1-1/+3
2015-01-16regulator: s2mps11: Fix dw_mmc failure on Gear 2Krzysztof Kozlowski1-7/+12
2015-01-08regulator: anatop: Set default voltage selector for vddpuMarkus Pargmann1-0/+8
2014-11-05Merge remote-tracking branches 'regulator/fix/max1586', 'regulator/fix/max776...Mark Brown6-6/+6
2014-11-05Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown1-1/+2
2014-11-03regulator: s2mpa01: zero-initialize regulator match table arrayJavier Martinez Canillas1-1/+1
2014-11-03regulator: max8660: zero-initialize regulator match table arrayJavier Martinez Canillas1-1/+1
2014-11-03regulator: max77802: zero-initialize regulator match tableJavier Martinez Canillas1-1/+1
2014-11-03regulator: max77686: zero-initialize regulator match tableJavier Martinez Canillas1-1/+1
2014-11-03regulator: max1586: zero-initialize regulator match table arrayJavier Martinez Canillas1-1/+1
2014-11-03regulator: max77693: Fix use of uninitialized regulator configKrzysztof Kozlowski1-1/+1
2014-10-29regulator: of: Lower the severity of the error with no containerMark Brown1-1/+2
2014-10-27Merge remote-tracking branch 'regulator/fix/rk808' into regulator-linusMark Brown1-1/+1
2014-10-15Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6Linus Torvalds1-76/+4
2014-10-07regulator: rk808: Fix min_uV for DCDC1 & DCDC2Chris Zhong1-1/+1
2014-09-30Merge remote-tracking branches 'regulator/topic/tps65217', 'regulator/topic/t...Mark Brown3-101/+89
2014-09-30Merge remote-tracking branches 'regulator/topic/rk808', 'regulator/topic/rn5t...Mark Brown6-282/+673
2014-09-30Merge remote-tracking branches 'regulator/topic/max1586', 'regulator/topic/ma...Mark Brown5-2/+685
2014-09-30Merge remote-tracking branches 'regulator/topic/drivers', 'regulator/topic/en...Mark Brown13-277/+2342
2014-09-30Merge remote-tracking branches 'regulator/topic/as3711', 'regulator/topic/axp...Mark Brown6-69/+190
2014-09-30Merge remote-tracking branches 'regulator/fix/da9211', 'regulator/fix/ltc3589...Mark Brown3-4/+2
2014-09-30regulator: da9211: Fix a bug in update of mask bitJames Ban1-1/+1
2014-09-28Merge remote-tracking branch 'regulator/topic/sky81452' into regulator-driversMark Brown3-0/+142
2014-09-28Merge remote-tracking branch 'regulator/topic/pwm' into regulator-driversMark Brown4-197/+205
2014-09-28regulator: pwm-regulator: get voltage and duty table from dtsChris Zhong4-197/+205
2014-09-26regulator: qcom_rpm: Fix FORCE_MODE_IS_2_BITS macroAxel Lin1-1/+1
2014-09-26regulator: qcom_rpm: Don't explicitly initialise the first field of configAxel Lin1-1/+1
2014-09-26regulator: ltc3589: fix broken voltage transitionsSteffen Trumtrar1-0/+1
2014-09-24regulator/mfd: max14577: Export symbols for calculating charger currentKrzysztof Kozlowski1-76/+4
2014-09-24regulator: qcom-rpm: Regulator driver for the Qualcomm RPMBjorn Andersson3-0/+811
2014-09-23regulator: axp20x: Use parent device as regulator configuration deviceMaxime Ripard1-1/+1
2014-09-18regulator: fan53555: Fix null pointer dereferenceAxel Lin1-1/+1
2014-09-18regulator: fan53555: Fixup report wrong vendor messageAxel Lin1-2/+1
2014-09-17regulator: fan53555: fix wrong cast in probeHeiko Stübner1-1/+1
2014-09-17regulator: fan53555: add support for Silergy SYR82x regulatorsHeiko Stuebner1-15/+87
2014-09-17regulator: fan53555: add devicetree supportHeiko Stuebner1-4/+46
2014-09-16regulator: rk808: Add function for ramp delay for buck1/buck2Doug Anderson1-2/+55
2014-09-16regulator: fan53555: use set_ramp_delay to set the ramp up slew rateHeiko Stuebner1-11/+42
2014-09-16regulator: fan53555: enable vin supplyHeiko Stuebner1-0/+1
2014-09-12regulator: rk808: Fix missing of_node_putAxel Lin1-1/+2
2014-09-12regulator: rk808: Remove unused variablesAxel Lin1-26/+0
2014-09-10regulator: of: Add stub OF match function for !OF caseMark Brown1-0/+10
2014-09-10regulator: isl9305: REGULATOR_ISL9305 needs to select REGMAP_I2CAxel Lin1-0/+1
2014-09-10regulator: isl9305: Convert to new style DT parsingMark Brown1-51/+11
2014-09-10Merge branch 'topic/of' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown3-3/+62