aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/max77686.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01mfd: max77686: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-08-18mfd: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-06-15mfd: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2022-12-07mfd: max77686: Remove #ifdef guards for PM related functionsGravatar Paul Cercueil 1-4/+2
2022-03-07rtc: max77686: Rename day-of-month definesGravatar Luca Ceresoli 1-1/+1
2021-11-05mfd: max77686: Do not enforce (incorrect) interrupt trigger typeGravatar Krzysztof Kozlowski 1-2/+1
2020-11-27mfd: max77686: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2018-10-23mfd: maxim: Add SPDX license identifiersGravatar Krzysztof Kozlowski 1-23/+9
2017-02-13mfd: max77686: Remove I2C device ID tableGravatar Javier Martinez Canillas 1-8/+0
2017-02-13mfd: max77686: Use the struct i2c_driver .probe_new instead of .probeGravatar Javier Martinez Canillas 1-3/+2
2017-02-13mfd: max77686: Use of_device_get_match_data() helperGravatar Javier Martinez Canillas 1-7/+2
2017-02-13mfd: max77686: Don't attempt to get i2c_device_id .dataGravatar Javier Martinez Canillas 1-8/+5
2016-05-09mfd: max77686: Use devm_mfd_add_devices and devm_regmap_add_irq_chipGravatar Laxman Dewangan 1-23/+8
2016-04-19mfd: max77686: Use module_i2c_driver() instead of subsys initcallGravatar Javier Martinez Canillas 1-12/+1
2016-04-19mfd: max77686/max77693: Fix misspelled Samsung addressGravatar Krzysztof Kozlowski 1-1/+1
2016-03-18Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2016-03-16mfd: max77686: Add max77802 to I2C device ID tableGravatar Javier Martinez Canillas 1-0/+1
2016-03-16mfd: max77686: Export OF module alias informationGravatar Javier Martinez Canillas 1-0/+1
2016-03-14rtc: max77686: move initialisation of rtc regmap, irq chip locallyGravatar Laxman Dewangan 1-82/+3
2016-03-14mfd: max77686: do not set i2c client data for rtc i2c clientGravatar Laxman Dewangan 1-1/+0
2016-01-14mfd: Use to_i2c_client() instead of open-coding itGravatar Geliang Tang 1-2/+2
2015-08-11mfd: Drop owner assignment from i2c_driversGravatar Krzysztof Kozlowski 1-1/+0
2015-01-22mfd: max77686/802: Remove support for board filesGravatar Krzysztof Kozlowski 1-23/+0
2015-01-22mfd: max77686: Constify struct regmap_configGravatar Krzysztof Kozlowski 1-3/+3
2014-09-26mfd: max77686: Remove check which is always trueGravatar Lee Jones 1-1/+1
2014-07-25mfd: max77686: Ensure device type IDs are architecture agnosticGravatar Lee Jones 1-3/+2
2014-07-25mfd: max77686: Add Maxim 77802 PMIC supportGravatar Javier Martinez Canillas 1-27/+170
2014-07-21mfd: max77686: Fix 'line over 80 chars' warningGravatar Lee Jones 1-1/+1
2014-07-21mfd: max77686: Remove unneeded OOM error messageGravatar Javier Martinez Canillas 1-3/+1
2014-07-21mfd: max77686: Make error checking consistentGravatar Javier Martinez Canillas 1-5/+5
2014-07-21mfd: max77686: Return correct error when pdata isn't foundGravatar Javier Martinez Canillas 1-1/+1
2014-07-21mfd: max77686: Make platform data over-rule DTGravatar Javier Martinez Canillas 1-1/+1
2014-07-21mfd: max77686: Don't define dummy function if OF isn't enabledGravatar Javier Martinez Canillas 1-9/+1
2014-07-21mfd: max77686: Add power management supportGravatar Javier Martinez Canillas 1-0/+40
2014-07-21mfd: max77686: Convert to use regmap_irqGravatar Javier Martinez Canillas 1-6/+91
2014-06-03mfd: max77686: Make of_device_id array constGravatar Krzysztof Kozlowski 1-1/+1
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