Age | Commit message (Expand) | Author | Files | Lines |
2014-05-17 | regulator: s2mps11: Fix accidental enable of buck6 ramp delay | Krzysztof Kozlowski | 1 | -5/+10 |
2014-05-01 | regulator: s2mps11: Allow GPIO 0 to be used as external control on S2MPS14 | Krzysztof Kozlowski | 1 | -11/+11 |
2014-04-15 | regulator: s2mps11: Add external GPIO control for S2MPS14 | Krzysztof Kozlowski | 1 | -2/+65 |
2014-04-15 | regulator: s2mps11: Move DTS parsing code to separate function | Krzysztof Kozlowski | 1 | -12/+23 |
2014-04-02 | regulator: s2mps11: Don't check enable_shift before setting enable ramp rate | Axel Lin | 1 | -7/+5 |
2014-03-26 | Merge remote-tracking branches 'regulator/topic/max8973', 'regulator/topic/ma... | Mark Brown | 1 | -80/+280 |
2014-03-26 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next | Mark Brown | 1 | -2/+2 |
2014-03-19 | regulator: s2mps11: Add missing of_node_put | Sachin Kamat | 1 | -0/+1 |
2014-03-19 | regulator: s2mps11: Use of_get_child_by_name | Sachin Kamat | 1 | -1/+1 |
2014-03-19 | regulator: s2mps11: Add set_suspend_disable for S2MPS14 | Krzysztof Kozlowski | 1 | -1/+50 |
2014-03-19 | regulator: s2mps11: Add support for S2MPS14 regulators | Krzysztof Kozlowski | 1 | -61/+191 |
2014-03-04 | regulator: s2mps11: Fix section mismatch | Krzysztof Kozlowski | 1 | -46/+17 |
2014-03-03 | regulator: s2mps11: Copy supported regulators from initconst | Krzysztof Kozlowski | 1 | -13/+62 |
2014-03-03 | regulator: s2mps11: Constify regulator_desc array | Krzysztof Kozlowski | 1 | -1/+1 |
2014-03-03 | regulator: s2mps11: Don't store registered regulators in state container | Krzysztof Kozlowski | 1 | -5/+5 |
2014-02-03 | regulator: Make use of rdev_get_id() function where possible. | Thiago Farina | 1 | -2/+2 |
2014-01-31 | regulator: s2mps11: Fix NULL pointer of_node value when using platform data | Krzysztof Kozlowski | 1 | -0/+1 |
2014-01-23 | Merge remote-tracking branches 'regulator/topic/s2mps11', 'regulator/topic/s5... | Mark Brown | 1 | -2/+0 |
2013-12-30 | regulator: s2mps11: Clean up redundant code | Sachin Kamat | 1 | -2/+0 |
2013-12-16 | mfd: s2mps11: Fix build after regmap field rename in sec-core.c | Krzysztof Kozlowski | 1 | -1/+1 |
2013-09-17 | regulator: s2mps11: Use devm_regulator_register | Sachin Kamat | 1 | -1/+2 |
2013-09-17 | regulator: s2mps11: Convert to devm_regulator_register() | Mark Brown | 1 | -19/+1 |
2013-08-13 | regulator: s2mps11: Fix setting ramp_delay | Axel Lin | 1 | -2/+6 |
2013-08-13 | regulator: s2mps11: Fix wrong arguments for regmap_update_bits() call | Axel Lin | 1 | -2/+2 |
2013-07-15 | regulator: s2mps11: Convert driver completely to use set_ramp_delay callback | Yadwinder Singh Brar | 1 | -53/+9 |
2013-07-15 | regulator: s2mps11: Add DT support | Yadwinder Singh Brar | 1 | -11/+38 |
2013-07-15 | regulator: s2mps11: Implement set_ramp_rate callback for bucks | Yadwinder Singh Brar | 1 | -0/+117 |
2013-07-15 | regulator: s2mps11: Implement set_voltage_time_sel() ops for bucks | Yadwinder Singh Brar | 1 | -1/+52 |
2013-07-03 | regulator: s2mps11: Convert ramp rate to uV/us and set default ramp rate | Yadwinder Singh Brar | 1 | -1/+6 |
2013-05-12 | regulator: Remove unnecessary include of linux/delay.h from regulator drivers | Axel Lin | 1 | -1/+0 |
2013-01-31 | regulator: s2mps11: fix incorrect register for buck10 | Alim Akhtar | 1 | -2/+2 |
2012-12-10 | Merge remote-tracking branch 'regulator/topic/s2mps11' into regulator-next | Mark Brown | 1 | -5/+5 |
2012-11-28 | regulator: s2mps11: Fix ramp delay value shift operation | Sangbeom Kim | 1 | -5/+5 |
2012-11-20 | regulator: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-20 | regulator: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
2012-11-20 | regulator: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-08-28 | regulator: s2mps11: Use array to save pointer to rdev | Axel Lin | 1 | -19/+8 |
2012-07-12 | regulator: s2mps11: Use sec_reg_write rather than sec_reg_update when mask is... | Axel Lin | 1 | -3/+2 |
2012-07-12 | regulator: s2mps11: Fix wrong setting for config.dev | Axel Lin | 1 | -9/+5 |
2012-07-12 | regulator: s2mps11: Fixup missing commas | Axel Lin | 1 | -7/+7 |
2012-07-11 | regulator: s2mps11: Add samsung s2mps11 regulator driver | Sangbeom Kim | 1 | -0/+368 |