aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-09mfd: Add missing hunk to change palmas irq to clear on readGraeme Gregory1-1/+8
2012-07-09mfd: Fix palmas regulator pdata missingGraeme Gregory1-0/+3
2012-07-09mfd: USB: Fix the omap-usb EHCI ULPI PHY reset fix issues.Russ Dill1-1/+47
2012-07-09mfd: Update twl6040 Kconfig to avoid build breakagePeter Ujfalusi1-0/+1
2012-07-09mfd: Delete ab5500-core.hPaul Bolle1-87/+0
2012-07-09mfd: mc13xxx workaround SPI hardware bug on i.MxPhilippe Rétornaz1-1/+64
2012-07-09mfd: Fix mc13xxx SPI regmapPhilippe Rétornaz1-1/+1
2012-07-09mfd: Add terminating entry for i2c_device_id palmas tableAxel Lin1-0/+1
2012-06-20Viresh has movedViresh Kumar2-3/+3
2012-06-01ARM: ux500: Provide regulator support for SMSC911x via Device TreeLee Jones1-0/+1
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds48-1142/+4397
2012-05-24mfd: Fix build break of max77693 by adding REGMAP_I2C optionChanwoo Choi1-0/+1
2012-05-23Merge tag 'regmap-domain-deps' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-3/+0
2012-05-23Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+2
2012-05-23mfd: Fix twl6040 build failureSamuel Ortiz1-1/+15
2012-05-23mfd: ab8500-core should depend on MFD_DB8500_PRCMULee Jones1-1/+1
2012-05-23regmap: Use select .. if to get IRQ_DOMAIN enabledMark Brown1-3/+0
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-4/+4
2012-05-22mfd: Remove the parsing of dt info for tps65910 gpioLaxman Dewangan1-15/+0
2012-05-22mfd: Save device node parsed platform data for tps65910 sub devicesLaxman Dewangan1-1/+5
2012-05-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-2749/+0
2012-05-21Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds4-18/+87
2012-05-20mfd: Emulate active low IRQs as well as active high IRQs for wm831xMark Brown1-5/+19
2012-05-20mfd: Mark two lm3533 zone registers as volatileJohan Hovold1-1/+1
2012-05-20mfd: Fix return type of lm533 attribute is_visibleJohan Hovold1-1/+1
2012-05-20mfd: Enable Device Tree support in the ab8500-sysctrl driverLee Jones1-0/+6
2012-05-20mfd: Add support for Device Tree to twl6040Peter Ujfalusi2-8/+25
2012-05-20mfd: Register the twl6040 child for the ASoC codec unconditionallyPeter Ujfalusi1-20/+19
2012-05-20mfd: Allocate twl6040 IRQ numbers dynamicallyPeter Ujfalusi2-4/+12
2012-05-20mfd: twl6040 code cleanup in interrupt initialization partPeter Ujfalusi1-9/+8
2012-05-20mfd: Enable ab8500-gpadc driver for Device TreeLee Jones1-0/+6
2012-05-20mfd: Prevent unassigned pointer from being used in ab8500-gpadc driverLee Jones1-1/+1
2012-05-20mfd: Enable ab8500-debug when Device Tree is enabledLee Jones1-0/+6
2012-05-20mfd: Enable Device Tree for ab8500-core driverLee Jones1-21/+50
2012-05-20mfd: Remove confusing ab8500-i2c file and merge into ab8500-coreLee Jones3-168/+102
2012-05-20mfd: mc13xxx core should not be user visibleMark Brown1-9/+7
2012-05-20mfd: Fix double free in wm8350 error pathJohan Hovold1-9/+1
2012-05-20mfd: Convert lm3533 to use devresJohan Hovold1-17/+5
2012-05-20mfd: Add ADC support to the DA9052/53 coreAshish Jangam1-0/+140
2012-05-20mfd: Add tps65910-irq devicetree init and irqdomain supportRhyland Klein2-34/+63
2012-05-20mfd: Make anatop register accessor more flexible and rename meaningfullyRichard Zhao1-24/+11
2012-05-20mfd: wm8400 needs to depend on I2C=yMark Brown1-1/+1
2012-05-20mfd: Convert wm831x to irq_domainMark Brown4-50/+78
2012-05-20mfd: Don't try to flag IRQ 0 as a wm831x wake sourceMark Brown1-11/+12
2012-05-20mfd: Add MAX77693 irq handlerChanwoo Choi3-1/+342
2012-05-20mfd: Add MAX77693 driverChanwoo Choi3-0/+230
2012-05-20mfd: Export wm8400_block_read()Mark Brown1-0/+1
2012-05-20mfd: Don't support non-modular wm8400 buildMark Brown1-1/+1
2012-05-20mfd: Silence an lm3533 gcc warningDan Carpenter1-1/+1
2012-05-20mfd: Convert pcf50633-core to use devm_* APIsAxel Lin1-26/+10