aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/max8907-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-31regulator: max8907-regulator: constify regulator_ops structureGravatar Bhumika Goyal 1-5/+5
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-09-10regulator: remove unnecessary of_node_get() to parentGravatar Guodong Xu 1-1/+1
2014-03-10regulator: max8907: Remove regulator_dev array from state containerGravatar Krzysztof Kozlowski 1-4/+5
2014-02-20regulator: max8907: Remove redundant error messageGravatar Sachin Kamat 1-3/+2
2014-02-14regulator: max8907: Use of_get_child_by_nameGravatar Sachin Kamat 1-1/+1
2013-09-17regulator: max8907-regulator: Use devm_regulator_registerGravatar Sachin Kamat 1-20/+3
2013-01-30regulator: Add missing of_node_put()Gravatar Axel Lin 1-3/+4
2013-01-27regulator: max8907: Fix using wrong dev argument for calling of_regulator_matchGravatar Axel Lin 1-2/+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-08-28regulator: max8907: Add MODULE_ALIASGravatar Axel Lin 1-0/+1
2012-08-28regulator: max8907: fix use of possibly NULL idataGravatar Stephen Warren 1-1/+4
2012-08-28regulator: max8907: fix compile error when !CONFIG_OFGravatar Stephen Warren 1-2/+22
2012-08-28regulator: max8907: Properly set pmic pointer in max8907_regulator_remove()Gravatar Axel Lin 1-1/+1
2012-08-28regulator: max8907: Fix n_voltages for MAX8907B SD1Gravatar Axel Lin 1-1/+2
2012-08-28regulator: add MAX8907 driverGravatar Gyungoh Yoo 1-0/+383