summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/s2mps11.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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/+17Star
| | * 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/+0Star
|\ \
| * | regulator: s2mps11: Clean up redundant codeSachin Kamat2013-12-301-2/+0Star
| |/
* / 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/+1Star
* 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/+9Star
* 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/+0Star
* 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/+8Star
* regulator: s2mps11: Use sec_reg_write rather than sec_reg_update when mask is...Axel Lin2012-07-121-3/+2Star
* regulator: s2mps11: Fix wrong setting for config.devAxel Lin2012-07-121-9/+5Star
* regulator: s2mps11: Fixup missing commasAxel Lin2012-07-121-7/+7
* regulator: s2mps11: Add samsung s2mps11 regulator driverSangbeom Kim2012-07-111-0/+368