Age | Commit message (Expand) | Author | Files | Lines |
2012-05-07 | regulator: Actually free the regulator in devm_regulator_put() | Mark Brown | 1 | -1/+4 |
2012-04-04 | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Linus Torvalds | 1 | -2/+2 |
2012-03-30 | regulator: Fix deadlock on removal of regulators with supplies | Mark Brown | 1 | -2/+2 |
2012-03-21 | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Linus Torvalds | 1 | -57/+143 |
2012-03-19 | Merge remote-tracking branch 'regulator/topic/supply' into regulator-next | Mark Brown | 1 | -17/+8 |
2012-03-19 | Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/st... | Mark Brown | 1 | -0/+108 |
2012-03-19 | Merge remote-tracking branch 'regulator/topic/stub' into regulator-next | Mark Brown | 1 | -0/+2 |
2012-03-16 | regulator: Fix up a confusing dev_warn when DT lookup fails | Rajendra Nayak | 1 | -1/+1 |
2012-03-12 | regulator: Support driver probe deferral | Mark Brown | 1 | -2/+2 |
2012-02-24 | regulator: Set delay to 0 if set_voltage_time_sel callback returns error | Axel Lin | 1 | -1/+5 |
2012-02-21 | regulator: Remove ifdefs for debugfs code | Stephen Boyd | 1 | -22/+6 |
2012-02-21 | regulator: Clean up debugfs error handling a bit | Mark Brown | 1 | -5/+4 |
2012-02-20 | regulator: Simplify regulator_bulk_get and regulator_bulk_enable error paths | Axel Lin | 1 | -7/+4 |
2012-02-18 | regulator: Remove obsolete consumer_dev related comment | Axel Lin | 1 | -2/+0 |
2012-02-09 | regulator: Complain if a voltage range is specified but can't be used | Mark Brown | 1 | -0/+5 |
2012-02-09 | regulator: Don't add the function name to pr_fmt | Mark Brown | 1 | -2/+0 |
2012-02-02 | regulator: Remove support for supplies specified by struct device | Mark Brown | 1 | -15/+8 |
2012-01-25 | regulator: Reverse the disable sequence in regulator_bulk_disable() | Sylwester Nawrocki | 1 | -4/+4 |
2012-01-24 | regulator: Fix documentation for of_node parameter of regulator_register() | Mark Brown | 1 | -1/+2 |
2012-01-23 | kernel-doc: fix new warning in regulator core | Randy Dunlap | 1 | -0/+1 |
2012-01-22 | regulator: Provide devm_regulator_bulk_get() | Mark Brown | 1 | -0/+46 |
2012-01-22 | regulator: Implement devm_regulator_free() | Mark Brown | 1 | -0/+28 |
2012-01-20 | regulator: Add devm_regulator_get() | Stephen Boyd | 1 | -0/+34 |
2012-01-04 | regulator: add regulator_bulk_force_disable function | Donggeun Kim | 1 | -0/+37 |
2012-01-02 | regulator: Enable supply regulator if child rail is enabled. | Laxman Dewangan | 1 | -0/+8 |
2011-12-29 | regulator: Fix checking return value of create_regulator | Axel Lin | 1 | -3/+2 |
2011-12-29 | regulator: Fix the error handling if create_regulator fails | Axel Lin | 1 | -0/+1 |
2011-12-28 | regulator: Export regulator_is_supported_voltage() | Mark Brown | 1 | -0/+1 |
2011-11-30 | regulator: Allow regulators to register with no init_data | Mark Brown | 1 | -18/+25 |
2011-11-28 | Merge remote-tracking branch 'regulator/for-linus' into regulator-next | Mark Brown | 1 | -1/+1 |
2011-11-28 | regulator: fix use after free bug | Lothar Waßmann | 1 | -1/+1 |
2011-11-23 | Merge remote-tracking branch 'regulator/topic/dt' into regulator-next | Mark Brown | 1 | -13/+69 |
2011-11-23 | regulator: map consumer regulator based on device tree | Rajendra Nayak | 1 | -12/+67 |
2011-11-23 | regulator: pass additional of_node to regulator_register() | Rajendra Nayak | 1 | -1/+2 |
2011-11-23 | regulator: Don't create voltage sysfs entries if we can't read voltage | Mark Brown | 1 | -1/+2 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2011-11-02 | Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulator | Linus Torvalds | 1 | -1/+42 |
2011-11-01 | regulator: Add module.h to drivers/regulator users as required | Paul Gortmaker | 1 | -0/+1 |
2011-10-14 | regulator: Fix possible nullpointer dereference in regulator_enable() | Heiko Stübner | 1 | -1/+1 |
2011-10-04 | regulator: Fix return code from regulator_disable_deferred() | Mark Brown | 1 | -2/+7 |
2011-09-14 | regulator: Implement deferred disable support | Mark Brown | 1 | -0/+59 |
2011-08-28 | regulator: Add debugfs file showing the supply map table | Mark Brown | 1 | -0/+41 |
2011-07-22 | regulator: Fix argument format type errors in error prints | Mark Brown | 1 | -2/+2 |
2011-07-22 | regulator: Fix memory leak in set_machine_constraints() error paths | Axel Lin | 1 | -3/+4 |
2011-07-22 | regulator: Make core more chatty about some errors | Mark Brown | 1 | -2/+9 |
2011-07-04 | regulator: Add basic per consumer debugfs | Mark Brown | 1 | -1/+29 |
2011-06-09 | regulator: Add rdev_crit() macro | Mark Brown | 1 | -0/+2 |
2011-06-09 | regulator: Refactor supply implementation to work as regular consumers | Mark Brown | 1 | -65/+36 |
2011-06-09 | regulator: Include the device name in the microamps_requested_ file | Mark Brown | 1 | -2/+3 |
2011-06-09 | regulator: Increase the limit on sysfs file names | Mark Brown | 1 | -1/+1 |