aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/s2mps11.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-12regulator: s2mps11: Fix the voltage linear range for s2mps15Gravatar Alim Akhtar 1-3/+3
2016-05-13Merge remote-tracking branches 'regulator/topic/pwm', 'regulator/topic/qcom-s...Gravatar Mark Brown 1-11/+2
2016-04-18regulator: s2mps11: Set default ramp delay for S2MPS11 LDOsGravatar Krzysztof Kozlowski 1-0/+1
2016-04-06regulator: s2mps11: Use module_platform_driver() instead subsys initcallGravatar Javier Martinez Canillas 1-11/+1
2016-03-28regulator: s2mps11: Fix invalid selector mask and voltages for buck9Gravatar Krzysztof Kozlowski 1-6/+22
2016-02-20regulator: s2mps11: Use local variable for number of regulatorsGravatar Krzysztof Kozlowski 1-15/+19
2016-02-18regulator: s2mps11: Simplify expression used in BUILD_BUG_ONGravatar Krzysztof Kozlowski 1-4/+5
2015-11-24mfd: sec-core: Rename MFD and regulator names differentlyGravatar Alim Akhtar 1-4/+4
2015-11-23regulator: s2mps11: Add support for S2MPS15 regulatorsGravatar Thomas Abraham 1-1/+134
2015-06-24regulator: s2mps11: Fix GPIO suspend enable shift wrapping bugGravatar Krzysztof Kozlowski 1-4/+10
2015-04-27regulator: Remove unneeded semicolonsGravatar Krzysztof Kozlowski 1-5/+5
2015-01-16Merge remote-tracking branch 'regulator/fix/s2mps11' into regulator-linusGravatar Mark Brown 1-4/+38
2015-01-08regulator: s2mps11: Fix wrong calculation of register offsetGravatar Jonghwa Lee 1-4/+38
2014-12-29Merge tag 'regulator-v3.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+12
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-12regulator: s2mps11: Fix dw_mmc failure on Gear 2Gravatar Krzysztof Kozlowski 1-7/+12
2014-12-08Merge tag 'regulator-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2014-12-05Merge remote-tracking branches 'regulator/topic/rn5t618', 'regulator/topic/rp...Gravatar Mark Brown 1-1/+1
2014-11-25regulator: s2mps11: Add support S2MPS13 regulator deviceGravatar Chanwoo Choi 1-3/+99
2014-11-07regulator: Set ena_gpio_initialized in regulator driversGravatar Markus Pargmann 1-0/+1
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-10-20regulator: s2mps11: Don't zero allocated memory for external controlGravatar Krzysztof Kozlowski 1-1/+1
2014-08-16regulator: s2mps11: Optimize the regulator description macroGravatar Amit Daniel Kachhap 1-174/+85
2014-08-16regulator: s2mpxxx: Move regulator min/step voltages in common placeGravatar Amit Daniel Kachhap 1-25/+25
2014-08-07Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-21/+300
2014-07-25regulator: s2mps11: Update module description and Kconfig to add S2MPU02 supportGravatar Axel Lin 1-1/+1
2014-07-09regulator: s2mps11: Add support S2MPU02 regulator deviceGravatar Chanwoo Choi 1-21/+300
2014-05-17regulator: s2mps11: Fix accidental enable of buck6 ramp delayGravatar Krzysztof Kozlowski 1-5/+10
2014-05-01regulator: s2mps11: Allow GPIO 0 to be used as external control on S2MPS14Gravatar Krzysztof Kozlowski 1-11/+11
2014-04-14regulator: s2mps11: Add external GPIO control for S2MPS14Gravatar Krzysztof Kozlowski 1-2/+65
2014-04-14regulator: s2mps11: Move DTS parsing code to separate functionGravatar Krzysztof Kozlowski 1-12/+23
2014-04-02regulator: s2mps11: Don't check enable_shift before setting enable ramp rateGravatar Axel Lin 1-7/+5
2014-03-26Merge remote-tracking branches 'regulator/topic/max8973', 'regulator/topic/ma...Gravatar Mark Brown 1-80/+280
2014-03-26Merge remote-tracking branch 'regulator/topic/core' into regulator-nextGravatar Mark Brown 1-2/+2
2014-03-19regulator: s2mps11: Add missing of_node_putGravatar Sachin Kamat 1-0/+1
2014-03-19regulator: s2mps11: Use of_get_child_by_nameGravatar Sachin Kamat 1-1/+1
2014-03-19regulator: s2mps11: Add set_suspend_disable for S2MPS14Gravatar Krzysztof Kozlowski 1-1/+50
2014-03-19regulator: s2mps11: Add support for S2MPS14 regulatorsGravatar Krzysztof Kozlowski 1-61/+191
2014-03-04regulator: s2mps11: Fix section mismatchGravatar Krzysztof Kozlowski 1-46/+17
2014-03-03regulator: s2mps11: Copy supported regulators from initconstGravatar Krzysztof Kozlowski 1-13/+62
2014-03-03regulator: s2mps11: Constify regulator_desc arrayGravatar Krzysztof Kozlowski 1-1/+1
2014-03-03regulator: s2mps11: Don't store registered regulators in state containerGravatar Krzysztof Kozlowski 1-5/+5
2014-02-03regulator: Make use of rdev_get_id() function where possible.Gravatar Thiago Farina 1-2/+2
2014-01-31regulator: s2mps11: Fix NULL pointer of_node value when using platform dataGravatar Krzysztof Kozlowski 1-0/+1
2014-01-23Merge remote-tracking branches 'regulator/topic/s2mps11', 'regulator/topic/s5...Gravatar Mark Brown 1-2/+0
2013-12-30regulator: s2mps11: Clean up redundant codeGravatar Sachin Kamat 1-2/+0
2013-12-16mfd: s2mps11: Fix build after regmap field rename in sec-core.cGravatar Krzysztof Kozlowski 1-1/+1
2013-09-17regulator: s2mps11: Use devm_regulator_registerGravatar Sachin Kamat 1-1/+2
2013-09-17regulator: s2mps11: Convert to devm_regulator_register()Gravatar Mark Brown 1-19/+1
2013-08-13regulator: s2mps11: Fix setting ramp_delayGravatar Axel Lin 1-2/+6