aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps65090-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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