summaryrefslogtreecommitdiff
path: root/drivers/regulator/s2mps11.c
AgeCommit message (Expand)Author
2014-05-17regulator: s2mps11: Fix accidental enable of buck6 ramp delayKrzysztof Kozlowski
2014-05-01regulator: s2mps11: Allow GPIO 0 to be used as external control on S2MPS14Krzysztof Kozlowski
2014-04-14regulator: s2mps11: Add external GPIO control for S2MPS14Krzysztof Kozlowski
2014-04-14regulator: s2mps11: Move DTS parsing code to separate functionKrzysztof Kozlowski
2014-04-02regulator: s2mps11: Don't check enable_shift before setting enable ramp rateAxel Lin
2014-03-26Merge remote-tracking branches 'regulator/topic/max8973', 'regulator/topic/ma...Mark Brown
2014-03-26Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown
2014-03-19regulator: s2mps11: Add missing of_node_putSachin Kamat
2014-03-19regulator: s2mps11: Use of_get_child_by_nameSachin Kamat
2014-03-19regulator: s2mps11: Add set_suspend_disable for S2MPS14Krzysztof Kozlowski
2014-03-19regulator: s2mps11: Add support for S2MPS14 regulatorsKrzysztof Kozlowski
2014-03-04regulator: s2mps11: Fix section mismatchKrzysztof Kozlowski
2014-03-03regulator: s2mps11: Copy supported regulators from initconstKrzysztof Kozlowski
2014-03-03regulator: s2mps11: Constify regulator_desc arrayKrzysztof Kozlowski
2014-03-03regulator: s2mps11: Don't store registered regulators in state containerKrzysztof Kozlowski
2014-02-03regulator: Make use of rdev_get_id() function where possible.Thiago Farina
2014-01-31regulator: s2mps11: Fix NULL pointer of_node value when using platform dataKrzysztof Kozlowski
2014-01-23Merge remote-tracking branches 'regulator/topic/s2mps11', 'regulator/topic/s5...Mark Brown
2013-12-30regulator: s2mps11: Clean up redundant codeSachin Kamat
2013-12-16mfd: s2mps11: Fix build after regmap field rename in sec-core.cKrzysztof Kozlowski
2013-09-17regulator: s2mps11: Use devm_regulator_registerSachin Kamat
2013-09-17regulator: s2mps11: Convert to devm_regulator_register()Mark Brown
2013-08-13regulator: s2mps11: Fix setting ramp_delayAxel Lin
2013-08-13regulator: s2mps11: Fix wrong arguments for regmap_update_bits() callAxel Lin
2013-07-15regulator: s2mps11: Convert driver completely to use set_ramp_delay callbackYadwinder Singh Brar
2013-07-15regulator: s2mps11: Add DT supportYadwinder Singh Brar
2013-07-15regulator: s2mps11: Implement set_ramp_rate callback for bucksYadwinder Singh Brar
2013-07-15regulator: s2mps11: Implement set_voltage_time_sel() ops for bucksYadwinder Singh Brar
2013-07-03regulator: s2mps11: Convert ramp rate to uV/us and set default ramp rateYadwinder Singh Brar
2013-05-12regulator: Remove unnecessary include of linux/delay.h from regulator driversAxel Lin
2013-01-31regulator: s2mps11: fix incorrect register for buck10Alim Akhtar
2012-12-10Merge remote-tracking branch 'regulator/topic/s2mps11' into regulator-nextMark Brown
2012-11-27regulator: s2mps11: Fix ramp delay value shift operationSangbeom Kim
2012-11-20regulator: remove use of __devexitBill Pemberton
2012-11-20regulator: remove use of __devinitBill Pemberton
2012-11-20regulator: remove use of __devexit_pBill Pemberton
2012-08-28regulator: s2mps11: Use array to save pointer to rdevAxel Lin
2012-07-12regulator: s2mps11: Use sec_reg_write rather than sec_reg_update when mask is...Axel Lin
2012-07-12regulator: s2mps11: Fix wrong setting for config.devAxel Lin
2012-07-12regulator: s2mps11: Fixup missing commasAxel Lin
2012-07-11regulator: s2mps11: Add samsung s2mps11 regulator driverSangbeom Kim