aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
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-04-06regulator: max77686: Use module_platform_driver() instead subsys initcallJavier Martinez Canillas1-11/+1
2016-04-06regulator: s2mps11: Use module_platform_driver() instead subsys initcallJavier Martinez Canillas1-11/+1
2016-04-06regulator: twl: Fix a typo in twl4030_send_pb_msgIvaylo Dimitrov1-1/+1
2016-04-05regulator: pwm: Try to avoid voltage error in duty cycle calculationLaxman Dewangan1-15/+23
2016-04-05regulator: max8997/max77802: Fix misspelled Samsung addressKrzysztof Kozlowski2-2/+2
2016-04-05regulator: twl: Provide of_map_mode for twl4030Ivaylo Dimitrov1-3/+19
2016-03-31regulator: qcom_spmi: Only use selector based regulator opsStephen Boyd1-76/+113
2016-03-31regulator: qcom_spmi: Add slewing delays for all SMPS typesStephen Boyd1-5/+24
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-29regulator: core: Log when we bring constraints into rangeMark Brown1-0/+2
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: Rename files for Maxim PMIC driversJavier Martinez Canillas4-3/+3
2016-03-28regulator: Try to resolve regulators supplies on registrationJavier Martinez Canillas1-0/+9
2016-03-28regulator: qcom_spmi: Keep trying to add regulators if read failsStephen Boyd1-2/+2
2016-03-28regulator: qcom_spmi: Add support for pm8994Stephen Boyd1-0/+51
2016-03-28regulator: twl: Regulator mode should not depend on regulator enabled stateIvaylo Dimitrov1-8/+0
2016-03-28regulator: twl: Make sure we have access to powerbus before trying to write to itIvaylo Dimitrov1-8/+70
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/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-15regulator: pwm: Prints error number along with detailLaxman Dewangan1-11/+12
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