summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2016-05-13Merge remote-tracking branches 'regulator/fix/axp20x', 'regulator/fix/da9063'...Mark Brown4-10/+34
2016-05-11regulator: lp873x: Add support for lp873x PMIC regulatorsKeerthy3-0/+251
2016-05-10regulator: da9063: Correct module alias prefix to fix module autoloadingGeert Uytterhoeven1-1/+1
2016-05-06regulator: tps65917/palmas: Simplify multiple dereference of match->of_nodeNishanth Menon1-11/+8
2016-05-06regulator: tps65917/palmas: Handle possible memory allocation failureNishanth Menon1-7/+14
2016-05-06regulator: tps65917/palmas: Simplify multiple dereference of pdata->reg_init[...Nishanth Menon1-9/+8
2016-05-06regulator: tps65917/palmas: Simplify multiple dereference of ddata->palmas_ma...Nishanth Menon1-13/+14
2016-05-03Merge branch 'for-4.7/pwm-regulator' of git://git.kernel.org/pub/scm/linux/ke...Mark Brown26-622/+1617
2016-05-03regulator: pwm: Use pwm_get_args() where appropriateBoris Brezillon1-6/+14
2016-04-29regulator: max77686: Configure enable time to properly handle regulator enableKrzysztof Kozlowski1-0/+5
2016-04-29regulator: axp20x: Fix axp22x ldo_io registration error on cold bootHans de Goede1-2/+6
2016-04-27regulator: rk808: Add rk808_reg_ops_ranges for LDO3Wadim Egorov1-1/+29
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: tps65917/palmas: Add bypass "On" valueNishanth Menon1-0/+5
2016-04-26regulator: axp20x: Fix LDO4 linear voltage rangeMaxime Ripard1-1/+3
2016-04-26regulator: rk808: remove unused rk808_reg_ops_rangesArnd Bergmann1-28/+0
2016-04-25regulator: refactor valid_ops_mask checking codeWEN Pingbo1-59/+29
2016-04-25regulator: rk808: remove linear range definitions with a single rangeWadim Egorov1-39/+51
2016-04-22regulator: max77620: Add support for device specific ramp rate settingLaxman Dewangan1-27/+56
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-22regulator: core: Add debugfs to show constraint flagsRichard Fitzgerald1-0/+52
2016-04-20regulator: tps6524x: Fix broken use of spi_dev_get()Mark Brown1-1/+1
2016-04-20regulator: fan53555: Add support for FAN53555UC13X typeWadim Egorov1-0/+22
2016-04-20regulator: fan53555: Add support for FAN53555BUC18X typeWadim Egorov1-0/+2
2016-04-18regulator: core: remove lockdep assert from suspend_prepareTero Kristo1-2/+0
2016-04-18regulator: pv88080: new regulator driverJames Ban4-0/+519
2016-04-18regulator: s2mps11: Set default ramp delay for S2MPS11 LDOsKrzysztof Kozlowski1-0/+1
2016-04-18regulator: qcom_spmi: Always return a selector when askedStephen Boyd1-1/+1
2016-04-14regulator: lp3972: Silence uninitialized variable warningDan Carpenter1-1/+1
2016-04-14regulator: lp3971: Silence uninitialized variable warningDan Carpenter1-1/+1
2016-04-13regulator: max8973: add support for junction thermal warningLaxman Dewangan2-0/+98
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-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