summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/s2mps11.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* regulator: s2mps11: Fix wrong arguments for regmap_update_bits() callAxel Lin2013-08-131-2/+2
* regulator: s2mps11: Convert driver completely to use set_ramp_delay callbackYadwinder Singh Brar2013-07-151-53/+9
* regulator: s2mps11: Add DT supportYadwinder Singh Brar2013-07-151-11/+38
* regulator: s2mps11: Implement set_ramp_rate callback for bucksYadwinder Singh Brar2013-07-151-0/+117
* regulator: s2mps11: Implement set_voltage_time_sel() ops for bucksYadwinder Singh Brar2013-07-151-1/+52
* regulator: s2mps11: Convert ramp rate to uV/us and set default ramp rateYadwinder Singh Brar2013-07-031-1/+6
* regulator: Remove unnecessary include of linux/delay.h from regulator driversAxel Lin2013-05-121-1/+0
* regulator: s2mps11: fix incorrect register for buck10Alim Akhtar2013-01-311-2/+2
* Merge remote-tracking branch 'regulator/topic/s2mps11' into regulator-nextMark Brown2012-12-101-5/+5
|\
| * regulator: s2mps11: Fix ramp delay value shift operationSangbeom Kim2012-11-271-5/+5
* | regulator: remove use of __devexitBill Pemberton2012-11-201-1/+1
* | regulator: remove use of __devinitBill Pemberton2012-11-201-1/+1
* | regulator: remove use of __devexit_pBill Pemberton2012-11-201-1/+1
|/
* regulator: s2mps11: Use array to save pointer to rdevAxel Lin2012-08-281-19/+8
* regulator: s2mps11: Use sec_reg_write rather than sec_reg_update when mask is...Axel Lin2012-07-121-3/+2
* regulator: s2mps11: Fix wrong setting for config.devAxel Lin2012-07-121-9/+5
* regulator: s2mps11: Fixup missing commasAxel Lin2012-07-121-7/+7
* regulator: s2mps11: Add samsung s2mps11 regulator driverSangbeom Kim2012-07-111-0/+368