summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps65090-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | regulator: tps65090: Fix gpio initializationMarkus Pargmann2014-11-071-0/+3
* | regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann2014-11-071-0/+1
|/
* regulator: tps65090: Set voltage for fixed regulatorsJavier Martinez Canillas2014-07-311-34/+42
* regulator: tps65090: Fix tps65090 crash on Tegra DalmoreDoug Anderson2014-05-021-2/+5
* regulator: tps65090: Make FETs more reliable by adding retriesDoug Anderson2014-04-291-15/+140
* regulator: tps65090: Allow setting the overcurrent wait timeDoug Anderson2014-04-181-0/+56
* regulator: tps65090: Remove redundant error messageSachin Kamat2014-02-201-9/+3
* regulator: tps65090: Add missing of_node_putSachin Kamat2014-02-181-0/+1
* Merge remote-tracking branch 'regulator/topic/tps65090' into regulator-nextMark Brown2013-10-241-1/+1
|\
| * regulator: tps65090: get regulators node from parent node onlyLaxman Dewangan2013-10-091-1/+1
* | regulator: tps65090: Use devm_regulator_registerSachin Kamat2013-09-171-30/+5
|/
* regulator: tps65090: Fix using wrong dev argument for calling of_regulator_matchAxel Lin2013-01-311-1/+1
* regulator: tps65090: add DT supportLaxman Dewangan2013-01-291-5/+101
* Merge remote-tracking branch 'regulator/topic/tps65090' into regulator-nextMark Brown2012-12-101-0/+1
|\
| * regulator: tps65090: Add MODULE_ALIASAxel Lin2012-11-241-0/+1
* | regulator: remove use of __devexitBill Pemberton2012-11-201-1/+1
* | regulator: remove use of __devinitBill Pemberton2012-11-201-4/+4
* | regulator: remove use of __devexit_pBill Pemberton2012-11-201-1/+1
|/
* regulator: tps65090: add external control support for DCDCLaxman Dewangan2012-10-171-20/+57
* regulator: tps65090: Add support for LDO regulatorsLaxman Dewangan2012-10-171-0/+5
* regulator: tps65090: rename driver name and regulator nameLaxman Dewangan2012-10-171-8/+8
* regulator: tps65090: Register all regulators in single probe callLaxman Dewangan2012-10-171-58/+137
* Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown2012-05-121-1/+0
|\
| * regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin2012-04-231-1/+0
* | regulator: tps65090: Use generic regmap enable/disable operationsAxel Lin2012-04-181-57/+7
|/
* regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-2/+6
* regulator: Remove _en_reg, _en_bit and _ops parameters from tps65090_REG macroAxel Lin2012-04-011-14/+14
* regulator: tps65090: Use IS_ERR to check return value of regulator_registerAxel Lin2012-04-011-1/+1
* regulator: Add TPS65090 regulator driverVenu Byravarasu2012-04-011-0/+197