summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max77686.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: max77686: Use devm_mfd_add_devices and devm_regmap_add_irq_chipLaxman Dewangan2016-05-091-23/+8
* mfd: max77686: Use module_i2c_driver() instead of subsys initcallJavier Martinez Canillas2016-04-191-12/+1
* mfd: max77686/max77693: Fix misspelled Samsung addressKrzysztof Kozlowski2016-04-191-1/+1
* Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-181-0/+2
|\
| * mfd: max77686: Add max77802 to I2C device ID tableJavier Martinez Canillas2016-03-161-0/+1
| * mfd: max77686: Export OF module alias informationJavier Martinez Canillas2016-03-161-0/+1
* | rtc: max77686: move initialisation of rtc regmap, irq chip locallyLaxman Dewangan2016-03-141-82/+3
* | mfd: max77686: do not set i2c client data for rtc i2c clientLaxman Dewangan2016-03-141-1/+0
|/
* mfd: Use to_i2c_client() instead of open-coding itGeliang Tang2016-01-141-2/+2
* mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski2015-08-111-1/+0
* mfd: max77686/802: Remove support for board filesKrzysztof Kozlowski2015-01-221-23/+0
* mfd: max77686: Constify struct regmap_configKrzysztof Kozlowski2015-01-221-3/+3
* mfd: max77686: Remove check which is always trueLee Jones2014-09-261-1/+1
* mfd: max77686: Ensure device type IDs are architecture agnosticLee Jones2014-07-251-3/+2
* mfd: max77686: Add Maxim 77802 PMIC supportJavier Martinez Canillas2014-07-251-27/+170
* mfd: max77686: Fix 'line over 80 chars' warningLee Jones2014-07-211-1/+1
* mfd: max77686: Remove unneeded OOM error messageJavier Martinez Canillas2014-07-211-3/+1
* mfd: max77686: Make error checking consistentJavier Martinez Canillas2014-07-211-5/+5
* mfd: max77686: Return correct error when pdata isn't foundJavier Martinez Canillas2014-07-211-1/+1
* mfd: max77686: Make platform data over-rule DTJavier Martinez Canillas2014-07-211-1/+1
* mfd: max77686: Don't define dummy function if OF isn't enabledJavier Martinez Canillas2014-07-211-9/+1
* mfd: max77686: Add power management supportJavier Martinez Canillas2014-07-211-0/+40
* mfd: max77686: Convert to use regmap_irqJavier Martinez Canillas2014-07-211-6/+91
* mfd: max77686: Make of_device_id array constKrzysztof Kozlowski2014-06-031-1/+1
* mfd: max77686: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski2014-03-191-0/+4
* mfd: max77686: Fix regmap resource leak on driver removeKrzysztof Kozlowski2014-01-211-1/+1
* mfd: maxim: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-061-1/+1
* mfd: max77686: Include linux/of.h headerSachin Kamat2013-10-231-0/+1
* mfd: Use dev_get_platdata()Jingoo Han2013-07-311-1/+1
* mfd: max77686: Convert to managed resources for allocating memoryLee Jones2013-06-131-17/+8
* mfd: max77687: Add registration of max77686-clkOlof Johansson2013-06-111-0/+1
* mfd: max77686: Use NULL instead of 0Sachin Kamat2013-04-081-1/+1
* mfd: max77686: Init max77686->dev before using itAxel Lin2013-01-221-9/+9
* mfd: remove use of __devinitdataBill Pemberton2012-11-281-1/+1
* mfd: core: Push irqdomain mapping out into devicesMark Brown2012-09-151-1/+1
* mfd: Guard max77686_pmic_dt_match with CONFIG_OFAxel Lin2012-07-101-5/+5
* mfd: Add device tree support for max77686Yadwinder Singh Brar2012-07-091-6/+39
* mfd: Allow to specify max77686 interrupt through DT or platform file alsoYadwinder Singh Brar2012-07-091-0/+1
* mfd: Remove unused max77686 iolock mutexAxel Lin2012-07-091-3/+0
* mfd: Add Maxim 77686 driverJonghwa Lee2012-07-091-0/+156
OpenPOWER on IntegriCloud