summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max77693.c
AgeCommit message (Expand)AuthorLines
2014-12-08Merge tag 'mfd-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+26
2014-11-25mfd: max77693: Map charger device to its own of_nodeKrzysztof Kozlowski-1/+4
2014-11-25mfd: max77693: Add haptic of_compatible in mfd_cellJaewon Kim-1/+4
2014-11-25mfd: max77693: Initialize haptic register mapJaewon Kim-3/+18
2014-11-10mfd: max77693: Fix always masked MUIC interruptsKrzysztof Kozlowski-0/+12
2014-11-10mfd: max77693: Use proper regmap for handling MUIC interruptsKrzysztof Kozlowski-1/+1
2014-09-26mfd: max77693: Improve support for the flash cellJacek Anaszewski-1/+4
2014-06-17mfd: max77693: Handle IRQs using regmapRobert Baldyga-11/+147
2014-06-17mfd: max77693: Remove unnecessary wrapper functionsRobert Baldyga-54/+2
2014-06-03mfd: max77693: Make of_device_id array constKrzysztof Kozlowski-1/+1
2014-03-19mfd: max77693: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski-1/+11
2014-01-21mfd: max77693: Set proper maximum register for MUIC regmapKrzysztof Kozlowski-1/+7
2014-01-06mfd: maxim: Constify struct mfd_cell where possibleGeert Uytterhoeven-1/+1
2013-10-23mfd: max77693: Include linux/of.h headerSachin Kamat-0/+1
2013-10-23mfd: max77693: Added device tree supportAndrzej Hajda-0/+8
2013-10-23mfd: max77693: Remove device wakeup from driverAndrzej Hajda-10/+0
2013-07-31mfd: Use dev_get_platdata()Jingoo Han-1/+1
2013-01-22mfd: max77693: Init max77693->dev before using itAxel Lin-16/+18
2012-09-16mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi-0/+14
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown-1/+1
2012-07-09mfd: Fix max77693 irq leak and wrong kfree callAxel Lin-3/+4
2012-07-09mfd: Staticise max77693 pm_opsMark Brown-1/+1
2012-07-09mfd: Remove unused max77693 iolock mutexAxel Lin-2/+0
2012-05-20mfd: Add MAX77693 irq handlerChanwoo Choi-0/+32
2012-05-20mfd: Add MAX77693 driverChanwoo Choi-0/+217