summaryrefslogtreecommitdiffstats
path: root/include/linux/regulator
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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-201-3/+3
| | * | regulator: support multiple dummy fixed regulatorsGuennadi Liakhovetski2012-06-201-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/+0Star
* regulator: tps62360: make init_data of platform data to pointer.Laxman Dewangan2012-05-131-3/+1Star
* 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/+3Star
|\
| * Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-04-041-5/+3Star
| |\
| | * regulator: Fix comments in include/linux/regulator/machine.hAxel Lin2012-03-291-5/+3Star
* | | regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-5/+26
* | | Merge branch 'regulator-register' into regulator-driversMark Brown2012-04-091-2/+3
|\ \ \
| * | | regulator: core: Constify the regulator_desc passed in when registeringMark Brown2012-04-041-2/+3
| |/ /
* | | regulator: fixed: Support for open drain gpio pinLaxman Dewangan2012-04-031-0/+7
* | | regulator: Add TPS65090 regulator driverVenu Byravarasu2012-04-011-0/+50
|/ /
* | Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-03-281-1/+69
|\ \
| * | mfd: Support AB9540 ab8500 variantLinus Walleij2012-03-061-1/+69
* | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-24/+0Star
|\ \ \
| * \ \ Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Arnd Bergmann2012-03-245-6/+94
| |\ \ \ | | | |/ | | |/|
| * | | regulator: Remove bq24022 regulator driverHeiko Stübner2012-03-071-24/+0Star
| | |/ | |/|
* | | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+2
|\ \ \ | |_|/ |/| |
| * | device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-161-1/+2
| |/
* | Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown2012-03-181-2/+0Star
|\ \
| * | regulator: Remove support for supplies specified by struct deviceMark Brown2012-02-021-2/+0Star
* | | Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/st...Mark Brown2012-03-181-0/+22
|\ \ \
| * | | regulator: Add devm_regulator_put in consumer.hAxel Lin2012-01-291-1/+5
| * | | regulator: Add empty devm_regulator_bulk_get for !CONFIG_REGULATORAxel Lin2012-01-271-0/+6
| * | | regulator: Provide devm_regulator_bulk_get()Mark Brown2012-01-221-0/+2
| * | | regulator: Implement devm_regulator_free()Mark Brown2012-01-221-0/+1
| * | | regulator: Add devm_regulator_get()Stephen Boyd2012-01-201-0/+9
| | |/ | |/|
* | | Merge remote-tracking branch 'regulator/topic/stub' into regulator-nextMark Brown2012-03-181-0/+13
|\ \ \
| * | | regulator: provide a helper for registering a fixed regulatorSascha Hauer2012-03-031-0/+13
| |/ /
* | | Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown2012-03-181-0/+57
|\ \ \ | | |/ | |/|