aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij7-9/+9
2012-01-09mfd: Use gpio_request_one from twl6040-coreAxel Lin1-5/+2
2012-01-09mfd: Use gpio_request_one from omap-usb-hostAxel Lin1-12/+6
2012-01-09mfd: Use gpio_request_one from dm355evm_mspAxel Lin1-2/+1
2012-01-09mfd: Use gpio_request_one from aat2870-coreAxel Lin1-2/+2
2012-01-09mfd: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin5-5/+5
2012-01-09mfd: Add WM1811A device ID to wm8994 driverMark Brown1-0/+1
2012-01-09mfd: Add a dependency on HAVE_CLK for tc6393xbChristoph Fritz1-1/+1
2012-01-09mfd: Don't declare jz4740_adc_cells constAxel Lin1-1/+1
2012-01-09mfd: Use standard device wakeup for handling max8998 wakeup deviceJonghwan Choi1-2/+4
2012-01-09mfd: Fix cs5535 section mismatchChristian Gmeiner1-3/+3
2012-01-09mfd: Add device tree probe support for mc13xxxShawn Guo1-31/+75
2012-01-09ARM: sa1100: Refactor mcp-sa11x0 to use platform resources.Jochen Friedrich1-52/+110
2012-01-09ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.Jochen Friedrich4-16/+85
2012-01-09mfd: Fix twl4030-irq typoNeilBrown1-1/+1
2012-01-09mfd: Set twl4030-irq tertiary interrupts to be nested/threaded.NeilBrown1-0/+1
2012-01-09mfd: Fixed unconditional reset of the mc13xxx ADC reading enable bitsRobin van der Gracht1-2/+2
2012-01-09mfd: Convert WM8350 to devm_kzalloc()Mark Brown1-3/+1
2012-01-09mfd: Store wm8350 struct in core device driver dataMark Brown1-0/+2
2012-01-09mfd: Remove redundant spi driver bus initializationLars-Peter Clausen3-3/+0
2012-01-09mfd: Convert MFD drivers to use module_platform_driverMark Brown10-120/+10
2012-01-09mfd: Add basic device tree binding for wm8994Mark Brown1-0/+9
2012-01-09mfd: Convert 88pm860x to use regmap apiJett.Zhou2-61/+45
2012-01-09mfd: Fix 88pm860x test bank i2c interface bugJett.Zhou1-46/+89
2012-01-09mfd: Disable more pulls on WM8994Mark Brown1-3/+8
2012-01-09mfd: Add support for irq over gpio pin to stmpeViresh Kumar1-7/+29
2012-01-09mfd: Convert wm8994 to devm_kzalloc()Mark Brown1-11/+5
2012-01-09mfd: Convert wm831x core driver to devm_kzalloc()Mark Brown3-6/+2
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds5-0/+982
2012-01-04Merge branch 'power-supply-scope' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenAnton Vorontsov45-2633/+4633
2012-01-03mfd/db8500-prcmu: remove support for early silicon revisionsLinus Walleij1-5/+2
2012-01-03mfd: Clearing events requires event registers to be writable for da9052-coreAshish Jangam1-0/+4
2011-12-26mfd: Fix annotations in da9052-coreMark Brown1-2/+2
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki1-2/+0
2011-12-20mfd: Include linux/io.h to jz4740-adcAxel Lin1-0/+1
2011-12-20mfd: Use request_threaded_irq for twl4030-irq instead of irq_set_chained_handlerNeilBrown1-5/+8
2011-12-20mfd: Base interrupt for twl4030-irq must be one-shotNeilBrown1-2/+3
2011-12-20mfd: Handle tps65910 clear-mask correctlyMarcus Folkesson1-1/+1
2011-12-20mfd: add #ifdef CONFIG_DEBUG_FS guard for ab8500_debug_resourcesAxel Lin1-0/+2
2011-12-20mfd: Fix twl-core oops while calling twl_i2c_* for unbound driverIlya Yanok1-8/+8
2011-12-20mfd: include linux/module.h for ab5500-debugfsAxel Lin1-1/+1
2011-12-20mfd: Update wm8994 active device checks for WM1811Mark Brown1-0/+1
2011-12-20mfd: Set tps6586x bits if new value is different from the old oneAxel Lin1-1/+1
2011-12-20mfd: Set da903x bits if new value is different from the old oneAxel Lin1-1/+1
2011-12-20mfd: Set adp5520 bits if new value is different from the old oneAxel Lin1-1/+1
2011-12-20mfd: Add missed free_irq in da903x_removeAxel Lin1-0/+1
2011-12-16MFD: OMAP: USB: Runtime PM supportKeshava Munegowda1-450/+303
2011-12-16ARM: OMAP: USB: device name change for the clk names of usbhsKeshava Munegowda1-1/+1
2011-12-14MFD: DA9052/53 MFD core module add SPI support v2Ashish Jangam3-0/+128
2011-12-14MFD: DA9052/53 MFD core moduleAshish Jangam4-0/+850