aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-21regulator: ltc3676: Add OF device ID tableJavier Martinez Canillas1-0/+7
2017-02-21regulator: ltc3589: Add OF device ID tableJavier Martinez Canillas1-1/+24
2017-02-20Merge tag 'regulator-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds44-203/+818
2017-02-19Merge remote-tracking branches 'regulator/topic/s2mpa01', 'regulator/topic/supplies' and 'regulator/topic/tps65217' into regulator-nextMark Brown3-3/+20
2017-02-19Merge remote-tracking branches 'regulator/topic/pv88080', 'regulator/topic/pv88090', 'regulator/topic/qcom-smd', 'regulator/topic/rc5t583' and 'regulator/topic/rn5t618' into regulator-nextMark Brown5-6/+108
2017-02-19Merge remote-tracking branches 'regulator/topic/pbias', 'regulator/topic/pcap', 'regulator/topic/pcf50633', 'regulator/topic/pfuze100' and 'regulator/topic/pv88060' into regulator-nextMark Brown5-9/+9
2017-02-19Merge remote-tracking branches 'regulator/topic/max77802', 'regulator/topic/max8907', 'regulator/topic/max8925', 'regulator/topic/max8952' and 'regulator/topic/palmas' into regulator-nextMark Brown5-25/+25
2017-02-19Merge remote-tracking branches 'regulator/topic/ltc3676', 'regulator/topic/max14577', 'regulator/topic/max77620', 'regulator/topic/max77686' and 'regulator/topic/max77693' into regulator-nextMark Brown5-12/+12