aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
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/broonie/regulator into regulator-supplyMark 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/git/broonie/regulator into regulator-supplyMark 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
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