aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/88pm860x-i2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-13mfd: 88pm860x-i2c: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin1-4/+4
2014-09-26mfd: 88pm860x-i2c: Fix variable length array Sparse warningLee Jones1-1/+1
2014-09-26mfd: 88pm860x-i2c: Purge unused functionsLee Jones1-64/+0
2014-07-09mfd: 88pm860x-i2c: Repair 'space before tab' warningLee Jones1-1/+2
2012-09-21mfd: Convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-2/+12
2012-09-19mfd: 88pm860x: Move initilization codeHaojian Zhuang1-160/+0
2012-03-06mfd: Add ability to wake the system for 88pm860xJett.Zhou1-0/+25
2012-01-09mfd: Introduce missing kfree in 88pm860x probe routineJulia Lawall1-0/+1
2012-01-09mfd: Convert 88pm860x to use regmap apiJett.Zhou1-61/+44
2012-01-09mfd: Fix 88pm860x test bank i2c interface bugJett.Zhou1-46/+89
2011-03-23mfd: Append additional read write on 88pm860xHaojian Zhuang1-0/+103
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-05-28mfd: Remove unneeded and dangerous clearing of clientdataWolfram Sang1-1/+0
2010-05-28mfd: Fix dangling pointersWolfram Sang1-0/+1
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: Use i2c_dummy in 88pm860xHaojian Zhuang1-52/+20
2010-03-07mfd: Support 88pm8606 in 860x driverHaojian Zhuang1-53/+119
2010-03-07mfd: Split 88pm8607 driverHaojian Zhuang1-0/+202