summaryrefslogtreecommitdiff
path: root/drivers/mfd/wm8994-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds2011-11-031-0/+53
|\
| * mfd: Add more checks for WM8994 being active during suspendMark Brown2011-10-241-0/+34
| * mfd: Allow WM8994 LDO enable pulls to be disabledMark Brown2011-10-241-0/+19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-10-281-0/+27
|\ \
| * | mfd: Add WM1811 supportMark Brown2011-10-041-0/+27
| |/
* | mfd: Convert WM8994 to use new register map APIMark Brown2011-08-221-145/+33
|/
* mfd: Fix error handling if BUG() isn't enabled in WM8994Mark Brown2011-07-311-2/+2
* mfd: Fix WM8994 IRQ register cache restore on resumeMark Brown2011-07-311-5/+11
* mfd: Restructure wm8994-core device revision handlingMark Brown2011-07-311-4/+9
* mfd: Push byte swaps out of wm8994 bulk read pathMark Brown2011-03-231-5/+5
* mfd: Constify WM8994 write pathMark Brown2011-03-231-4/+4
* mfd: Push byte swap out of WM8994 bulk I/OMark Brown2011-03-231-4/+6
* mfd: Avoid copying data in WM8994 I2C writeMark Brown2011-03-231-9/+13
* mfd: Staticise WM8994 PM opsMark Brown2011-03-231-1/+2
* mfd: Add WM8994 bulk register write operationMark Brown2011-03-231-0/+23
* mfd: Put WM8994 into reset when suspendingMark Brown2011-03-231-0/+5
* mfd: Don't suspend WM8994 if the CODEC is not suspendedMark Brown2011-03-021-0/+18
* mfd: Implement runtime PM for WM8994 core driverMark Brown2011-01-141-23/+23
* mfd: Add initial WM8958 supportMark Brown2010-11-261-19/+74
* mfd: Fix incorrect kfree(i2c) in wm8994-core i2c_driver probeAxel Lin2010-08-121-3/+1
* mfd: Fix wm8994_device_init() return valueAxel Lin2010-08-121-1/+3
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-201-3/+40
|\
| * mfd: Add WM8994 interrupt controller supportMark Brown2010-04-051-3/+40
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* mfd: Fix WM8994 error handlingJoonyoung Shim2010-03-071-2/+2
* mfd: Add initial WM8994 supportMark Brown2010-03-071-0/+537