aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/ad5398.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-17regulator: ad5398: Convert to devm_regulator_registerGravatar Axel Lin 1-16/+3
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-07-04regulator: ad5398: Fix min/max current limit boundary checkingGravatar Axel Lin 1-3/+6
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+6
2012-04-09Merge branch 'regulator-register' into regulator-driversGravatar Mark Brown 1-1/+1
2012-04-05regulator: ad5398: Constify regulator_descGravatar Axel Lin 1-1/+1
2012-04-01regulator: ad5398: Use devm_kzallocGravatar Axel Lin 1-4/+1
2012-04-01regulator: ad5398: show changing current in uAGravatar Axel Lin 1-2/+2
2012-03-11regulator: ad5398: Use DIV_ROUND_UP macro to calculate selectorGravatar Axel Lin 1-2/+2
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2010-09-30i2c: Remove obsolete cleanup for clientdataGravatar Wolfram Sang 1-1/+0
2010-09-01regulator: ad5398 - fix a memory leakGravatar Axel Lin 1-6/+6
2010-08-11regulator: make sure the regulator is available prior to the consumers.Gravatar Sonic Zhang 1-1/+1
2010-08-11regulator: new drivers for AD5398 and AD5821Gravatar Sonic Zhang 1-0/+288