summaryrefslogtreecommitdiff
path: root/drivers/mfd/max77686.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-18mfd: max77686: Add registration of max77686-clk for control 32khz clock outputsInha Song1-0/+1
2014-11-18mfd: max77686: check the interrupt is specified or notHyungwon Hwang1-0/+6
2014-11-18mfd: max77686: Add suspend/resume callback function for alarm wake-up.Jonghwa Lee1-0/+38
2014-11-18mfd: max77686: Enable register cacheTomasz Figa1-0/+19
2014-11-18mfd: max77686: Fix NULL pointer error of max77686 platform data.Jonghwa Lee1-1/+2
2014-05-06mfd: max77686: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+4
2014-02-06mfd: max77686: Fix regmap resource leak on driver removeKrzysztof Kozlowski1-1/+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