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