aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/wm8994-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-23mfd: Push byte swaps out of wm8994 bulk read pathMark Brown1-5/+5
2011-03-23mfd: Constify WM8994 write pathMark Brown1-4/+4
2011-03-23mfd: Push byte swap out of WM8994 bulk I/OMark Brown1-4/+6
2011-03-23mfd: Avoid copying data in WM8994 I2C writeMark Brown1-9/+13
2011-03-23mfd: Staticise WM8994 PM opsMark Brown1-1/+2
2011-03-23mfd: Add WM8994 bulk register write operationMark Brown1-0/+23
2011-03-23mfd: Put WM8994 into reset when suspendingMark Brown1-0/+5
2011-03-02mfd: Don't suspend WM8994 if the CODEC is not suspendedMark Brown1-0/+18
2011-01-14mfd: Implement runtime PM for WM8994 core driverMark Brown1-23/+23
2010-11-26mfd: Add initial WM8958 supportMark Brown1-19/+74
2010-08-12mfd: Fix incorrect kfree(i2c) in wm8994-core i2c_driver probeAxel Lin1-3/+1
2010-08-12mfd: Fix wm8994_device_init() return valueAxel Lin1-1/+3
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-3/+40
2010-04-05mfd: Add WM8994 interrupt controller supportMark Brown1-3/+40
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: Fix WM8994 error handlingJoonyoung Shim1-2/+2
2010-03-07mfd: Add initial WM8994 supportMark Brown1-0/+537