aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-01mfd: Correct readability of WM8994 DC servo 4E registerMark Brown1-0/+1
2012-02-23mfd: Initialize tps65912 irq platform data properlyAxel Lin1-1/+1
2012-02-23mfd: Fix ACPI conflict checkJean Delvare1-1/+1
2012-02-21mfd: Fix ab8500 error path bugLinus Walleij1-2/+3
2012-02-21mfd: Test for jack detection when deciding if wm8994 should suspendMark Brown1-0/+14
2012-02-20mfd: Initialize tps65910 irq platform data properlyLaxman Dewangan1-1/+1
2012-02-20mfd: Fix possible s5m null pointer dereferenceJonghwan Choi1-1/+1
2012-02-20mfd: wm8350 variable dereferenced before checkJonghwan Choi1-1/+0
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-03mfd: Avoid twl6040-codec PLL reconfiguration when not neededPeter Ujfalusi1-51/+74
2012-02-03mfd: Store twl6040-codec mclk configurationPeter Ujfalusi1-0/+3
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
2012-01-09mfd: Add support for stmpe variant 610Viresh Kumar3-2/+20
2012-01-09mfd: Add support for STMPE SPI interfaceViresh Kumar4-1/+157
2012-01-09mfd: Separate out STMPE controller and interface specific codeViresh Kumar5-90/+195
2012-01-09mfd: Remove unused wm831x_irq_data_to_mask_reg()Mark Brown1-5/+0
2012-01-09mfd: Add platform data and devices for MAX8997 LED controlDonggeun Kim1-1/+2
2012-01-09mfd: Make TPS65910 usable without interruptsAfzal Mohammed2-6/+4
2012-01-09mfd: Add power off functionality to TWLIgor Grinberg1-2/+40
2012-01-09mfd: twl-core: Add initial DT support for twl4030/twl6030Benoit Cousson2-2/+51
2012-01-09mfd: Return an error on failed wm831x register writesMark Brown1-0/+2
2012-01-09mfd: Convert WM8400 to devm_kzalloc()Mark Brown1-5/+2