aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/adp5520.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-14mfd: adp5520: Some trivial 'no space before tab' fixesGravatar Lee Jones 1-3/+3
2015-08-11mfd: Drop owner assignment from i2c_driversGravatar Krzysztof Kozlowski 1-1/+0
2014-03-19mfd: Delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-07-31mfd: Use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-06-13mfd: adp5520: Convert to managed resources for allocating memoryGravatar Lee Jones 1-6/+2
2013-04-08mfd: adp5520: Restore mode bits on resumeGravatar Lars-Peter Clausen 1-2/+6
2013-04-08mfd: adp5520: Use module_i2c_driver()Gravatar Sachin Kamat 1-11/+1
2012-11-28mfd: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28mfd: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28mfd: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-07-09mfd: Guard adp5520 PM methods with CONFIG_PM_SLEEPGravatar Axel Lin 1-1/+1
2011-12-20mfd: Set adp5520 bits if new value is different from the old oneGravatar Axel Lin 1-1/+1
2011-03-23mfd: Convert adp5520 to dev_pm_opsGravatar Mark Brown 1-8/+7
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversGravatar Wolfram Sang 1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-13mfd: Staticise __adp5520_ack_bits()Gravatar Mark Brown 1-1/+2
2009-12-13mfd: Add ADP5520/ADP5501 driverGravatar Michael Hennerich 1-0/+378