aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2012-03-01mfd: Correct readability of WM8994 DC servo 4E registerGravatar Mark Brown 1-0/+1
2012-02-23mfd: Initialize tps65912 irq platform data properlyGravatar Axel Lin 1-1/+1
2012-02-23mfd: Fix ACPI conflict checkGravatar Jean Delvare 1-1/+1
2012-02-21mfd: Fix ab8500 error path bugGravatar Linus Walleij 1-2/+3
2012-02-21mfd: Test for jack detection when deciding if wm8994 should suspendGravatar Mark Brown 1-0/+14
2012-02-20mfd: Initialize tps65910 irq platform data properlyGravatar Laxman Dewangan 1-1/+1
2012-02-20mfd: Fix possible s5m null pointer dereferenceGravatar Jonghwan Choi 1-1/+1
2012-02-20mfd: wm8350 variable dereferenced before checkGravatar Jonghwan Choi 1-1/+0
2012-02-13Merge branch 'omap-fixes-warnings' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-10/+10
2012-02-13ARM: omap: fix section mismatch errors in TWL PMIC driverGravatar Russell King 1-10/+10
2012-02-09ARM: omap: fix broken twl-core dependencies and ifdefsGravatar Russell King 2-3/+5
2012-02-03mfd: Avoid twl6040-codec PLL reconfiguration when not neededGravatar Peter Ujfalusi 1-51/+74
2012-02-03mfd: Store twl6040-codec mclk configurationGravatar Peter Ujfalusi 1-0/+3
2012-01-22MFD: ucb1x00-ts: fix resume failureGravatar Russell King 1-27/+5
2012-01-21MFD: ucb1x00-core: fix gpiolib direction_output handlingGravatar Russell King 1-6/+12
2012-01-21MFD: ucb1x00-core: fix missing restore of io output data on resumeGravatar Russell King 1-0/+1
2012-01-20MFD: mcp-core: fix complaints from the genirq layerGravatar Russell King 1-6/+11
2012-01-20Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Gravatar Russell King 4-85/+16
2012-01-20Revert "ARM: sa1100: Refactor mcp-sa11x0 to use platform resources."Gravatar Russell King 1-110/+52
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxGravatar Linus Torvalds 1-1/+1
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Gravatar Linus Torvalds 54-524/+1775
2012-01-13module_param: check type correctness for module_param_arrayGravatar Rusty Russell 1-1/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 6-244/+1386
2012-01-11Merge git://git.infradead.org/battery-2.6Gravatar Linus Torvalds 1-15/+0
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-451/+304
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-5/+2
2012-01-09Merge branch 'samsung/driver' into next/driversGravatar Arnd Bergmann 10-20/+29
2012-01-09mfd: Put WM8994 into cache only mode when suspendingGravatar Mark Brown 1-0/+2
2012-01-09mfd: Add pm ops to max8925Gravatar Kevin Liu 1-0/+27
2012-01-09mfd: Convert aat2870 to dev_pm_opsGravatar Mark Brown 1-9/+10
2012-01-09mfd: Still check other interrupts if we get a wm831x touchscreen IRQGravatar Mark Brown 1-2/+1
2012-01-09mfd: Introduce missing kfree in 88pm860x probe routineGravatar Julia Lawall 1-0/+1
2012-01-09mfd: Add S5M series configurationGravatar Sangbeom Kim 2-0/+12
2012-01-09mfd: Add s5m series irq driverGravatar Sangbeom Kim 1-0/+487
2012-01-09mfd: Add S5M core driverGravatar Sangbeom Kim 1-0/+176
2012-01-09mfd: Fix stmpe section mismatchGravatar Samuel Ortiz 1-1/+1
2012-01-09mfd: Fix stmpe build warningGravatar Samuel Ortiz 1-0/+1
2012-01-09mfd: Fix STMPE I2c build failureGravatar Samuel Ortiz 1-1/+1
2012-01-09mfd: Constify aat2870-core i2c_device_id tableGravatar Axel Lin 1-1/+1
2012-01-09mfd: Add support for stmpe variant 801Gravatar Viresh Kumar 4-13/+105
2012-01-09mfd: Add support for stmpe variant 610Gravatar Viresh Kumar 3-2/+20
2012-01-09mfd: Add support for STMPE SPI interfaceGravatar Viresh Kumar 4-1/+157
2012-01-09mfd: Separate out STMPE controller and interface specific codeGravatar Viresh Kumar 5-90/+195
2012-01-09mfd: Remove unused wm831x_irq_data_to_mask_reg()Gravatar Mark Brown 1-5/+0
2012-01-09mfd: Add platform data and devices for MAX8997 LED controlGravatar Donggeun Kim 1-1/+2
2012-01-09mfd: Make TPS65910 usable without interruptsGravatar Afzal Mohammed 2-6/+4
2012-01-09mfd: Add power off functionality to TWLGravatar Igor Grinberg 1-2/+40
2012-01-09mfd: twl-core: Add initial DT support for twl4030/twl6030Gravatar Benoit Cousson 2-2/+51
2012-01-09mfd: Return an error on failed wm831x register writesGravatar Mark Brown 1-0/+2
2012-01-09mfd: Convert WM8400 to devm_kzalloc()Gravatar Mark Brown 1-5/+2