aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-13Merge remote-tracking branches 'regulator/fix/axp20x', 'regulator/fix/da9063', 'regulator/fix/gpio' and 'regulator/fix/s2mps11' into regulator-linusMark 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: axp20x: Fix axp22x ldo_io voltage rangesHans de Goede1-2/+2
2016-04-26regulator: axp20x: Fix LDO4 linear voltage rangeMaxime Ripard1-1/+3
2016-03-28regulator: s2mps11: Fix invalid selector mask and voltages for buck9Krzysztof Kozlowski1-6/+22
2016-03-18Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-0/+3
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus 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/vexpress' into regulator-nextMark Brown3-5/+10
2016-03-13Merge remote-tracking branches 'regulator/topic/mt6397', 'regulator/topic/of', 'regulator/topic/pv88060', 'regulator/topic/pwm' and 'regulator/topic/s2mps11' into regulator-nextMark Brown5-40/+70
2016-03-13Merge remote-tracking branches 'regulator/topic/ltc3589', 'regulator/topic/max77620', 'regulator/topic/max77686', 'regulator/topic/max77802' and 'regulator/topic/maxim' into regulator-nextMark Brown7-8/+845
2016-03-13Merge remote-tracking branches 'regulator/topic/discharge', 'regulator/topic/fan53555', 'regulator/topic/gpio', 'regulator/topic/hi655x' and 'regulator/topic/lp872x' into regulator-nextMark Brown9-5/+333
2016-03-13Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/act8945a', 'regulator/topic/axp20x' and 'regulator/topic/cs4271' into regulator-nextMark 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', 'regulator/fix/max77802' and 'regulator/fix/pv88090' into regulator-linusMark 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
2016-03-09Merge branches 'ib-mfd-clk-4.6', 'ib-mfd-input-iio-4.6', 'ib-mfd-regulator-4.6' and 'ib-mfd-regulator-gpio-4.6' into ibs-for-mfd-mergedLee Jones3-494/+124
2016-03-08regulator: pv88060: fix incorrect clear of event registerJames Ban1-4/+4
2016-03-07regulator: pv88090: fix incorrect clear of event registerJames Ban1-4/+4
2016-03-02regulator: max77620: Add support to configure active-dischargeLaxman Dewangan1-0/+9
2016-03-02regulator: core: Add support for active-discharge configurationLaxman Dewangan1-0/+11
2016-03-02Merge branch 'topic/discharge' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-max77620Mark Brown3-0/+40
2016-03-02regulator: helper: Add helper to configure active-discharge using regmapLaxman Dewangan1-0/+23
2016-03-02regulator: core: Add support for active-discharge configurationLaxman Dewangan2-0/+17
2016-02-29regulator: act8865: Specify fixed voltage of 3.3V for ACT8600's REG9Maarten ter Huurne1-1/+1
2016-02-29regulator: act8865: Rename platform_data field to init_dataMaarten ter Huurne1-2/+2
2016-02-29regulator: act8865: Remove "static" from local variableMaarten ter Huurne1-1/+1
2016-02-26regulator: max77620: Remove duplicate module aliasAxel Lin1-1/+0
2016-02-26regulator: max77620: Eliminate duplicate codeAxel Lin1-13/+7
2016-02-26regulator: max77620: Remove unused fieldsAxel Lin1-14/+0
2016-02-25regulator: core: fix crash in error path of regulator_registerKrzysztof Adamski1-4/+4
2016-02-25Merge branch 'fix/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-coreMark Brown1-17/+12
2016-02-22regulator: core: Request GPIO before creating sysfs entriesKrzysztof Adamski1-10/+10
2016-02-21regulator: gpio: don't print error on EPROBE_DEFERRabin Vincent1-2/+4
2016-02-20regulator: s2mps11: Use local variable for number of regulatorsKrzysztof Kozlowski1-15/+19
2016-02-20regulator: ad5398: Fix return value of ad5398_write_regAxel Lin1-2/+4
2016-02-20regulator: max77620: add regulator driver for max77620/max20024Laxman Dewangan3-0/+835
2016-02-18regulator: s2mps11: Simplify expression used in BUILD_BUG_ONKrzysztof Kozlowski1-4/+5
2016-02-16regulator: s5m8767: fix get_register() error handlingArnd Bergmann1-4/+9
2016-02-15regulator: vexpress: rename vexpress regulator implementationSudeep Holla2-1/+1
2016-02-15regulator: axp20x: Use of_match name as default regulator nameChen-Yu Tsai1-5/+5
2016-02-15regulator: hi655x: enable regulator for hi655x PMICChen Feng3-0/+236
2016-02-12regulator: ltc3589: Make IRQ optionalBernhard Walle1-6/+9
2016-02-12regulator: Rename files for max77686 and max77802 driversJavier Martinez Canillas3-2/+2
2016-02-12regulator: axp20x: Support new AXP223 PMICChen-Yu Tsai1-0/+3
2016-02-11regulator: tps65912: Add regulator driver for the TPS65912 PMICAndrew F. Davis3-0/+175
2016-02-11mfd: tps65912: Remove old driver in preparation for new driverAndrew F. Davis3-548/+0