summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max77693.c
AgeCommit message (Expand)AuthorLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Mark Brown-1/+1
2014-11-03regulator: max77693: Fix use of uninitialized regulator configKrzysztof Kozlowski-1/+1
2014-10-28regulator: max77693: Make regulator_desc array constKrzysztof Kozlowski-1/+1
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-06-17mfd: max77693: Remove unnecessary wrapper functionsRobert Baldyga-6/+6
2014-03-10regulator: max77693: Remove state container as it is not neededKrzysztof Kozlowski-31/+6
2014-02-18regulator: max77693: Add missing of_node_putSachin Kamat-1/+4
2014-02-14regulator: max77693: Use of_get_child_by_nameSachin Kamat-1/+1
2013-12-24regulator: max77693: Add missing .owner field in regulator_descAxel Lin-0/+1
2013-09-17regulator: Remove redundant NULL assignmentSachin Kamat-1/+0
2013-09-17regulator: max77693: Use devm_regulator_registerSachin Kamat-24/+4
2013-07-01regulator: max77693: Remove NULL test for rmatch[i].init_dataAxel Lin-3/+1
2013-07-01regulator: max77693: Fix trivial typoAxel Lin-1/+1
2013-06-25regulator: max77693: Add max77693 regualtor driver.Jonghwa Lee-0/+324