aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/max8997.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01mfd: max8997: Simplify obtaining I2C match data and drop max8997_i2c_get_driv...Gravatar Biju Das 1-11/+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: max8997: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+3
2021-06-02mfd: max8997: Simplify getting of_device_id match dataGravatar Krzysztof Kozlowski 1-5/+4
2021-04-14Revert "mfd: max8997: Add of_compatible to Extcon and Charger mfd_cell"Gravatar Timon Baetz 1-2/+2
2021-02-08mfd: max8997: Add of_compatible to Extcon and Charger mfd_cellGravatar Timon Baetz 1-2/+2
2019-08-12mfd: max8997: Convert to i2c_new_dummy_deviceGravatar Wolfram Sang 1-9/+9
2018-10-23mfd: max8997: Disable interrupt handling for suspend/resume cycleGravatar Marek Szyprowski 1-0/+2
2018-10-23mfd: max8997: Enale irq-wakeup unconditionallyGravatar Marek Szyprowski 1-7/+1
2018-10-23mfd: maxim: Add SPDX license identifiersGravatar Krzysztof Kozlowski 1-22/+8
2018-05-16mfd: max8997: Delete error message for a failed memory allocationGravatar Markus Elfring 1-3/+1
2016-06-29mfd: max8997: Make it explicitly non-modularGravatar Paul Gortmaker 1-27/+3
2016-01-14mfd: Use to_i2c_client() instead of open-coding itGravatar Geliang Tang 1-4/+4
2015-10-26mfd: max8997: Fix module autoload for OF platform driverGravatar Luis de Bethencourt 1-0/+1
2015-08-11mfd: Drop owner assignment from i2c_driversGravatar Krzysztof Kozlowski 1-1/+0
2014-06-03mfd: max8997: Make of_device_id array constGravatar Krzysztof Kozlowski 1-1/+1
2014-03-19mfd: max8997: Fix possible NULL pointer dereference on i2c_new_dummy errorGravatar Krzysztof Kozlowski 1-0/+18
2014-02-19mfd: max8997: Naturalise cross-architecture discrepanciesGravatar Lee Jones 1-3/+3
2014-01-21mfd: max8997: Use "IS_ENABLED(CONFIG_OF)" for DT code.Gravatar Manish Badarkhe 1-12/+2
2014-01-21mfd: max8997: Enforce mfd_add_devices() return value checkGravatar Laszlo Papp 1-4/+5
2014-01-06mfd: maxim: Constify struct mfd_cell where possibleGravatar Geert Uytterhoeven 1-1/+1
2013-10-23mfd: max8997: Include linux/of.h headerGravatar Sachin Kamat 1-0/+1
2013-08-20mfd: max8997: Use devm_*() functionsGravatar Jingoo Han 1-9/+5
2013-08-01mfd: max8997: Cast void pointer to data of max8997_pmic_dt_matchGravatar Jingoo Han 1-1/+1
2013-07-31mfd: Use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-01-03Drivers: mfd: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-11-27regulator: add device tree support for max8997Gravatar Thomas Abraham 1-1/+72
2012-09-15mfd: core: Push irqdomain mapping out into devicesGravatar Mark Brown 1-1/+1
2012-07-09mfd: Add irq domain support for max8997 interruptsGravatar Thomas Abraham 1-1/+0
2012-07-09mfd: Add missing max8997 static storage class specifierGravatar Sachin Kamat 1-4/+4
2012-01-09mfd: Add platform data and devices for MAX8997 LED controlGravatar Donggeun Kim 1-1/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2011-10-31mfd: Add module.h to the implicit drivers/mfd usersGravatar Paul Gortmaker 1-0/+1
2011-10-24mfd: Wake-up from Suspend MAX8997 supportGravatar MyungJoo Ham 1-1/+26
2011-09-06mfd: Set MAX8997 irq pointerGravatar MyungJoo Ham 1-0/+5
2011-03-23mfd: MAX8997/8966 supportGravatar MyungJoo Ham 1-0/+427