aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-24regulator: Fix documentation for of_node parameter of regulator_register()Mark Brown1-1/+2
2012-01-23kernel-doc: fix new warning in regulator coreRandy Dunlap1-0/+1
2012-01-03regulator: add regulator_bulk_force_disable functionDonggeun Kim1-0/+37
2012-01-02regulator: Enable supply regulator if child rail is enabled.Laxman Dewangan1-0/+8
2011-12-29regulator: Fix checking return value of create_regulatorAxel Lin1-3/+2
2011-12-29regulator: Fix the error handling if create_regulator failsAxel Lin1-0/+1
2011-12-28regulator: Export regulator_is_supported_voltage()Mark Brown1-0/+1
2011-11-30regulator: Allow regulators to register with no init_dataMark Brown1-18/+25
2011-11-28Merge remote-tracking branch 'regulator/for-linus' into regulator-nextMark Brown1-1/+1
2011-11-28regulator: fix use after free bugLothar Waßmann1-1/+1
2011-11-23Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown1-13/+69
2011-11-23regulator: map consumer regulator based on device treeRajendra Nayak1-12/+67
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+2
2011-11-23regulator: Don't create voltage sysfs entries if we can't read voltageMark Brown1-1/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-01Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulatorLinus Torvalds1-1/+42
2011-10-31regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker1-0/+1
2011-10-14regulator: Fix possible nullpointer dereference in regulator_enable()Heiko Stübner1-1/+1
2011-10-04regulator: Fix return code from regulator_disable_deferred()Mark Brown1-2/+7
2011-09-14regulator: Implement deferred disable supportMark Brown1-0/+59
2011-08-28regulator: Add debugfs file showing the supply map tableMark Brown1-0/+41
2011-07-22regulator: Fix argument format type errors in error printsMark Brown1-2/+2
2011-07-22regulator: Fix memory leak in set_machine_constraints() error pathsAxel Lin1-3/+4
2011-07-22regulator: Make core more chatty about some errorsMark Brown1-2/+9
2011-07-04regulator: Add basic per consumer debugfsMark Brown1-1/+29
2011-06-09regulator: Add rdev_crit() macroMark Brown1-0/+2
2011-06-09regulator: Refactor supply implementation to work as regular consumersMark Brown1-65/+36
2011-06-09regulator: Include the device name in the microamps_requested_ fileMark Brown1-2/+3
2011-06-09regulator: Increase the limit on sysfs file namesMark Brown1-1/+1
2011-05-30regulator: Do bulk enables of regulators in parallelMark Brown1-6/+26
2011-05-27regulator: Fix _regulator_get_voltage if get_voltage callback is NULLAxel Lin1-3/+5
2011-05-27regulator: Only apply voltage constraints from consumers that set themMark Brown1-0/+7
2011-05-27regulator: If we can't configure optimum mode we're always in the best oneMark Brown1-3/+13
2011-05-27regulator: Support voltage offsets to compensate for drops in systemMark Brown1-3/+12
2011-05-27regulator: Remove supply_regulator_dev from machine configurationMark Brown1-16/+0
2011-05-27regulator: Factor out references to rdev in regulator_force_disable()Mark Brown1-3/+4
2011-05-27regulator: Fix the argument of calling regulator_mode_constrainAxel Lin1-1/+1
2011-05-27regulator: When constraining modes fall back to higher power modesMark Brown1-9/+15
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-26regulator: provide consumer interface for fall/rise timeLinus Walleij1-0/+45
2011-03-26regulator: add set_voltage_time_sel infrastructureLinus Walleij1-0/+25
2011-03-26Regulator: add suspend-finish API for regulator core.MyungJoo Ham1-0/+41
2011-03-26regulator: If we fail when setting up a supply say which supplyMark Brown1-1/+4
2011-01-12regulator: Add initial per-regulator debugfs supportMark Brown1-0/+35
2011-01-12regulator: Make regulator_has_full_constraints a boolMark Brown1-1/+1
2011-01-12regulator: Clean up logging a bitMark Brown1-1/+1
2011-01-12regulator: Optimise out noop voltage changesMark Brown1-1/+8
2011-01-12regulator: Add API to re-apply voltage to hardwareMark Brown1-0/+47
2011-01-12regulator: Only notify voltage changes when they succeedMark Brown1-1/+4
2011-01-12regulator: Provide a selector based set_voltage_sel() operationMark Brown1-2/+35