aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps65090-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-07regulator: tps65090: Fix gpio initializationMarkus Pargmann1-0/+3
2014-11-07regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann1-0/+1
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-31regulator: tps65090: Set voltage for fixed regulatorsJavier Martinez Canillas1-34/+42
2014-05-02regulator: tps65090: Fix tps65090 crash on Tegra DalmoreDoug Anderson1-2/+5
2014-04-29regulator: tps65090: Make FETs more reliable by adding retriesDoug Anderson1-15/+140
2014-04-18regulator: tps65090: Allow setting the overcurrent wait timeDoug Anderson1-0/+56
2014-02-20regulator: tps65090: Remove redundant error messageSachin Kamat1-9/+3
2014-02-18regulator: tps65090: Add missing of_node_putSachin Kamat1-0/+1
2013-10-24Merge remote-tracking branch 'regulator/topic/tps65090' into regulator-nextMark Brown1-1/+1
2013-10-09regulator: tps65090: get regulators node from parent node onlyLaxman Dewangan1-1/+1
2013-09-17regulator: tps65090: Use devm_regulator_registerSachin Kamat1-30/+5
2013-01-31regulator: tps65090: Fix using wrong dev argument for calling of_regulator_matchAxel Lin1-1/+1
2013-01-29regulator: tps65090: add DT supportLaxman Dewangan1-5/+101
2012-12-10Merge remote-tracking branch 'regulator/topic/tps65090' into regulator-nextMark Brown1-0/+1
2012-11-24regulator: tps65090: Add MODULE_ALIASAxel Lin1-0/+1
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-4/+4
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-17regulator: tps65090: add external control support for DCDCLaxman Dewangan1-20/+57
2012-10-17regulator: tps65090: Add support for LDO regulatorsLaxman Dewangan1-0/+5
2012-10-17regulator: tps65090: rename driver name and regulator nameLaxman Dewangan1-8/+8
2012-10-17regulator: tps65090: Register all regulators in single probe callLaxman Dewangan1-58/+137
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown1-1/+0
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin1-1/+0
2012-04-18regulator: tps65090: Use generic regmap enable/disable operationsAxel Lin1-57/+7
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-01regulator: Remove _en_reg, _en_bit and _ops parameters from tps65090_REG macroAxel Lin1-14/+14
2012-04-01regulator: tps65090: Use IS_ERR to check return value of regulator_registerAxel Lin1-1/+1
2012-04-01regulator: Add TPS65090 regulator driverVenu Byravarasu1-0/+197