aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2016-12-19Merge tag 'mfd-for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-95/+58
2016-12-14Merge tag 'sound-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-5/+4
2016-12-12Merge remote-tracking branches 'asoc/topic/of-graph', 'asoc/topic/pxa', 'asoc...Gravatar Mark Brown 1-5/+4
2016-12-12Merge remote-tracking branches 'regulator/topic/tps65086' and 'regulator/topi...Gravatar Mark Brown 4-657/+814
2016-12-12Merge remote-tracking branches 'regulator/topic/gpio', 'regulator/topic/lp873...Gravatar Mark Brown 4-5/+54
2016-12-12Merge remote-tracking branches 'regulator/topic/arizona', 'regulator/topic/by...Gravatar Mark Brown 4-1/+86
2016-12-12Merge remote-tracking branch 'regulator/topic/core' into regulator-nextGravatar Mark Brown 1-2/+3
2016-12-12Merge remote-tracking branches 'regulator/fix/stw481x' and 'regulator/fix/tps...Gravatar Mark Brown 2-27/+30
2016-12-12Merge remote-tracking branch 'regulator/fix/axp20x' into regulator-linusGravatar Mark Brown 1-2/+10
2016-12-05regulator: tps65086: Fix 25mV ranges for BUCK regulators 1, 2, and 6Gravatar Andrew F. Davis 1-1/+2
2016-12-05regulator: core: add newline in debug messageGravatar David Lechner 1-1/+1
2016-12-01regulator: tps65086: Fix 25mV ranges for BUCK regulatorsGravatar Andrew F. Davis 1-26/+28
2016-11-30regulator: core: Correct type of mode in regulator_mode_constrainGravatar Charles Keepax 1-1/+2
2016-11-23regulator: max77620: add support to configure MPOKGravatar Venkat Reddy Talla 1-0/+46
2016-11-23regulator: twl6030: Remove unused fields from struct twlreg_infoGravatar Axel Lin 1-29/+17
2016-11-23regulator: twl: Remove unused fields from struct twlreg_infoGravatar Axel Lin 1-7/+0
2016-11-16regulator: twl: split twl6030 logic into its own fileGravatar Nicolae Rosia 3-596/+811
2016-11-16regulator: twl: kill unused functionsGravatar Nicolae Rosia 1-27/+2
2016-11-16regulator: twl: make driver DT onlyGravatar Nicolae Rosia 1-31/+6
2016-11-16regulator: twl-regulator: rework fixed regulator definitionGravatar Nicolae Rosia 1-14/+24
2016-11-15regulator: max77620: remove unused variableGravatar Venkat Reddy Talla 1-1/+0
2016-11-13regulator: stw481x-vmmc: fix ages old enable errorGravatar Linus Walleij 1-1/+2
2016-11-11regulator: gpio: properly check return value of of_get_named_gpioGravatar Jisheng Zhang 1-3/+6
2016-11-11regulator: lp873x: Add support for populating input supplyGravatar Lokesh Vutla 1-0/+1
2016-11-11regulator: axp20x: Fix axp809 ldo_io registration error on cold bootGravatar Chen-Yu Tsai 1-2/+10
2016-11-10regulators: helpers: Fix handling of bypass_val_on in get_bypass_regmapGravatar Charles Keepax 1-1/+5
2016-11-04Merge branch 'topic/error' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Mark Brown 40-418/+2704
2016-11-04regulator: core: Add new API to poll for error conditionsGravatar Axel Haslam 1-0/+33
2016-10-28regulator: core: silence warning: "VDD1: ramp_delay not set"Gravatar H. Nikolaus Schaller 1-1/+1
2016-10-26regulator: tps65218: Remove all the compatiblesGravatar Keerthy 1-94/+56
2016-10-26mfd: tps65218: Remove redundant read wrapperGravatar Keerthy 1-2/+3
2016-10-24regulator: rk808: Use rdev_get_id() to access id of regulatorGravatar Axel Lin 1-5/+4
2016-10-24regulator: tps6507x: Drop pointless static qualifier for *reg_data variableGravatar Axel Lin 1-1/+1
2016-10-24regulator: arizona-ldo1: Set appropriate value for ramp_delayGravatar Charles Keepax 1-0/+2
2016-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-1/+2
2016-10-07Merge tag 'mfd-for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-16/+315
2016-10-05Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+1
2016-10-04Merge branches 'ib-mfd-gpio-4.9', 'ib-mfd-gpio-regulator-4.9', 'ib-mfd-input-...Gravatar Lee Jones 4-17/+316
2016-09-30Merge remote-tracking branch 'regulator/topic/tps80031' into regulator-nextGravatar Mark Brown 1-1/+1
2016-09-30Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pv88080...Gravatar Mark Brown 6-125/+385
2016-09-30Merge remote-tracking branches 'regulator/topic/bulk', 'regulator/topic/dbx50...Gravatar Mark Brown 7-46/+453
2016-09-30Merge remote-tracking branch 'regulator/fix/tps65910' into regulator-linusGravatar Mark Brown 1-0/+6
2016-09-27thermal: Enhance thermal_zone_device_update for eventsGravatar Srinivas Pandruvada 1-1/+2
2016-09-26regulator: dbx500: remove unused functions in dbx500-prcmu.cGravatar Baoyou Xie 1-18/+0
2016-09-26regulator: pv88080: Update regulator for PV88080 BB silicon supportGravatar Eric Jeong 2-73/+304
2016-09-24regulator: core: don't return error with inadequate reasonGravatar Joonwoo Park 1-18/+18
2016-09-24regulator: tps65910: Work around silicon erratum SWCZ010Gravatar Jan Remmet 1-0/+6
2016-09-16regulator: core: Add set_voltage_time opGravatar Matthias Kaehlcke 2-37/+59
2016-09-16regulator: core: Don't skip set_voltage_time when ramp delay disabledGravatar Matthias Kaehlcke 1-6/+2
2016-09-16regulator: core: Simplify error flow in _regulator_do_set_voltage()Gravatar Matthias Kaehlcke 1-2/+6