aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max77686.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-21mfd: max77686: Fix regmap resource leak on driver removeKrzysztof Kozlowski1-1/+1
2014-01-06mfd: maxim: Constify struct mfd_cell where possibleGeert Uytterhoeven1-1/+1
2013-10-23mfd: max77686: Include linux/of.h headerSachin Kamat1-0/+1
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2013-06-13mfd: max77686: Convert to managed resources for allocating memoryLee Jones1-17/+8
2013-06-11mfd: max77687: Add registration of max77686-clkOlof Johansson1-0/+1
2013-04-08mfd: max77686: Use NULL instead of 0Sachin Kamat1-1/+1
2013-01-22mfd: max77686: Init max77686->dev before using itAxel Lin1-9/+9
2012-11-28mfd: remove use of __devinitdataBill Pemberton1-1/+1
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+1
2012-07-10mfd: Guard max77686_pmic_dt_match with CONFIG_OFAxel Lin1-5/+5
2012-07-09mfd: Add device tree support for max77686Yadwinder Singh Brar1-6/+39
2012-07-09mfd: Allow to specify max77686 interrupt through DT or platform file alsoYadwinder Singh Brar1-0/+1
2012-07-09mfd: Remove unused max77686 iolock mutexAxel Lin1-3/+0
2012-07-09mfd: Add Maxim 77686 driverJonghwa Lee1-0/+156