summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-66/+60
* Merge tag 'mfd-3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-09-0789-621/+1702
|\
| * mfd: ucb1x00-core: Rewrite ucb1x00_add_dev()Lee Jones2013-09-021-13/+15
| * mfd: ab8500-debugfs: Apply a check for -ENOMEM after allocating memory for ev...Lee Jones2013-09-021-0/+3
| * mfd: ab8500-debugfs: Apply a check for -ENOMEM after allocating memory for sysfsLee Jones2013-09-021-0/+3
| * mfd: timberdale: Use module_pci_driverSachin Kamat2013-09-021-28/+1
| * mfd: timberdale: Remove redundant breakSachin Kamat2013-09-021-1/+0
| * mfd: timberdale: Staticize local variablesSachin Kamat2013-09-021-2/+2
| * mfd: ab8500-debugfs: Staticize local variablesSachin Kamat2013-09-021-4/+4
| * mfd: db8500-prcmu: Staticize clk_mgtSachin Kamat2013-09-021-1/+1
| * mfd: db8500-prcmu: Use ANSI function declarationSachin Kamat2013-09-021-1/+1
| * mfd: omap-usb-host: Staticize usbhs_driver_nameSachin Kamat2013-09-021-1/+1
| * mfd: 88pm805: Fix potential NULL pdata dereferenceChao Xie2013-09-021-1/+1
| * mfd: 88pm800: Fix potential NULL pdata dereferenceChao Xie2013-09-021-4/+6
| * Merge branch 'topic/for-asoc'Samuel Ortiz2013-09-022-23/+43
| |\
| | * mfd: twl6040: Use regmap for register cacheMark Brown2013-09-021-13/+30
| | * mfd: davinci_voicecodec: Provide a regmap for register I/OMark Brown2013-09-021-0/+14
| | * mfd: davinci_voicecodec: Remove unused read and write functionsMark Brown2013-09-021-11/+0
| * | mfd: mmc: rtsx: Change default tx phaseWei WANG2013-08-305-0/+12
| * | Merge tag 'mfd-lee-3.12-1' of git://git.linaro.org/people/ljones/mfdSamuel Ortiz2013-08-2168-153/+209
| |\ \
| | * | mfd: pcf50633-adc: Use devm_*() functionsJingoo Han2013-08-201-2/+1
| | * | mfd: wl1273: Use devm_*() functionsJingoo Han2013-08-201-5/+1
| | * | mfd: tps65010: Use devm_*() functionsJingoo Han2013-08-201-6/+2
| | * | mfd: menelaus: Use devm_*() functionsJingoo Han2013-08-201-10/+6
| | * | mfd: max8998: Use devm_*() functionsJingoo Han2013-08-201-3/+2
| | * | mfd: max8997: Use devm_*() functionsJingoo Han2013-08-201-9/+5
| | * | mfd: pm8921: Use devm_*() functionsJingoo Han2013-08-201-6/+3
| | * | mfd: pm8921: Remove unnecessary platform_set_drvdata()Jingoo Han2013-08-201-2/+0
| | * | mfd: pm8921: Include missing linux/module.hJingoo Han2013-08-201-0/+1
| | * | mfd: ti_am335x_tscadc: Update reg_cache variable in clr functionZubair Lutfullah2013-08-141-2/+2
| | * | mfd: core: Copy DMA mask and params from parentBenedikt Spranger2013-08-141-0/+2
| | * | mfd: tps65010: Use power efficient workqueue for power pollingMark Brown2013-08-141-5/+7
| | * | mfd: Add support for COMe-bHL6 and COMe-cTH6 to Kontron PLD driverMichael Brunner2013-08-141-0/+18
| | * | mfd: palmas: Add power off controlBill Huang2013-08-141-2/+31
| | * | mfd: sec: Add clock cell for s2mps11Yadwinder Singh Brar2013-08-141-1/+3
| | * | mfd: wm5110: Set FX_CTRL2 to volatileCharles Keepax2013-08-141-0/+1
| | * | mfd: wm5110: Add missing Mic Detect 3 register into defaultsCharles Keepax2013-08-141-0/+1
| | * | mfd: wm5110: Add mic detect level registersCharles Keepax2013-08-141-0/+8
| | * | mfd: wm5110: Mark register containing FLL gains as readableCharles Keepax2013-08-141-0/+8
| | * | mfd: ti_am335x_tscadc: Fix spin lock and reg_cacheZubair Lutfullah2013-08-141-2/+2
| | * | mfd: arizona: Move regulator disable to after marking cache onlyCharles Keepax2013-08-141-1/+1
| | * | mfd: ab8500-gpadc: Add CONFIG_PM_SLEEP to suspend/resumeJingoo Han2013-08-141-0/+2
| | * | mfd: ab8500-gpadc: Add CONFIG_PM_RUNTIME to runtime_suspend/runtime_resumeJingoo Han2013-08-141-0/+2
| | * | MFD: ucb1x00-core: Add CONFIG_PM_SLEEP to suspend/resumeJingoo Han2013-08-071-0/+2
| | * | mfd: menelaus: Use NULL instead of 0Jingoo Han2013-08-071-2/+2
| | * | mfd: twl4030-power: Staticize local functionsJingoo Han2013-08-011-3/+3
| | * | mfd: lpc_ich: Staticize struct 'lpc_chipset_info'Jingoo Han2013-08-011-1/+1
| | * | mfd: max8997: Cast void pointer to data of max8997_pmic_dt_matchJingoo Han2013-08-011-1/+1
| | * | mfd: stmpe: Staticise stmpe_of_probe()Mark Brown2013-07-311-1/+2
| | * | mfd: Use dev_get_platdata()Jingoo Han2013-07-3158-88/+89