summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-03-211-57/+143
|\
| * Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown2012-03-181-17/+8Star
| |\
| | * regulator: Remove obsolete consumer_dev related commentAxel Lin2012-02-181-2/+0Star
| | * regulator: Remove support for supplies specified by struct deviceMark Brown2012-02-021-15/+8Star
| * | Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/st...Mark Brown2012-03-181-0/+108
| |\ \
| | * | regulator: Provide devm_regulator_bulk_get()Mark Brown2012-01-221-0/+46
| | * | regulator: Implement devm_regulator_free()Mark Brown2012-01-221-0/+28
| | * | regulator: Add devm_regulator_get()Stephen Boyd2012-01-201-0/+34
| * | | Merge remote-tracking branch 'regulator/topic/stub' into regulator-nextMark Brown2012-03-181-0/+2
| |\ \ \ | | | |/ | | |/|
| * | | regulator: Fix up a confusing dev_warn when DT lookup failsRajendra Nayak2012-03-161-1/+1
| * | | regulator: Set delay to 0 if set_voltage_time_sel callback returns errorAxel Lin2012-02-241-1/+5
| * | | regulator: Remove ifdefs for debugfs codeStephen Boyd2012-02-211-22/+6Star
| * | | regulator: Clean up debugfs error handling a bitMark Brown2012-02-211-5/+4Star
| * | | regulator: Simplify regulator_bulk_get and regulator_bulk_enable error pathsAxel Lin2012-02-201-7/+4Star
| * | | regulator: Complain if a voltage range is specified but can't be usedMark Brown2012-02-091-0/+5
| * | | regulator: Don't add the function name to pr_fmtMark Brown2012-02-091-2/+0Star
| * | | regulator: Reverse the disable sequence in regulator_bulk_disable()Sylwester Nawrocki2012-01-251-4/+4
| | |/ | |/|
* | | regulator: Support driver probe deferralMark Brown2012-03-121-2/+2
| |/ |/|
* | regulator: Fix documentation for of_node parameter of regulator_register()Mark Brown2012-01-241-1/+2
* | kernel-doc: fix new warning in regulator coreRandy Dunlap2012-01-231-0/+1
|/
* regulator: add regulator_bulk_force_disable functionDonggeun Kim2012-01-031-0/+37
* regulator: Enable supply regulator if child rail is enabled.Laxman Dewangan2012-01-021-0/+8
* regulator: Fix checking return value of create_regulatorAxel Lin2011-12-291-3/+2Star
* regulator: Fix the error handling if create_regulator failsAxel Lin2011-12-291-0/+1
* regulator: Export regulator_is_supported_voltage()Mark Brown2011-12-281-0/+1
* regulator: Allow regulators to register with no init_dataMark Brown2011-11-301-18/+25
* Merge remote-tracking branch 'regulator/for-linus' into regulator-nextMark Brown2011-11-281-1/+1
|\
| * regulator: fix use after free bugLothar Waßmann2011-11-281-1/+1
* | Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown2011-11-231-13/+69
|\ \
| * | regulator: map consumer regulator based on device treeRajendra Nayak2011-11-231-12/+67
| * | regulator: pass additional of_node to regulator_register()Rajendra Nayak2011-11-231-1/+2
| |/
* / regulator: Don't create voltage sysfs entries if we can't read voltageMark Brown2011-11-231-1/+2
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker2011-11-011-0/+1
* | Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulatorLinus Torvalds2011-11-011-1/+42
|\ \ | |/ |/|
| * regulator: Fix possible nullpointer dereference in regulator_enable()Heiko Stübner2011-10-141-1/+1
| * regulator: Add debugfs file showing the supply map tableMark Brown2011-08-281-0/+41
* | regulator: Fix return code from regulator_disable_deferred()Mark Brown2011-10-041-2/+7
* | regulator: Implement deferred disable supportMark Brown2011-09-141-0/+59
|/
* regulator: Fix argument format type errors in error printsMark Brown2011-07-221-2/+2
* regulator: Fix memory leak in set_machine_constraints() error pathsAxel Lin2011-07-221-3/+4
* regulator: Make core more chatty about some errorsMark Brown2011-07-221-2/+9
* regulator: Add basic per consumer debugfsMark Brown2011-07-041-1/+29
* regulator: Add rdev_crit() macroMark Brown2011-06-091-0/+2
* regulator: Refactor supply implementation to work as regular consumersMark Brown2011-06-091-65/+36Star
* regulator: Include the device name in the microamps_requested_ fileMark Brown2011-06-091-2/+3
* regulator: Increase the limit on sysfs file namesMark Brown2011-06-091-1/+1
* regulator: Do bulk enables of regulators in parallelMark Brown2011-05-301-6/+26
* regulator: Fix _regulator_get_voltage if get_voltage callback is NULLAxel Lin2011-05-271-3/+5
* regulator: Only apply voltage constraints from consumers that set themMark Brown2011-05-271-0/+7