summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2011-12-14mfd: Test for jack detection when deciding if wm8994 should suspendMark Brown1-0/+14
2011-12-12mfd: Convert wm8994 to use generic regmap irq_chipMark Brown2-163/+34
2011-12-12mfd: Mark WM1811 GPIO6 register volatile for later revisionsMark Brown2-7/+24
2011-12-12mfd: Add WM1811A device ID to wm8994 driverMark Brown1-0/+1
2011-12-12mfd: Correct revision display for WM1811 revision DMark Brown1-0/+5
2011-12-12mfd: Initialise WM8994 register cache after reading chip ID registersMark Brown3-17/+30
2011-12-12mfd: Enable register cache for wm8994 devicesMark Brown1-52/+30
2011-12-12mfd: Add wm8994 register access and default informationMark Brown3-1/+1243
2011-12-12mfd: Don't hard code the reset value for WM8994 devicesMark Brown1-1/+2
2011-12-12mfd: Disable more pulls on WM8994Mark Brown1-3/+8
2011-12-12mfd: Convert wm8994 to devm_kzalloc()Mark Brown1-11/+5
2011-12-12mfd: Add basic device tree binding for wm8994Mark Brown1-0/+9
2011-12-12mfd: Remove some unused functions in wm8894-irqMark Brown1-10/+0
2011-11-08mfd: fix build failures in recently added ab5500 codePaul Gortmaker2-0/+2
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-0/+14
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds32-2111/+4039
2011-11-01mfd: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker4-0/+4
2011-11-01mfd: Add module.h to the implicit drivers/mfd usersPaul Gortmaker11-0/+11
2011-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2-24/+70
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds1-1/+1
2011-10-25Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds6-497/+507
2011-10-24mfd: Add missing <linux/io.h> include to intel_msicMika Westerberg1-0/+1
2011-10-24mfd: Expose TurnOnStatus in ab8500 sysfsAndrew Lynn1-0/+30
2011-10-24mfd: Remove support for early drop ab8500 chipMattias Wallin1-1/+0
2011-10-24mfd: Add support for ab8500 v3.3Mattias Wallin1-0/+1
2011-10-24mfd: Add ab8500 interrupt disable hookVirupax Sadashivpetimath1-0/+1
2011-10-24mfd: Convert db8500-prcmu panic() into pr_crit()Linus Walleij1-3/+3
2011-10-24mfd: Refactor db8500-prcmu request_clock() functionLinus Walleij1-8/+11
2011-10-24mfd: Rename db8500-prcmu init functionLinus Walleij1-2/+2
2011-10-24mfd: Fix db5500-prcmu definesLinus Walleij1-2/+5
2011-10-24mfd: db8500-prcmu voltage domain consumers additionsBengt Jonsson1-1/+51
2011-10-24mfd: db8500-prcmu reset code retrievalSebastian Rasmussen1-0/+11
2011-10-24mfd: db8500-prcmu tweak for modem wakeupMattias Nilsson1-4/+28
2011-10-24mfd: Add db8500-pcmu watchdog accessor functions for watchdogJonas Aberg1-0/+72
2011-10-24mfd: hwacc power state db8500-prcmu accessorBengt Jonsson1-0/+126
2011-10-24mfd: Add db8500-prcmu accessors for PLL and SGA clockMattias Nilsson1-1/+82
2011-10-24mfd: Move to the new db500 PRCMU APIMattias Nilsson4-149/+34
2011-10-24mfd: Initialize DB8500 PRCMU regsMattias Nilsson1-0/+12
2011-10-24mfd: Extend DB8500 PRCMU mailbox defsMattias Nilsson1-2/+21
2011-10-24mfd: Refactor DB8500 PRCMU reg accessMattias Nilsson2-196/+229
2011-10-24mfd: Fix aat2870 build failure for x86_64Jin Park1-1/+1
2011-10-24mfd: Disable twl6030 IRQ during suspendTodd Poynor1-0/+6
2011-10-24mfd: Fix twl6030 lockdep recursion warning on setting wake IRQsTodd Poynor1-2/+44
2011-10-24mfd: Fix a sparse warning about mc13xxx_chipname not being declaredUwe Kleine-König1-1/+1
2011-10-24mfd: Delete ab3550 driverLinus Walleij3-1395/+0
2011-10-24mfd: Break out ab5500 debugfs codeLinus Walleij6-890/+941
2011-10-24mfd: ab5500 chip register accessMattias Wallin3-0/+2322
2011-10-24mfd: Do not leak init_data in tps65912_device_init()Jesper Juhl1-3/+3
2011-10-24mfd: Fix ab3100 initconst sectionAndi Kleen1-1/+1
2011-10-24mfd: Add Intel MSIC driverMika Westerberg3-0/+511