aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/s2mps11.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-26Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-2/+2
2014-03-19regulator: s2mps11: Add missing of_node_putSachin Kamat1-0/+1
2014-03-19regulator: s2mps11: Use of_get_child_by_nameSachin Kamat1-1/+1
2014-03-19regulator: s2mps11: Add set_suspend_disable for S2MPS14Krzysztof Kozlowski1-1/+50
2014-03-19regulator: s2mps11: Add support for S2MPS14 regulatorsKrzysztof Kozlowski1-61/+191
2014-03-04regulator: s2mps11: Fix section mismatchKrzysztof Kozlowski1-46/+17
2014-03-03regulator: s2mps11: Copy supported regulators from initconstKrzysztof Kozlowski1-13/+62
2014-03-03regulator: s2mps11: Constify regulator_desc arrayKrzysztof Kozlowski1-1/+1
2014-03-03regulator: s2mps11: Don't store registered regulators in state containerKrzysztof Kozlowski1-5/+5
2014-02-03regulator: Make use of rdev_get_id() function where possible.Thiago Farina1-2/+2
2014-01-31regulator: s2mps11: Fix NULL pointer of_node value when using platform dataKrzysztof Kozlowski1-0/+1
2014-01-23Merge remote-tracking branches 'regulator/topic/s2mps11', 'regulator/topic/s5m8767', 'regulator/topic/stw481x-vmmc', 'regulator/topic/tps51632', 'regulator/topic/tps62360', 'regulator/topic/tps65910', 'regulator/topic/twl' and 'regulator/topic/wm831x' into regulator-linusMark Brown1-2/+0
2013-12-30regulator: s2mps11: Clean up redundant codeSachin Kamat1-2/+0
2013-12-16mfd: s2mps11: Fix build after regmap field rename in sec-core.cKrzysztof Kozlowski1-1/+1
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