summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2017-11-26regulator: da9063: Return an error code on probe failureDan Carpenter1-1/+1
2017-08-26regulator: tps65023: Fix inverted core enable logic.Richard Cochran1-2/+1
2017-07-02regulator: core: Fix regualtor_ena_gpio_free not to access pin after freeingSeung-Woo Kim1-0/+2
2017-03-16regulator: stw481x-vmmc: fix ages old enable errorLinus Walleij1-1/+2
2017-02-23regulator: tps65910: Work around silicon erratum SWCZ010Jan Remmet1-0/+6
2016-06-15regulator: s2mps11: Fix invalid selector mask and voltages for buck9Krzysztof Kozlowski1-2/+2
2016-05-01regulator: s5m8767: fix get_register() error handlingArnd Bergmann1-4/+9
2015-09-28regulator: pbias: Fix broken pbias disable functionalityKishon Vijay Abraham I1-0/+5
2015-07-15regulator: core: fix constraints output bufferStefan Wahren1-1/+1
2015-03-30regulator: core: Fix enable GPIO reference countingDoug Anderson1-14/+12
2015-03-30regulator: Only enable disabled regulators on resumeJavier Martinez Canillas1-3/+5
2015-02-04regulator: core: fix race condition in regulator_put()Ashay Jaiswal1-1/+3
2015-01-05regulator: anatop: Set default voltage selector for vddpuMarkus Pargmann1-0/+8
2014-11-14regulator: max77693: Fix use of uninitialized regulator configKrzysztof Kozlowski1-1/+1
2014-10-30regulator: ltc3589: fix broken voltage transitionsSteffen Trumtrar1-0/+1
2014-09-17regulator: tps65218: fix DCDC4 linear voltage rangeFelipe Balbi1-1/+1
2014-09-17regulator: arizona-ldo1: remove bypass functionalityNikesh Oswal1-2/+0
2014-06-28Merge remote-tracking branches 'regulator/fix/bcm590xx', 'regulator/fix/palma...Mark Brown3-1/+19
2014-06-24regulator: tps65218: Correct the the config register for LDO1Keerthy1-1/+1
2014-06-24regulator: tps65218: Add the missing of_node assignment in probeKeerthy1-0/+1
2014-06-24regulator: palmas: fix typo in enable_reg calculationStephen Warren1-1/+1
2014-06-22regulator: bcm590xx: fix vbus nameGraham Williams1-0/+5
2014-06-21regulator: palmas: Fix SMPS enable/disable/is_enabledNishanth Menon1-0/+12
2014-06-16Merge remote-tracking branches 'regulator/fix/as3722', 'regulator/fix/ltc3589...Mark Brown3-1/+5
2014-06-16regulator: ltc3589: Use of_get_child_by_nameAxel Lin1-1/+1
2014-06-12Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+5
2014-06-05regulator: palmas: Fix SMPS list for 0VNishanth Menon1-0/+2
2014-06-03Merge tag 'regulator-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-338/+1553
2014-06-03regulator: as3722: Make 0 a valid selectorThierry Reding1-0/+2
2014-06-03Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-38/+246
2014-06-02Merge remote-tracking branch 'regulator/topic/tps6586x' into regulator-nextMark Brown1-10/+58
2014-06-02Merge remote-tracking branches 'regulator/topic/s5m8767', 'regulator/topic/st...Mark Brown4-70/+222
2014-06-02Merge remote-tracking branches 'regulator/topic/palmas', 'regulator/topic/pbi...Mark Brown5-181/+145
2014-06-02Merge remote-tracking branches 'regulator/topic/fixed', 'regulator/topic/id-c...Mark Brown12-43/+618
2014-06-02Merge remote-tracking branches 'regulator/topic/arizona', 'regulator/topic/ax...Mark Brown6-10/+472
2014-06-02Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2-13/+15
2014-06-02Merge remote-tracking branch 'regulator/topic/constraints' into regulator-nextMark Brown1-10/+23
2014-06-02Merge remote-tracking branch 'regulator/fix/s2mpa01' into regulator-linusMark Brown1-1/+0
2014-06-02regulator: pbias: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-06-02regulator: max8649: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-06-01regulator: core: Fix the init of DT defined fixed regulatorsAlban Bedel1-7/+16
2014-06-01regulator: core: Disable unused regulators after deferred probing is doneSaravana Kannan1-1/+1
2014-06-01regulator: Don't disable unused regulators we don't have permission forMark Brown1-2/+6
2014-06-01regulator: axp20x: Use regulator_map_voltage_ascend for LDO4Axel Lin1-0/+1
2014-06-01regulator: use of_property_read_{bool|u32}()Sergei Shtylyov1-23/+14
2014-05-29regulator: Fix regulator_get_{optional,exclusive}() documentationStephen Boyd1-7/+4
2014-05-27regulator: arizona-ldo1: add missing #includeArnd Bergmann1-0/+1
2014-05-27regulator: pfuze100: Support enable/disable for fixed regulatorAxel Lin1-0/+3
2014-05-27regulator: ltc3589: Remove ltc3589_list_voltage_fixed functionAxel Lin1-13/+2
2014-05-27regulator: ltc3589: Fix module dependencyAxel Lin1-1/+3