aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/max77686.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-19mfd: max77686: Fix possible NULL pointer dereference on i2c_new_dummy errorGravatar Krzysztof Kozlowski 1-0/+4
2014-01-21mfd: max77686: Fix regmap resource leak on driver removeGravatar Krzysztof Kozlowski 1-1/+1
2014-01-06mfd: maxim: Constify struct mfd_cell where possibleGravatar Geert Uytterhoeven 1-1/+1
2013-10-23mfd: max77686: Include linux/of.h headerGravatar Sachin Kamat 1-0/+1
2013-07-31mfd: Use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-06-13mfd: max77686: Convert to managed resources for allocating memoryGravatar Lee Jones 1-17/+8
2013-06-11mfd: max77687: Add registration of max77686-clkGravatar Olof Johansson 1-0/+1
2013-04-08mfd: max77686: Use NULL instead of 0Gravatar Sachin Kamat 1-1/+1
2013-01-22mfd: max77686: Init max77686->dev before using itGravatar Axel Lin 1-9/+9
2012-11-28mfd: remove use of __devinitdataGravatar Bill Pemberton 1-1/+1
2012-09-15mfd: core: Push irqdomain mapping out into devicesGravatar Mark Brown 1-1/+1
2012-07-10mfd: Guard max77686_pmic_dt_match with CONFIG_OFGravatar Axel Lin 1-5/+5
2012-07-09mfd: Add device tree support for max77686Gravatar Yadwinder Singh Brar 1-6/+39
2012-07-09mfd: Allow to specify max77686 interrupt through DT or platform file alsoGravatar Yadwinder Singh Brar 1-0/+1
2012-07-09mfd: Remove unused max77686 iolock mutexGravatar Axel Lin 1-3/+0
2012-07-09mfd: Add Maxim 77686 driverGravatar Jonghwa Lee 1-0/+156