summaryrefslogtreecommitdiffstats
path: root/include/linux/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regulator/topic/tol' into regulator-nextMark Brown2012-12-101-0/+8
|\
| * regulator: core: Add regulator_is_supported_voltage_tol()Mark Brown2012-11-141-0/+8
* | Merge remote-tracking branch 'regulator/topic/stub' into regulator-nextMark Brown2012-12-101-0/+4
|\ \
| * | regulator: add missing prototype for regulator_is_supported_voltagePhilip Rakity2012-11-211-0/+4
| |/
* | Merge remote-tracking branch 'regulator/topic/min' into regulator-nextMark Brown2012-12-101-0/+2
|\ \
| | \
| | \
| *-. \ Merge branches 'topic/da9055' and 'topic/tps51632' of git://git.kernel.org/pu...Mark Brown2012-11-271-0/+47
| |\ \ \ | | | |/ | | |/|
| * | | regulator: core: Allow specific minimal selector for starting linear mappingAxel Lin2012-11-271-0/+2
| |/ /
* | | Merge remote-tracking branch 'regulator/topic/max8973' into regulator-nextMark Brown2012-12-101-0/+72
|\ \ \
| * | | regulator: max8973: add regulator driver supportLaxman Dewangan2012-11-191-0/+72
| |/ /
* | | Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown2012-12-103-50/+50
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'topic/tps51632', 'topic/tps80031', 'topic/vexpress', 'topic/m...Mark Brown2012-11-203-50/+50
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | | | * regulator: tps65090: Register all regulators in single probe callLaxman Dewangan2012-10-171-50/+0
| | |_|/ | |/| |
| | | * regulator: core: Support for continuous voltage rangePawel Moll2012-10-151-0/+3
| | |/ | |/|
| | * regulator: tps51632: Add tps51632 regulator driverLaxman Dewangan2012-10-151-0/+47
| |/
* | regulators: add regulator_can_change_voltage() functionMarek Szyprowski2012-12-061-0/+1
|/
*-----. Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypas...Mark Brown2012-09-284-1/+94
|\ \ \ \
| | | | * regulator: Fairchild fan53555 supportYunfan Zhang2012-09-101-0/+60
| | | | * regulator: Update comment for set_current_limit callback of struct regulator_opsAxel Lin2012-08-281-0/+1
| |_|_|/ |/| | |
| | | * regulator: add a new API regulator_set_voltage_tol()Shawn Guo2012-08-081-0/+7
| |_|/ |/| |
| | * regulator: core: Provide regmap get/set bypass operationsMark Brown2012-09-101-0/+4
| | * regulator: core: Support bypass modeMark Brown2012-09-103-0/+20
| |/ |/|
| * regulator: Clarify documentation for regmap in the configMark Brown2012-08-311-1/+2
|/
* Merge branch 'regulator-drivers' into regulator-nextMark Brown2012-07-224-0/+118
|\
| * regulator: fixed: dt: support for input supplyLaxman Dewangan2012-07-051-0/+2
| * regulator: core: Add core support for GPIO controlled enable linesMark Brown2012-07-031-0/+11
| * regulator: core: Allow fixed enable_time to be set in the regulator_descMark Brown2012-07-031-0/+4
| * regulator: add new regulator driver for lp872xKim, Milo2012-06-191-0/+90
| * regulator: core: Change the unit of ramp_delay from mV/uS to uV/uSAxel Lin2012-06-182-2/+2
| * regulator: Add ramp_delay configuration to constraintsYadwinder Singh Brar2012-06-172-0/+6
| * regulator: core: Add regulator_set_voltage_time_sel to calculate ramp delay.Yadwinder Singh Brar2012-06-111-0/+5
| |
| \
*-. \ Merge branches 'regulator-core', 'regulator-dt' and 'regulator-dummy' into re...Mark Brown2012-07-221-4/+7
|\ \ \
| | * | regulator: extend the fixed dummy voltage regulator to accept voltageGuennadi Liakhovetski2012-06-191-3/+3
| | * | regulator: support multiple dummy fixed regulatorsGuennadi Liakhovetski2012-06-191-2/+5
| |/ /
* | | regulator: Add REGULATOR_STATUS_UNDEFINED.Krystian Garbaciak2012-07-121-0/+2
* | | regulator: add missing defintion regulator_is_supported_voltagePhilip Rakity2012-07-011-0/+6
* | | regulator: stubs: Make stub regulator_get_voltage() return an errorMark Brown2012-06-181-1/+1
| |/ |/|
* | regulator: core: Allow drivers to set voltage mapping table in regulator_descAxel Lin2012-06-031-0/+5
|/
* regulator: tps62360: support force PWM mode via regulator modeLaxman Dewangan2012-05-141-2/+0
* regulator: tps62360: make init_data of platform data to pointer.Laxman Dewangan2012-05-131-3/+1
* regulator: core: Allow drivers to set simple linear voltage maps as dataMark Brown2012-05-121-2/+13
* regulator: core: Allow regulators to provide a voltage to selector mappingMark Brown2012-05-121-0/+4
* Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown2012-05-121-0/+18
|\
| * regulator: Add generic DT parsing for regulatorsThierry Reding2012-05-041-0/+18
* | regulator: core: Provide standard enable operations for regmap usersMark Brown2012-04-161-0/+7
* | regulator: core: Provide regmap based voltage_sel operationsMark Brown2012-04-161-0/+9
* | regulator: core: Allow drivers to pass in a regmapMark Brown2012-04-161-0/+4
|/
* Merge tag 'v3.4-rc2' into regulator-driversMark Brown2012-04-101-5/+3
|\
| * Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-04-041-5/+3
| |\
| | * regulator: Fix comments in include/linux/regulator/machine.hAxel Lin2012-03-291-5/+3
* | | regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-5/+26
OpenPOWER on IntegriCloud