aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max77693.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-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/max77693', 'regulator/topic/max77802', 'regulator/topic/power-off' and 'regulator/topic/rk808' into regulator-nextMark Brown1-1/+1
2014-11-03regulator: max77693: Fix use of uninitialized regulator configKrzysztof Kozlowski1-1/+1
2014-10-28regulator: max77693: Make regulator_desc array constKrzysztof Kozlowski1-1/+1
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-17mfd: max77693: Remove unnecessary wrapper functionsRobert Baldyga1-6/+6
2014-03-10regulator: max77693: Remove state container as it is not neededKrzysztof Kozlowski1-31/+6
2014-02-18regulator: max77693: Add missing of_node_putSachin Kamat1-1/+4
2014-02-14regulator: max77693: Use of_get_child_by_nameSachin Kamat1-1/+1
2013-12-24regulator: max77693: Add missing .owner field in regulator_descAxel Lin1-0/+1
2013-09-17regulator: Remove redundant NULL assignmentSachin Kamat1-1/+0
2013-09-17regulator: max77693: Use devm_regulator_registerSachin Kamat1-24/+4
2013-07-01regulator: max77693: Remove NULL test for rmatch[i].init_dataAxel Lin1-3/+1
2013-07-01regulator: max77693: Fix trivial typoAxel Lin1-1/+1
2013-06-25regulator: max77693: Add max77693 regualtor driver.Jonghwa Lee1-0/+324