aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2012-02-18MFD: ucb1x00-core: use mutexes instead of semaphoresRussell King1-8/+7
2012-02-18MFD: ucb1x00-core: add .owner initializer and module aliasRussell King1-0/+2
2012-02-18MFD: ucb1x00-core: add handling for ucb1x00 resetRussell King1-4/+13
2012-02-18MFD: ucb1x00-core: get rid of mach/hardware.h includeRussell King1-2/+0
2012-02-18MFD: ucb1x00-ts: provide input layer with device parentRussell King1-0/+1
2012-02-18MFD: mcp/ucb1x00: separate ucb1x00 driver data from the MCP dataRussell King3-6/+7
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely1-12/+2
2012-02-16mfd: twl-core.c: Fix the number of interrupts managed by twl4030Benoit Cousson1-1/+1
2012-02-13Merge branch 'omap-fixes-warnings' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-10/+10
2012-02-13ARM: omap: fix section mismatch errors in TWL PMIC driverRussell King1-10/+10
2012-02-09ARM: omap: fix broken twl-core dependencies and ifdefsRussell King2-3/+5
2012-02-03Merge branch 'master' into for-nextJiri Kosina64-1206/+4279
2012-02-03ab5500-core.c: Don't needlessly include linux/version.hJesper Juhl1-1/+0
2012-02-03mfd: Avoid twl6040-codec PLL reconfiguration when not neededPeter Ujfalusi1-51/+74
2012-02-03mfd: Store twl6040-codec mclk configurationPeter Ujfalusi1-0/+3
2012-02-03MFD: mcp-sa11x0: use _noirq resume methodsRussell King1-1/+8
2012-02-03MFD: mcp-sa11x0: convert to use dev_pm_opsRussell King1-6/+12
2012-02-03MFD: mcp-sa11x0: convert mcp-sa11x0 to use platform resourcesRussell King1-42/+99
2012-02-03MFD: mcp-sa11x0: add .owner initializerRussell King1-6/+4
2012-02-03MFD: mcp-sa11x0: move setup of PPC unit out of mcp-sa11x0.cRussell King1-9/+0
2012-02-03MFD: mcp-sa11x0: remove DMA initializers and variablesRussell King5-11/+0
2012-02-03MFD: mcp-core: sanitize host creation/removalRussell King2-8/+17
2012-02-03mfd: twl-core: Don't specify regulator consumers by struct deviceMark Brown1-4/+4
2012-01-22MFD: ucb1x00-ts: fix resume failureRussell King1-27/+5
2012-01-21MFD: ucb1x00-core: fix gpiolib direction_output handlingRussell King1-6/+12
2012-01-21MFD: ucb1x00-core: fix missing restore of io output data on resumeRussell King1-0/+1
2012-01-20MFD: mcp-core: fix complaints from the genirq layerRussell King1-6/+11
2012-01-20Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus."Russell King4-85/+16
2012-01-20Revert "ARM: sa1100: Refactor mcp-sa11x0 to use platform resources."Russell King1-110/+52
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-1/+1
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds54-524/+1775
2012-01-13module_param: check type correctness for module_param_arrayRusty Russell1-1/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds6-244/+1386
2012-01-11Merge git://git.infradead.org/battery-2.6Linus Torvalds1-15/+0
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-451/+304
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+2
2012-01-09Merge branch 'samsung/driver' into next/driversArnd Bergmann10-20/+29
2012-01-09mfd: Put WM8994 into cache only mode when suspendingMark Brown1-0/+2
2012-01-09mfd: Add pm ops to max8925Kevin Liu1-0/+27
2012-01-09mfd: Convert aat2870 to dev_pm_opsMark Brown1-9/+10
2012-01-09mfd: Still check other interrupts if we get a wm831x touchscreen IRQMark Brown1-2/+1
2012-01-09mfd: Introduce missing kfree in 88pm860x probe routineJulia Lawall1-0/+1
2012-01-09mfd: Add S5M series configurationSangbeom Kim2-0/+12
2012-01-09mfd: Add s5m series irq driverSangbeom Kim1-0/+487
2012-01-09mfd: Add S5M core driverSangbeom Kim1-0/+176
2012-01-09mfd: Fix stmpe section mismatchSamuel Ortiz1-1/+1
2012-01-09mfd: Fix stmpe build warningSamuel Ortiz1-0/+1
2012-01-09mfd: Fix STMPE I2c build failureSamuel Ortiz1-1/+1
2012-01-09mfd: Constify aat2870-core i2c_device_id tableAxel Lin1-1/+1
2012-01-09mfd: Add support for stmpe variant 801Viresh Kumar4-13/+105