summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2016-05-13Merge remote-tracking branches 'regulator/topic/abb', 'regulator/topic/act886...Mark Brown2-37/+141
2016-05-13Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown1-26/+41
2016-05-13Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-3/+1
2016-05-13Merge remote-tracking branch 'regulator/topic/bypass' into regulator-nextMark Brown1-0/+14
2016-05-13Merge remote-tracking branches 'regulator/fix/constrain' and 'regulator/fix/d...Mark Brown2-14/+41
2016-05-13Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown1-12/+1
2016-05-13Merge remote-tracking branch 'regulator/fix/bypass' into regulator-linusMark Brown1-1/+1
2016-05-13Merge remote-tracking branches 'regulator/fix/axp20x', 'regulator/fix/da9063'...Mark Brown4-10/+34
2016-05-10regulator: da9063: Correct module alias prefix to fix module autoloadingGeert Uytterhoeven1-1/+1
2016-04-29regulator: axp20x: Fix axp22x ldo_io registration error on cold bootHans de Goede1-2/+6
2016-04-27regulator: core: Add early supply resolution for regulatorsJon Hunter1-11/+26
2016-04-27Merge branch 'topic/bypass' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown1-0/+14
2016-04-27regulator: axp20x: Fix axp22x ldo_io voltage rangesHans de Goede1-2/+2
2016-04-26regulator: axp20x: Fix LDO4 linear voltage rangeMaxime Ripard1-1/+3
2016-04-22regulator: helpers: Ensure bypass register field matches ON valueJon Hunter1-1/+1
2016-04-22regulator: core: Move registration of regulator deviceJon Hunter1-15/+9
2016-04-22Merge branch 'topic/sysfs-init' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown1-10/+10
2016-04-22regulator: core: Clear the supply pointer if enabling failsJon Hunter1-0/+1
2016-04-22regulator: core: Don't terminate supply resolution earlyJon Hunter1-1/+6
2016-04-18regulator: core: remove lockdep assert from suspend_prepareTero Kristo1-2/+0
2016-04-13regulator: core: Fix locking of GPIO list on freeMark Brown1-1/+1
2016-04-13regulator: reorder initialization steps in regulator_register()Boris Brezillon1-10/+10
2016-04-12regulator: core: Use parent voltage from the supply when bypassedMark Brown1-0/+14
2016-04-11regulator: as3722: Constify regulator opsThierry Reding1-13/+13
2016-04-11regulator: as3722: Add bypass support for LDO6Jon Hunter1-0/+43
2016-03-30regulator: Fix deadlock during regulator registrationJon Hunter1-5/+5
2016-03-30regulator: of: Don't flag voltage change as possible for exact voltagesMark Brown1-2/+4
2016-03-28regulator: act8865: Configure register access for act8600Maarten ter Huurne1-1/+73
2016-03-28regulator: act8865: Pass of_node via act8865_regulator_dataMaarten ter Huurne1-16/+12
2016-03-28regulator: Try to resolve regulators supplies on registrationJavier Martinez Canillas1-0/+9
2016-03-28regulator: s2mps11: Fix invalid selector mask and voltages for buck9Krzysztof Kozlowski1-6/+22
2016-03-27regulator: core: Ensure we are at least in bounds for our constraintsMark Brown2-8/+26
2016-03-25regulator: core: Remove duplicate copy of active-discharge parsingVladimir Zapolskiy1-11/+0
2016-03-22regulator: core: Always flag voltage constraints as appliableMark Brown1-4/+2
2016-03-21regulator: act8865: Remove "too many regulators" error handlerMaarten ter Huurne1-6/+0
2016-03-21regulator: act8865: Remove redundant dev lookupsMaarten ter Huurne1-3/+2
2016-03-21regulator: Remove unneded check for regulator supplyJavier Martinez Canillas1-1/+1
2016-03-18Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-494/+121
2016-03-17regulator: gpio: check return value of of_get_named_gpioMihai Mihalache1-0/+2
2016-03-13Merge remote-tracking branches 'regulator/topic/s5m8767' and 'regulator/topic...Mark Brown3-5/+10
2016-03-13Merge remote-tracking branches 'regulator/topic/mt6397', 'regulator/topic/of'...Mark Brown5-40/+70
2016-03-13Merge remote-tracking branches 'regulator/topic/ltc3589', 'regulator/topic/ma...Mark Brown7-8/+845
2016-03-13Merge remote-tracking branches 'regulator/topic/discharge', 'regulator/topic/...Mark Brown9-5/+333
2016-03-13Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/ac...Mark Brown5-35/+204
2016-03-13Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-13/+13
2016-03-13Merge remote-tracking branches 'regulator/fix/ad5398', 'regulator/fix/da9210'...Mark Brown3-6/+13
2016-03-12regulator: pwm: Add support to have multiple instance of pwm regulatorLaxman Dewangan1-7/+20
2016-03-12regulator: pwm: Fix calculation of voltage-to-duty cycleLaxman Dewangan1-1/+1
2016-03-12regulator: of: Use of_property_read_u32() for reading min/maxLaxman Dewangan1-8/+7