Age | Commit message (Expand) | Author | Files | Lines |
2013-10-24 | Merge remote-tracking branch 'regulator/topic/optional' into regulator-next | Mark Brown | 1 | -34/+15 |
2013-10-24 | Merge remote-tracking branch 'regulator/topic/fixed' into regulator-next | Mark Brown | 1 | -1/+4 |
2013-10-24 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next | Mark Brown | 1 | -6/+70 |
2013-10-18 | regulator: core: Add ability to create a lookup alias for supply | Charles Keepax | 1 | -0/+170 |
2013-10-04 | regulator: core: Always warn when using a dummy regulator | Mark Brown | 1 | -7/+2 |
2013-09-30 | regulator: core: Reduce busy-wait looping | Thierry Reding | 1 | -5/+33 |
2013-09-24 | regulator: core: Always use return value when regulator_dev_lookup() fails | Mark Brown | 1 | -1/+2 |
2013-09-23 | regulator: core: Fix return code for invalid parameters | Mark Brown | 1 | -1/+1 |
2013-09-20 | regulator: core: Fix default return value for _get() | Mark Brown | 1 | -1/+1 |
2013-09-20 | regulator: core: set current constraints while setting machine constraints | Laxman Dewangan | 1 | -0/+34 |
2013-09-18 | regulator: core: add support for configuring turn-on time through constraints | Laxman Dewangan | 1 | -0/+2 |
2013-09-17 | regulator: core: Remove unused regulator_use_dummy_regulator() | Mark Brown | 1 | -17/+0 |
2013-09-17 | regulator: core: Provide a dummy regulator with full constraints | Mark Brown | 1 | -17/+19 |
2013-09-17 | regulator: core: Split devres code out into a separate file | Mark Brown | 1 | -251/+1 |
2013-09-17 | regulator: core: Refactor devm_regulator_get* APIs | Axel Lin | 1 | -65/+62 |
2013-09-17 | regulator: core: Fix a trivial typo | Sachin Kamat | 1 | -1/+1 |
2013-09-17 | regulator: core: Provide managed regulator registration | Mark Brown | 1 | -0/+66 |
2013-09-10 | regulator: core: provide fixed voltage in desc for single voltage rail | Laxman Dewangan | 1 | -1/+4 |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/ramp' into regulator-next | Mark Brown | 1 | -3/+4 |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/optional' into regulator-next | Mark Brown | 1 | -0/+89 |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/helpers' into regulator-next | Mark Brown | 1 | -427/+0 |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next | Mark Brown | 1 | -18/+26 |
2013-08-29 | regulator: Add devm_regulator_get_exclusive() | Matthias Kaehlcke | 1 | -0/+30 |
2013-08-18 | regulator: core: Use bool for exclusivitity flag | Mark Brown | 1 | -3/+3 |
2013-08-09 | regulator: core: Move list_voltage_{linear,linear_range,table} to helpers.c | Axel Lin | 1 | -86/+0 |
2013-08-07 | regulator: core: Move helpers for drivers out into a separate file | Mark Brown | 1 | -341/+0 |
2013-08-07 | Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-he... | Mark Brown | 1 | -0/+95 |
2013-07-31 | regulator: core: Provide hints to the core about optional supplies | Mark Brown | 1 | -0/+59 |
2013-07-25 | regulator: core: convert class code to use dev_groups | Greg Kroah-Hartman | 1 | -12/+16 |
2013-07-18 | regulator: core: Ensure selector is mapped | Mark Brown | 1 | -0/+2 |
2013-07-18 | regulator: core: Allow fixed voltage range in multiple linear ranges | Axel Lin | 1 | -3/+9 |
2013-07-18 | regulator: core: Use the power efficient workqueue for delayed powerdown | Mark Brown | 1 | -2/+3 |
2013-07-15 | regulator: core: Remove redundant checks | Yadwinder Singh Brar | 1 | -3/+2 |
2013-07-15 | regulator: core: Add support for disabling ramp delay | Yadwinder Singh Brar | 1 | -2/+4 |
2013-07-15 | regulator: core: Add helpers for multiple linear ranges | Mark Brown | 1 | -0/+87 |
2013-07-15 | regulator: core: Drop references on supply regulator when unregistering | Mark Brown | 1 | -1/+4 |
2013-07-01 | Merge remote-tracking branch 'regulator/topic/linar' into regulator-next | Mark Brown | 1 | -0/+15 |
2013-06-07 | regulator: core: add regulator_get_linear_step() | Paul Walmsley | 1 | -0/+15 |
2013-05-30 | Merge remote-tracking branch 'regulator/fix/doc' into regulator-linus | Mark Brown | 1 | -1/+4 |
2013-05-21 | regulator: core: Correct spelling mistake in comment | Charles Keepax | 1 | -1/+1 |
2013-05-02 | regulator: Fix kernel-doc generation warnings. | Robert P. J. Day | 1 | -1/+4 |
2013-04-28 | Merge remote-tracking branch 'regulator/topic/gpio' into v3.9-rc8 | Mark Brown | 1 | -19/+123 |
2013-04-28 | Merge remote-tracking branch 'regulator/topic/enable-invert' into v3.9-rc8 | Mark Brown | 1 | -4/+20 |
2013-04-28 | Merge remote-tracking branch 'regulator/topic/core' into v3.9-rc8 | Mark Brown | 1 | -3/+20 |
2013-04-18 | regulator: core: Add regulator_map_voltage_ascend() API | Axel Lin | 1 | -0/+31 |
2013-04-17 | regulator: core: return err value for regulator_get if there is no DT binding | Nishanth Menon | 1 | -1/+10 |
2013-04-05 | regulator: core: don't require a supply when supply_name is specified | Andrew Bresticker | 1 | -1/+9 |
2013-03-25 | regulator: Fix typo in of_get_regulator function comments | Maxime Ripard | 1 | -1/+1 |
2013-03-05 | regulator: core: Add enable_is_inverted flag to indicate set enable_mask bits... | Axel Lin | 1 | -4/+20 |
2013-03-05 | Merge remote-tracking branch 'regulator/fix/doc' into tmp | Mark Brown | 1 | -1/+1 |