aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/s2mps11.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-17regulator: s2mps11: Use devm_regulator_registerSachin Kamat1-1/+2
2013-09-17regulator: s2mps11: Convert to devm_regulator_register()Mark Brown1-19/+1
2013-08-13regulator: s2mps11: Fix setting ramp_delayAxel Lin1-2/+6
2013-08-13regulator: s2mps11: Fix wrong arguments for regmap_update_bits() callAxel Lin1-2/+2
2013-07-15regulator: s2mps11: Convert driver completely to use set_ramp_delay callbackYadwinder Singh Brar1-53/+9
2013-07-15regulator: s2mps11: Add DT supportYadwinder Singh Brar1-11/+38
2013-07-15regulator: s2mps11: Implement set_ramp_rate callback for bucksYadwinder Singh Brar1-0/+117
2013-07-15regulator: s2mps11: Implement set_voltage_time_sel() ops for bucksYadwinder Singh Brar1-1/+52
2013-07-03regulator: s2mps11: Convert ramp rate to uV/us and set default ramp rateYadwinder Singh Brar1-1/+6
2013-05-12regulator: Remove unnecessary include of linux/delay.h from regulator driversAxel Lin1-1/+0
2013-01-31regulator: s2mps11: fix incorrect register for buck10Alim Akhtar1-2/+2
2012-12-10Merge remote-tracking branch 'regulator/topic/s2mps11' into regulator-nextMark Brown1-5/+5
2012-11-27regulator: s2mps11: Fix ramp delay value shift operationSangbeom Kim1-5/+5
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-28regulator: s2mps11: Use array to save pointer to rdevAxel Lin1-19/+8
2012-07-12regulator: s2mps11: Use sec_reg_write rather than sec_reg_update when mask is 0xffAxel Lin1-3/+2
2012-07-12regulator: s2mps11: Fix wrong setting for config.devAxel Lin1-9/+5
2012-07-12regulator: s2mps11: Fixup missing commasAxel Lin1-7/+7
2012-07-11regulator: s2mps11: Add samsung s2mps11 regulator driverSangbeom Kim1-0/+368