aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-30Merge remote-tracking branch 'regulator/topic/vctrl' into regulator-nextMark Brown3-0/+554
2017-04-30Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/pfuze100', 'regulator/topic/settle', 'regulator/topic/tps65132' and 'regulator/topic/twl6030' into regulator-nextMark Brown7-2/+325
2017-04-30Merge remote-tracking branches 'regulator/topic/helpers', 'regulator/topic/hi655x', 'regulator/topic/lm363x', 'regulator/topic/ltc3589' and 'regulator/topic/ltc3676' into regulator-nextMark Brown5-3/+76
2017-04-30Merge remote-tracking branches 'regulator/topic/anatop', 'regulator/topic/arizona', 'regulator/topic/bd9571mvw-m' and 'regulator/topic/const' into regulator-nextMark Brown12-139/+390
2017-04-30Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2-19/+16
2017-04-30Merge remote-tracking branches 'regulator/fix/isl9305', 'regulator/fix/rk808' and 'regulator/fix/tps65023' into regulator-linusMark Brown2-3/+2
2017-04-25regulator: Add ROHM BD9571MWV-M PMIC regulator driverMarek Vasut3-0/+190
2017-04-25regulator: arizona-ldo1: Factor out generic initializationRichard Fitzgerald1-48/+66
2017-04-25regulator: arizona-ldo1: Make arizona_ldo1 independent of struct arizonaRichard Fitzgerald1-4/+4
2017-04-25regulator: arizona-ldo1: Move pdata into a separate structureRichard Fitzgerald1-18/+21
2017-04-25regulator: arizona-micsupp: Factor out generic initializationRichard Fitzgerald1-36/+46
2017-04-25regulator: arizona-micsupp: Make arizona_micsupp independent of struct arizonaRichard Fitzgerald1-10/+17
2017-04-25regulator: arizona-micsupp: Move pdata into a separate structureRichard Fitzgerald1-10/+11
2017-04-25regulator: arizona: Split KConfig options for LDO1 and MICSUPP regulatorsRichard Fitzgerald2-4/+13
2017-04-25Merge tag 'v4.11-rc1' into regulator-arizonaMark Brown48-351/+882
2017-04-18regulator: tps65023: Fix inverted core enable logic.Richard Cochran1-2/+1
2017-04-14regulator: anatop: make sure regulator name is properly definedDong Aisheng1-2/+5
2017-04-14regulator: core: Allow dummy regulators for suppliesMark Brown1-8/+0
2017-04-14regulator: core: Only propagate voltage changes to if it can change voltagesMark Brown1-2/+4
2017-04-14regulator: vctrl: Fix out of bounds array access for vctrl->vtableAxel Lin1-4/+4
2017-04-14regulator: tps65132: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2017-04-13regulator: tps65132: Fix off-by-one for .max_register settingAxel Lin1-1/+1
2017-04-13regulator: anatop: set default voltage selector for pcieDong Aisheng1-0/+5
2017-04-12regulator: tps65132: add regulator driver for TI TPS65132Venkat Reddy Talla3-0/+294
2017-04-11regulator: anatop: remove unneeded name field of struct anatop_regulatorDong Aisheng1-4/+3
2017-04-11regulator: anatop: use of_property_read_string to read the nameDong Aisheng1-1/+2
2017-04-11regulator: anatop: check return value of of_get_regulator_init_dataDong Aisheng1-0/+3
2017-04-10regulator: Add driver for voltage controlled regulatorsMatthias Kaehlcke3-0/+554
2017-04-06regulator: helpers: Add regmap set_pull_down helperCharles Keepax1-0/+18
2017-04-06regulator: helpers: Add regmap set_soft_start helperCharles Keepax1-0/+18
2017-04-05regulator: Add settling time for non-linear voltage transitionLaxman Dewangan2-0/+6
2017-04-03regulator: hi655x: Describe consumed platform deviceJeremy Linton1-0/+7
2017-03-29regulator: arizona-ldo1: Avoid potential memory leak reading init_dataCharles Keepax1-4/+5
2017-03-29regulator: arizona-micsupp: Avoid potential memory leak reading init_dataCharles Keepax1-4/+5
2017-03-29regulator: core: Limit propagation of parent voltage count and listMatthias Kaehlcke1-2/+7
2017-03-29regulator: core: Fix kerneldoc commentsTamara Diaconita1-2/+0
2017-03-24regulator: core: Add new notification for enabling of regulatorHarald Geyer1-0/+2
2017-03-24regulator: rk808: Fix RK818 LDO2Wadim Egorov1-1/+1
2017-03-24regulator: twl6030: remove redundant range check min_uV > 1300000 && min_uV <= 1350000Colin Ian King1-2/+0
2017-03-17regulator: Mark supply_name const and duplicate it as suchStephen Boyd2-3/+3
2017-03-13regulator: s2mpa01: Fix inconsistent indentingKrzysztof Kozlowski1-5/+5
2017-03-13regulator: s5m8767: Constify regulator_opsKrzysztof Kozlowski1-2/+2
2017-03-13regulator: s2mps11: Constify regulator_opsKrzysztof Kozlowski1-8/+8
2017-03-13regulator: s2mpa01: Constify regulator_opsKrzysztof Kozlowski1-2/+2
2017-03-13regulator: max8660: Constify regulator_opsKrzysztof Kozlowski1-2/+2
2017-03-13regulator: max77693: Constify regulator_opsKrzysztof Kozlowski1-1/+1
2017-03-13regulator: max1586: Constify regulator_opsKrzysztof Kozlowski1-2/+2
2017-03-13regulator: pfuze100-regulator: add coin supportGeorge McCollister1-0/+24
2017-03-07regulator: lm363x: Use generic DT property name for external control pinsMilo Kim1-2/+2
2017-03-07regulator: core: use snprintf() instead of scnprintf()Bartosz Golaszewski1-2/+2