aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max8998.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23mfd: maxim: Add SPDX license identifiersKrzysztof Kozlowski1-21/+7
2017-09-05mfd: max8998: Fix potential NULL pointer dereferenceChristophe JAILLET1-4/+2
2016-06-29mfd: max8998: Make it explicitly non-modularPaul Gortmaker1-26/+1
2016-01-14mfd: Use to_i2c_client() instead of open-coding itGeliang Tang1-4/+4
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2014-06-03mfd: max8998: Make of_device_id array constKrzysztof Kozlowski1-1/+1
2014-03-19mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+4
2014-02-19mfd: max8998: Naturalise cross-architecture discrepanciesLee Jones1-3/+3
2014-01-23drivers/mfd/max8998.c: fix pointer-integer size mismatch warning in max8998_i2c_get_driver_data()David Howells1-1/+1
2014-01-06mfd: maxim: Constify struct mfd_cell where possibleGeert Uytterhoeven1-2/+2
2013-08-20mfd: max8998: Use devm_*() functionsJingoo Han1-3/+2
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2013-06-30mfd: max8998: Add support for Device TreeTomasz Figa1-2/+65
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-4/+4
2012-01-09mfd: Use standard device wakeup for handling max8998 wakeup deviceJonghwan Choi1-2/+4
2011-07-08power_supply: Add charger driver for MAX8998/LP3974Donggeun Kim1-0/+2
2011-03-27mfd: Cleanup irq namespaceThomas Gleixner1-2/+2
2011-03-23mfd: Staticise non-exported symbols in MAX8998 driverMark Brown1-2/+2
2011-01-14mfd: Support LP3974 RTCMyungJoo Ham1-3/+23
2011-01-14mfd: MAX8998/LP3974 hibernation supportMyungJoo Ham1-0/+108
2010-10-29mfd: Fix resource reclaim for max8998Axel Lin1-0/+4
2010-10-29mfd: Remove unneeded ret value checking for max8998 register updatesAxel Lin1-2/+0
2010-10-29mfd: Support for ICs compliant with max8998Lukasz Majewski1-2/+3
2010-10-29rtc: Add MAX8998 rtc driverJoonyoung Shim1-1/+23
2010-10-29mfd: Add MAX8998 interrupts supportJoonyoung Shim1-1/+24
2010-10-29mfd: Use i2c_client as an argument on MAX8998 i2c routinesJoonyoung Shim1-15/+14
2010-10-29mfd: LP3974 PMIC supportKyungmin Park1-2/+3
2010-08-11mfd: max8998 - fix incorrect kfree(i2c) in i2c_driver probe callback handlerAxel Lin1-3/+1
2010-08-11drivers: regulator: add Maxim 8998 driverKyungmin Park1-0/+160