aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/wm8994-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-24mfd: Add more checks for WM8994 being active during suspendMark Brown1-0/+34
2011-10-24mfd: Allow WM8994 LDO enable pulls to be disabledMark Brown1-0/+19
2011-10-04mfd: Add WM1811 supportMark Brown1-0/+27
2011-08-22mfd: Convert WM8994 to use new register map APIMark Brown1-145/+33
2011-07-31mfd: Fix error handling if BUG() isn't enabled in WM8994Mark Brown1-2/+2
2011-07-31mfd: Fix WM8994 IRQ register cache restore on resumeMark Brown1-5/+11
2011-07-31mfd: Restructure wm8994-core device revision handlingMark Brown1-4/+9
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