aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ad5398.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-31regulator: ad5398: constify regulator_ops structureBhumika Goyal1-1/+1
2016-02-20regulator: ad5398: Fix return value of ad5398_write_regAxel Lin1-2/+4
2015-08-30regulator: ad5398: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas1-1/+0
2013-09-17regulator: ad5398: Convert to devm_regulator_registerAxel Lin1-16/+3
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-04regulator: ad5398: Fix min/max current limit boundary checkingAxel Lin1-3/+6
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-09Merge branch 'regulator-register' into regulator-driversMark Brown1-1/+1
2012-04-05regulator: ad5398: Constify regulator_descAxel Lin1-1/+1
2012-04-01regulator: ad5398: Use devm_kzallocAxel Lin1-4/+1
2012-04-01regulator: ad5398: show changing current in uAAxel Lin1-2/+2
2012-03-11regulator: ad5398: Use DIV_ROUND_UP macro to calculate selectorAxel Lin1-2/+2
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2010-09-30i2c: Remove obsolete cleanup for clientdataWolfram Sang1-1/+0
2010-09-01regulator: ad5398 - fix a memory leakAxel Lin1-6/+6
2010-08-11regulator: make sure the regulator is available prior to the consumers.Sonic Zhang1-1/+1
2010-08-11regulator: new drivers for AD5398 and AD5821Sonic Zhang1-0/+288