aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max8925-i2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05mfd: max8925-i2c: Drop unnecessary staticJulia Lawall1-1/+1
2016-06-29mfd: max8925-i2c: Make it explicitly non-modularPaul Gortmaker1-13/+1
2016-01-14mfd: Use to_i2c_client() instead of open-coding itGeliang Tang1-2/+2
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2014-09-26mfd: max8925-i2c: Fix variable length array Sparse warningLee Jones1-1/+1
2014-07-21mfd: max8925-i2c: Fix 'blank line after declarations' warningLee Jones1-0/+2
2014-03-19mfd: max8925: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+9
2013-10-23mfd: max8925: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2013-06-13mfd: max8925: Convert to managed resources for allocating memoryLee Jones1-2/+2
2013-02-14mfd: max8925: Add irqdomain for dtQing Xu1-3/+33
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-01-09mfd: Add pm ops to max8925Kevin Liu1-0/+27
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-1/+0
2010-05-28mfd: Remove unneeded and dangerous clearing of clientdataWolfram Sang1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07mfd: Update i2c driver for max8925Haojian Zhuang1-28/+29
2010-03-07mfd: Initial max8925 supportHaojian Zhuang1-0/+210