aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)Author
2017-04-30Merge remote-tracking branch 'regulator/topic/vctrl' into regulator-nextMark Brown
2017-04-30Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/p...Mark Brown
2017-04-30Merge remote-tracking branches 'regulator/topic/helpers', 'regulator/topic/hi...Mark Brown
2017-04-30Merge remote-tracking branches 'regulator/topic/anatop', 'regulator/topic/ari...Mark Brown
2017-04-30Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown
2017-04-30Merge remote-tracking branches 'regulator/fix/isl9305', 'regulator/fix/rk808'...Mark Brown
2017-04-25regulator: Add ROHM BD9571MWV-M PMIC regulator driverMarek Vasut
2017-04-25regulator: arizona-ldo1: Factor out generic initializationRichard Fitzgerald
2017-04-25regulator: arizona-ldo1: Make arizona_ldo1 independent of struct arizonaRichard Fitzgerald
2017-04-25regulator: arizona-ldo1: Move pdata into a separate structureRichard Fitzgerald
2017-04-25regulator: arizona-micsupp: Factor out generic initializationRichard Fitzgerald
2017-04-25regulator: arizona-micsupp: Make arizona_micsupp independent of struct arizonaRichard Fitzgerald
2017-04-25regulator: arizona-micsupp: Move pdata into a separate structureRichard Fitzgerald
2017-04-25regulator: arizona: Split KConfig options for LDO1 and MICSUPP regulatorsRichard Fitzgerald
2017-04-25Merge tag 'v4.11-rc1' into regulator-arizonaMark Brown
2017-04-18regulator: tps65023: Fix inverted core enable logic.Richard Cochran
2017-04-14regulator: anatop: make sure regulator name is properly definedDong Aisheng
2017-04-14regulator: core: Allow dummy regulators for suppliesMark Brown
2017-04-14regulator: core: Only propagate voltage changes to if it can change voltagesMark Brown
2017-04-14regulator: vctrl: Fix out of bounds array access for vctrl->vtableAxel Lin
2017-04-14regulator: tps65132: fix platform_no_drv_owner.cocci warningskbuild test robot
2017-04-13regulator: tps65132: Fix off-by-one for .max_register settingAxel Lin
2017-04-13regulator: anatop: set default voltage selector for pcieDong Aisheng
2017-04-12regulator: tps65132: add regulator driver for TI TPS65132Venkat Reddy Talla
2017-04-11regulator: anatop: remove unneeded name field of struct anatop_regulatorDong Aisheng
2017-04-11regulator: anatop: use of_property_read_string to read the nameDong Aisheng
2017-04-11regulator: anatop: check return value of of_get_regulator_init_dataDong Aisheng
2017-04-10regulator: Add driver for voltage controlled regulatorsMatthias Kaehlcke
2017-04-06regulator: helpers: Add regmap set_pull_down helperCharles Keepax
2017-04-06regulator: helpers: Add regmap set_soft_start helperCharles Keepax
2017-04-05regulator: Add settling time for non-linear voltage transitionLaxman Dewangan
2017-04-03regulator: hi655x: Describe consumed platform deviceJeremy Linton
2017-03-29regulator: arizona-ldo1: Avoid potential memory leak reading init_dataCharles Keepax
2017-03-29regulator: arizona-micsupp: Avoid potential memory leak reading init_dataCharles Keepax
2017-03-29regulator: core: Limit propagation of parent voltage count and listMatthias Kaehlcke
2017-03-29regulator: core: Fix kerneldoc commentsTamara Diaconita
2017-03-24regulator: core: Add new notification for enabling of regulatorHarald Geyer
2017-03-24regulator: rk808: Fix RK818 LDO2Wadim Egorov
2017-03-24regulator: twl6030: remove redundant range check min_uV > 1300000 && min_uV <...Colin Ian King
2017-03-17regulator: Mark supply_name const and duplicate it as suchStephen Boyd
2017-03-13regulator: s2mpa01: Fix inconsistent indentingKrzysztof Kozlowski
2017-03-13regulator: s5m8767: Constify regulator_opsKrzysztof Kozlowski
2017-03-13regulator: s2mps11: Constify regulator_opsKrzysztof Kozlowski
2017-03-13regulator: s2mpa01: Constify regulator_opsKrzysztof Kozlowski
2017-03-13regulator: max8660: Constify regulator_opsKrzysztof Kozlowski
2017-03-13regulator: max77693: Constify regulator_opsKrzysztof Kozlowski
2017-03-13regulator: max1586: Constify regulator_opsKrzysztof Kozlowski
2017-03-13regulator: pfuze100-regulator: add coin supportGeorge McCollister
2017-03-07regulator: lm363x: Use generic DT property name for external control pinsMilo Kim
2017-03-07regulator: core: use snprintf() instead of scnprintf()Bartosz Golaszewski