summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/s2mps11.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: s2mps11: Fix the voltage linear range for s2mps15Alim Akhtar2016-07-121-3/+3
*-. Merge remote-tracking branches 'regulator/topic/pwm', 'regulator/topic/qcom-s...Mark Brown2016-05-131-11/+2
|\ \
| | * regulator: s2mps11: Set default ramp delay for S2MPS11 LDOsKrzysztof Kozlowski2016-04-181-0/+1
| | * regulator: s2mps11: Use module_platform_driver() instead subsys initcallJavier Martinez Canillas2016-04-061-11/+1
| |/
* | regulator: s2mps11: Fix invalid selector mask and voltages for buck9Krzysztof Kozlowski2016-03-281-6/+22
|/
* regulator: s2mps11: Use local variable for number of regulatorsKrzysztof Kozlowski2016-02-201-15/+19
* regulator: s2mps11: Simplify expression used in BUILD_BUG_ONKrzysztof Kozlowski2016-02-181-4/+5
* mfd: sec-core: Rename MFD and regulator names differentlyAlim Akhtar2015-11-241-4/+4
* regulator: s2mps11: Add support for S2MPS15 regulatorsThomas Abraham2015-11-231-1/+134
* regulator: s2mps11: Fix GPIO suspend enable shift wrapping bugKrzysztof Kozlowski2015-06-241-4/+10
* regulator: Remove unneeded semicolonsKrzysztof Kozlowski2015-04-271-5/+5
* Merge remote-tracking branch 'regulator/fix/s2mps11' into regulator-linusMark Brown2015-01-161-4/+38
|\
| * regulator: s2mps11: Fix wrong calculation of register offsetJonghwa Lee2015-01-081-4/+38
* | Merge tag 'regulator-v3.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-291-7/+12
|\ \ | |/ |/|
| * regulator: s2mps11: Fix dw_mmc failure on Gear 2Krzysztof Kozlowski2014-12-121-7/+12
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\ \
| * | regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| |/
* | Merge tag 'regulator-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-081-1/+2
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'regulator/topic/rn5t618', 'regulator/topic/rp...Mark Brown2014-12-051-1/+1
| |\ \ \ | | | |/ | | |/|
| | | * regulator: s2mps11: Don't zero allocated memory for external controlKrzysztof Kozlowski2014-10-201-1/+1
| | |/
| * | regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann2014-11-071-0/+1
| |/
* | regulator: s2mps11: Add support S2MPS13 regulator deviceChanwoo Choi2014-11-251-3/+99
|/
* regulator: s2mps11: Optimize the regulator description macroAmit Daniel Kachhap2014-08-161-174/+85
* regulator: s2mpxxx: Move regulator min/step voltages in common placeAmit Daniel Kachhap2014-08-161-25/+25
* Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-071-21/+300
|\
| * regulator: s2mps11: Add support S2MPU02 regulator deviceChanwoo Choi2014-07-091-21/+300
* | regulator: s2mps11: Update module description and Kconfig to add S2MPU02 supportAxel Lin2014-07-251-1/+1
|/
* regulator: s2mps11: Fix accidental enable of buck6 ramp delayKrzysztof Kozlowski2014-05-171-5/+10
* regulator: s2mps11: Allow GPIO 0 to be used as external control on S2MPS14Krzysztof Kozlowski2014-05-011-11/+11
* regulator: s2mps11: Add external GPIO control for S2MPS14Krzysztof Kozlowski2014-04-141-2/+65
* regulator: s2mps11: Move DTS parsing code to separate functionKrzysztof Kozlowski2014-04-141-12/+23
* regulator: s2mps11: Don't check enable_shift before setting enable ramp rateAxel Lin2014-04-021-7/+5
*-. Merge remote-tracking branches 'regulator/topic/max8973', 'regulator/topic/ma...Mark Brown2014-03-261-80/+280
|\ \
| | * regulator: s2mps11: Add missing of_node_putSachin Kamat2014-03-191-0/+1
| | * regulator: s2mps11: Use of_get_child_by_nameSachin Kamat2014-03-191-1/+1
| | * regulator: s2mps11: Add set_suspend_disable for S2MPS14Krzysztof Kozlowski2014-03-191-1/+50
| | * regulator: s2mps11: Add support for S2MPS14 regulatorsKrzysztof Kozlowski2014-03-191-61/+191
| | * regulator: s2mps11: Fix section mismatchKrzysztof Kozlowski2014-03-041-46/+17
| | * regulator: s2mps11: Copy supported regulators from initconstKrzysztof Kozlowski2014-03-031-13/+62
| | * regulator: s2mps11: Constify regulator_desc arrayKrzysztof Kozlowski2014-03-031-1/+1
| | * regulator: s2mps11: Don't store registered regulators in state containerKrzysztof Kozlowski2014-03-031-5/+5
* | | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2014-03-261-2/+2
|\ \ \ | |_|/ |/| |
| * | regulator: Make use of rdev_get_id() function where possible.Thiago Farina2014-02-031-2/+2
| |/
* | regulator: s2mps11: Fix NULL pointer of_node value when using platform dataKrzysztof Kozlowski2014-01-311-0/+1
|/
*-. Merge remote-tracking branches 'regulator/topic/s2mps11', 'regulator/topic/s5...Mark Brown2014-01-231-2/+0
|\ \
| * | regulator: s2mps11: Clean up redundant codeSachin Kamat2013-12-301-2/+0
| |/
* | mfd: s2mps11: Fix build after regmap field rename in sec-core.cKrzysztof Kozlowski2013-12-161-1/+1
|/
* regulator: s2mps11: Use devm_regulator_registerSachin Kamat2013-09-171-1/+2
* regulator: s2mps11: Convert to devm_regulator_register()Mark Brown2013-09-171-19/+1
* regulator: s2mps11: Fix setting ramp_delayAxel Lin2013-08-131-2/+6
OpenPOWER on IntegriCloud