aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/max77693.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-19mfd: max77686/max77693: Fix misspelled Samsung addressGravatar Krzysztof Kozlowski 1-1/+1
2016-04-19mfd: max77693: Allow building as a moduleGravatar Krzysztof Kozlowski 1-12/+2
2016-01-14mfd: Use to_i2c_client() instead of open-coding itGravatar Geliang Tang 1-2/+2
2015-09-04Merge tag 'mfd-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2015-08-11mfd: Drop owner assignment from i2c_driversGravatar Krzysztof Kozlowski 1-1/+0
2015-07-16drivers: max77693: Move state container to common headerGravatar Krzysztof Kozlowski 1-15/+16
2015-03-12mfd: max77693: Modify flash cell name identifiersGravatar Jacek Anaszewski 1-2/+2
2014-12-08Merge tag 'mfd-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+26
2014-11-25mfd: max77693: Map charger device to its own of_nodeGravatar Krzysztof Kozlowski 1-1/+4
2014-11-25mfd: max77693: Add haptic of_compatible in mfd_cellGravatar Jaewon Kim 1-1/+4
2014-11-25mfd: max77693: Initialize haptic register mapGravatar Jaewon Kim 1-3/+18
2014-11-10mfd: max77693: Fix always masked MUIC interruptsGravatar Krzysztof Kozlowski 1-0/+12
2014-11-10mfd: max77693: Use proper regmap for handling MUIC interruptsGravatar Krzysztof Kozlowski 1-1/+1
2014-09-26mfd: max77693: Improve support for the flash cellGravatar Jacek Anaszewski 1-1/+4
2014-06-17mfd: max77693: Handle IRQs using regmapGravatar Robert Baldyga 1-11/+147
2014-06-17mfd: max77693: Remove unnecessary wrapper functionsGravatar Robert Baldyga 1-54/+2
2014-06-03mfd: max77693: Make of_device_id array constGravatar Krzysztof Kozlowski 1-1/+1
2014-03-19mfd: max77693: Fix possible NULL pointer dereference on i2c_new_dummy errorGravatar Krzysztof Kozlowski 1-1/+11
2014-01-21mfd: max77693: Set proper maximum register for MUIC regmapGravatar Krzysztof Kozlowski 1-1/+7
2014-01-06mfd: maxim: Constify struct mfd_cell where possibleGravatar Geert Uytterhoeven 1-1/+1
2013-10-23mfd: max77693: Include linux/of.h headerGravatar Sachin Kamat 1-0/+1
2013-10-23mfd: max77693: Added device tree supportGravatar Andrzej Hajda 1-0/+8
2013-10-23mfd: max77693: Remove device wakeup from driverGravatar Andrzej Hajda 1-10/+0
2013-07-31mfd: Use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-01-22mfd: max77693: Init max77693->dev before using itGravatar Axel Lin 1-16/+18
2012-09-16mfd: MAX77693: Fix NULL pointer error when initializing irqsGravatar Chanwoo Choi 1-0/+14
2012-09-15mfd: core: Push irqdomain mapping out into devicesGravatar Mark Brown 1-1/+1
2012-07-09mfd: Fix max77693 irq leak and wrong kfree callGravatar Axel Lin 1-3/+4
2012-07-09mfd: Staticise max77693 pm_opsGravatar Mark Brown 1-1/+1
2012-07-09mfd: Remove unused max77693 iolock mutexGravatar Axel Lin 1-2/+0
2012-05-20mfd: Add MAX77693 irq handlerGravatar Chanwoo Choi 1-0/+32
2012-05-20mfd: Add MAX77693 driverGravatar Chanwoo Choi 1-0/+217