aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator/driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-01regulator: core: update kernel documentation for regulator_descNishanth Menon1-0/+2
2012-12-24regulator: core: Allow specify apply_[reg|bit] for regmap based voltage_sel operationsAxel Lin1-0/+6
2012-12-10Merge remote-tracking branch 'regulator/topic/min' into regulator-nextMark Brown1-0/+2
2012-11-27regulator: core: Allow specific minimal selector for starting linear mappingAxel Lin1-0/+2
2012-10-15regulator: core: Support for continuous voltage rangePawel Moll1-0/+3
2012-09-28Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-nextMark Brown1-1/+17
2012-09-10regulator: core: Provide regmap get/set bypass operationsMark Brown1-0/+4
2012-09-10regulator: core: Support bypass modeMark Brown1-0/+10
2012-08-31regulator: Clarify documentation for regmap in the configMark Brown1-1/+2
2012-08-28regulator: Update comment for set_current_limit callback of struct regulator_opsAxel Lin1-0/+1
2012-07-22Merge branch 'regulator-drivers' into regulator-nextMark Brown1-0/+23
2012-07-12regulator: Add REGULATOR_STATUS_UNDEFINED.Krystian Garbaciak1-0/+2
2012-07-03regulator: core: Add core support for GPIO controlled enable linesMark Brown1-0/+11
2012-07-03regulator: core: Allow fixed enable_time to be set in the regulator_descMark Brown1-0/+4
2012-06-18regulator: core: Change the unit of ramp_delay from mV/uS to uV/uSAxel Lin1-1/+1
2012-06-17regulator: Add ramp_delay configuration to constraintsYadwinder Singh Brar1-0/+3
2012-06-11regulator: core: Add regulator_set_voltage_time_sel to calculate ramp delay.Yadwinder Singh Brar1-0/+5
2012-06-03regulator: core: Allow drivers to set voltage mapping table in regulator_descAxel Lin1-0/+5
2012-05-12regulator: core: Allow drivers to set simple linear voltage maps as dataMark Brown1-2/+13
2012-05-12regulator: core: Allow regulators to provide a voltage to selector mappingMark Brown1-0/+4
2012-04-16regulator: core: Provide standard enable operations for regmap usersMark Brown1-0/+7
2012-04-16regulator: core: Provide regmap based voltage_sel operationsMark Brown1-0/+9
2012-04-16regulator: core: Allow drivers to pass in a regmapMark Brown1-0/+4
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-5/+26
2012-04-04regulator: core: Constify the regulator_desc passed in when registeringMark Brown1-2/+3
2012-02-21regulator: Remove ifdefs for debugfs codeStephen Boyd1-2/+0
2012-02-16regulator: fix wrong header name in descriptionKim, Milo1-2/+2
2011-11-23regulator: map consumer regulator based on device treeRajendra Nayak1-0/+2
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-10-31regulator: Fix implicit use of notifier.h by driver.hPaul Gortmaker1-0/+1
2011-09-14regulator: Implement deferred disable supportMark Brown1-0/+3
2011-06-09regulator: Refactor supply implementation to work as regular consumersMark Brown1-3/+1
2011-03-26regulator: add set_voltage_time_sel infrastructureLinus Walleij1-2/+9
2011-01-12regulator: Add initial per-regulator debugfs supportMark Brown1-2/+6
2011-01-12regulator: Provide a selector based set_voltage_sel() operationMark Brown1-0/+3
2011-01-12regulator: Allow drivers to report voltages as selectorsMark Brown1-0/+3
2011-01-12regulator: Copy constraints from regulators when initialising themMark Brown1-1/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-1/+2
2010-03-03regulator: Allow regulators to specify the time taken to ramp on enableMark Brown1-0/+6
2009-09-22regulator/driver: be more specific in nanodoc for is_enabledWolfram Sang1-1/+2
2009-09-22regulator: Add regulator_get_exclusive() APIMark Brown1-0/+2
2009-09-17regulator: Provide mode to status conversion functionMark Brown1-0/+2
2009-04-28regulator: fix header file missing kernel-docRandy Dunlap1-0/+1
2009-03-31regulator: get_status() grows kerneldocDavid Brownell1-9/+10
2009-03-31regulator: enumerate voltages (v2)David Brownell1-0/+9
2009-03-31regulator: email - update email address and regulator webpage.Liam Girdwood1-1/+1
2009-03-31regulator: fix header file missing kernel-docRandy Dunlap1-0/+1
2009-03-31regulator: Hoist struct regulator_dev out of core to fix notifiersMark Brown1-0/+32
2009-03-31regulator: Pass regulator init data as explict argument when registeringMark Brown1-1/+2
2009-03-31regulator: add get_status()David Brownell1-0/+17