aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/adp5520.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-14mfd: adp5520: Some trivial 'no space before tab' fixesLee Jones1-3/+3
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2014-03-19mfd: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2013-06-13mfd: adp5520: Convert to managed resources for allocating memoryLee Jones1-6/+2
2013-04-08mfd: adp5520: Restore mode bits on resumeLars-Peter Clausen1-2/+6
2013-04-08mfd: adp5520: Use module_i2c_driver()Sachin Kamat1-11/+1
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-07-09mfd: Guard adp5520 PM methods with CONFIG_PM_SLEEPAxel Lin1-1/+1
2011-12-20mfd: Set adp5520 bits if new value is different from the old oneAxel Lin1-1/+1
2011-03-23mfd: Convert adp5520 to dev_pm_opsMark Brown1-8/+7
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram 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
2009-12-13mfd: Staticise __adp5520_ack_bits()Mark Brown1-1/+2
2009-12-13mfd: Add ADP5520/ADP5501 driverMichael Hennerich1-0/+378