summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2014-05-26regulator: s2mpa01: Use correct register for buck1 ramp delayKrzysztof Kozlowski1-1/+0
2014-05-26regulator: core: Use map_voltage_linear_range by default for list_voltage_lin...Axel Lin1-0/+4
2014-05-23regulator: Constify the pointer to alias name arrayLee Jones2-6/+7
2014-05-22regulator: palmas: Reemove open coded functions with helper functionsKeerthy1-132/+26
2014-05-21regulator: bcm590xx: Add support for regulators on secondary I2C slaveMatt Porter1-10/+82
2014-05-20Merge tag 'extcon-next-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2-38/+246
2014-05-19regulator: AXP20x: fix wrong call to of_find_node_by_nameBoris BREZILLON1-1/+1
2014-05-17regulator: s2mpa01: Use rdev_get_id() to access id of regulatorKrzysztof Kozlowski1-2/+2
2014-05-17regulator: s2mps11: Fix accidental enable of buck6 ramp delayKrzysztof Kozlowski1-5/+10
2014-05-17regulator: s2mpa01: Fix accidental enable of buck4 ramp delayKrzysztof Kozlowski1-5/+9
2014-05-15mfd: vexpress: Convert custom func API to regmapPawel Moll1-38/+12
2014-05-14drivers/regulator/virtual: avoid world-writable sysfs files.Rusty Russell1-5/+5
2014-05-08regulator: arizona-micsupp: Add missing #includeCharles Keepax1-0/+1
2014-05-07regulator: max8952: Make of_device_id array constJingoo Han1-1/+1
2014-05-07regulator: vexpress: Make of_device_id array constJingoo Han1-1/+1
2014-05-07regulator: st-pwm: Make of_device_id array constJingoo Han1-1/+1
2014-05-07regulator: palmas: Make of_device_id array constJingoo Han1-1/+1
2014-05-07regulator: anatop: Make of_device_id array constJingoo Han1-1/+1
2014-05-02regulator: tps65090: Fix tps65090 crash on Tegra DalmoreDoug Anderson1-2/+5
2014-05-01regulator: s2mps11: Allow GPIO 0 to be used as external control on S2MPS14Krzysztof Kozlowski1-11/+11
2014-05-01regulator: s5m8767: Allow GPIO 0 to be used as external controlKrzysztof Kozlowski1-14/+6
2014-04-29regulator: tps65090: Make FETs more reliable by adding retriesDoug Anderson1-15/+140
2014-04-23regulator: max14577: Add support for MAX77836 regulatorsKrzysztof Kozlowski2-38/+246
2014-04-18regulator: arizona-ldo1: Add processing of init_data from device treeCharles Keepax1-2/+32
2014-04-18regulator: arizona-ldo1: Move setup processing from arizona-coreCharles Keepax1-0/+27
2014-04-18regulator: arizona-micsupp: Add processing of init_data from device treeCharles Keepax1-0/+37
2014-04-18regulator: core: Use devres for releasing of_regulator_match of_nodesCharles Keepax1-21/+26
2014-04-18regulator: tps65217: Use regulator_map_voltage_ascend for LDO1Axel Lin1-0/+1
2014-04-18regulator: tps65090: Allow setting the overcurrent wait timeDoug Anderson1-0/+56
2014-04-18regulator: tps65217: Remove *rdev[] from struct tps65217Axel Lin1-3/+0
2014-04-15regulator: pbias: Convert to use regulator_[enable|is_enabled]_regmapAxel Lin1-22/+3
2014-04-14regulator: pbias: Convert to use regmap helper functionsAxel Lin1-55/+19
2014-04-14regulator: pbias: Fix is_enabled callback implementationAxel Lin1-1/+1
2014-04-14regulator: s2mps11: Add external GPIO control for S2MPS14Krzysztof Kozlowski1-2/+65
2014-04-14regulator: s2mps11: Move DTS parsing code to separate functionKrzysztof Kozlowski1-12/+23
2014-04-14regulator: s5m8767: Remove regulator_dev pointer from state containerKrzysztof Kozlowski1-11/+6
2014-04-14regulator: core: Get and put regulator of_nodeCharles Keepax1-1/+2
2014-04-14regulator: core: Add helper to put of_nodes from matchesCharles Keepax1-0/+21
2014-04-14regulator: core: Add of_node_get to of_regulator_matchCharles Keepax1-2/+3
2014-04-14regulator: AXP20x: Add support for regulators subsystemCarlo Caione3-0/+293
2014-04-11Merge tag 'regulator-v3.15-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-14/+12
2014-04-10Merge remote-tracking branches 'regulator/fix/bcm590xx', 'regulator/fix/s2m' ...Mark Brown4-14/+12
2014-04-10regulator: bcm590xx: Set n_voltages for linear regTim Kryger1-0/+1
2014-04-09Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+265
2014-04-07regulator: s5m8767: Fix carried over ena_gpio assignmentKrzysztof Kozlowski1-0/+1
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-04-02regulator: s2mps11: Don't check enable_shift before setting enable ramp rateAxel Lin1-7/+5
2014-04-02regulator: s2mpa01: Don't check enable_shift before setting enable ramp rateAxel Lin1-7/+5
2014-03-26Merge remote-tracking branches 'regulator/topic/tps65218', 'regulator/topic/t...Mark Brown12-67/+320
2014-03-26Merge remote-tracking branches 'regulator/topic/s5m8767', 'regulator/topic/st...Mark Brown10-184/+400