summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
AgeCommit message (Expand)AuthorLines
2012-03-01mfd: Correct readability of WM8994 DC servo 4E registerMark Brown-0/+1
2012-02-23mfd: Initialize tps65912 irq platform data properlyAxel Lin-1/+1
2012-02-23mfd: Fix ACPI conflict checkJean Delvare-1/+1
2012-02-21mfd: Fix ab8500 error path bugLinus Walleij-2/+3
2012-02-21mfd: Test for jack detection when deciding if wm8994 should suspendMark Brown-0/+14
2012-02-20mfd: Initialize tps65910 irq platform data properlyLaxman Dewangan-1/+1
2012-02-20mfd: Fix possible s5m null pointer dereferenceJonghwan Choi-1/+1
2012-02-20mfd: wm8350 variable dereferenced before checkJonghwan Choi-1/+0
2012-02-13Merge branch 'omap-fixes-warnings' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-10/+10
2012-02-13ARM: omap: fix section mismatch errors in TWL PMIC driverRussell King-10/+10
2012-02-09ARM: omap: fix broken twl-core dependencies and ifdefsRussell King-3/+5
2012-02-03mfd: Avoid twl6040-codec PLL reconfiguration when not neededPeter Ujfalusi-51/+74
2012-02-03mfd: Store twl6040-codec mclk configurationPeter Ujfalusi-0/+3
2012-01-22MFD: ucb1x00-ts: fix resume failureRussell King-27/+5
2012-01-21MFD: ucb1x00-core: fix gpiolib direction_output handlingRussell King-6/+12
2012-01-21MFD: ucb1x00-core: fix missing restore of io output data on resumeRussell King-0/+1
2012-01-20MFD: mcp-core: fix complaints from the genirq layerRussell King-6/+11
2012-01-20Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Russell King-85/+16
2012-01-20Revert "ARM: sa1100: Refactor mcp-sa11x0 to use platform resources."Russell King-110/+52
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds-1/+1
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds-524/+1775
2012-01-13module_param: check type correctness for module_param_arrayRusty Russell-1/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds-244/+1386
2012-01-11Merge git://git.infradead.org/battery-2.6Linus Torvalds-15/+0
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-451/+304
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-5/+2
2012-01-09Merge branch 'samsung/driver' into next/driversArnd Bergmann-20/+29
2012-01-09mfd: Put WM8994 into cache only mode when suspendingMark Brown-0/+2
2012-01-09mfd: Add pm ops to max8925Kevin Liu-0/+27
2012-01-09mfd: Convert aat2870 to dev_pm_opsMark Brown-9/+10
2012-01-09mfd: Still check other interrupts if we get a wm831x touchscreen IRQMark Brown-2/+1
2012-01-09mfd: Introduce missing kfree in 88pm860x probe routineJulia Lawall-0/+1
2012-01-09mfd: Add S5M series configurationSangbeom Kim-0/+12
2012-01-09mfd: Add s5m series irq driverSangbeom Kim-0/+487
2012-01-09mfd: Add S5M core driverSangbeom Kim-0/+176
2012-01-09mfd: Fix stmpe section mismatchSamuel Ortiz-1/+1
2012-01-09mfd: Fix stmpe build warningSamuel Ortiz-0/+1
2012-01-09mfd: Fix STMPE I2c build failureSamuel Ortiz-1/+1
2012-01-09mfd: Constify aat2870-core i2c_device_id tableAxel Lin-1/+1
2012-01-09mfd: Add support for stmpe variant 801Viresh Kumar-13/+105
2012-01-09mfd: Add support for stmpe variant 610Viresh Kumar-2/+20
2012-01-09mfd: Add support for STMPE SPI interfaceViresh Kumar-1/+157
2012-01-09mfd: Separate out STMPE controller and interface specific codeViresh Kumar-90/+195
2012-01-09mfd: Remove unused wm831x_irq_data_to_mask_reg()Mark Brown-5/+0
2012-01-09mfd: Add platform data and devices for MAX8997 LED controlDonggeun Kim-1/+2
2012-01-09mfd: Make TPS65910 usable without interruptsAfzal Mohammed-6/+4
2012-01-09mfd: Add power off functionality to TWLIgor Grinberg-2/+40
2012-01-09mfd: twl-core: Add initial DT support for twl4030/twl6030Benoit Cousson-2/+51
2012-01-09mfd: Return an error on failed wm831x register writesMark Brown-0/+2
2012-01-09mfd: Convert WM8400 to devm_kzalloc()Mark Brown-5/+2