summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
...
* | mfd: twl-core: Collect global variables behind one private structure (global)Peter Ujfalusi2013-02-141-47/+57
* | mfd: twl-core: Move 'inuse' check early at probe timePeter Ujfalusi2013-02-141-6/+6
* | mfd: twl-core: Do not create dummy pdata when booted with DTPeter Ujfalusi2013-02-141-24/+7
* | mfd: twl-core: Do not try to call legacy mfd add_children() when booted with DTPeter Ujfalusi2013-02-141-2/+1
* | mfd: twl-core: Allocate twl_modules dynamicallyPeter Ujfalusi2013-02-141-10/+21
* | mfd: twl-core: Use the lookup table to find the correct subchip for the modulesPeter Ujfalusi2013-02-141-29/+27
* | mfd: twl-core: No need to check for invalid subchip IDPeter Ujfalusi2013-02-141-11/+2
* | mfd: twl-core: Clean up module id lookup and definitionsPeter Ujfalusi2013-02-141-54/+51
* | mfd: arizona: Provide platform data for MICBIAS configurationMark Brown2013-02-141-0/+23
* | mfd: arizona: Clarify mixer underclocking errorMark Brown2013-02-141-1/+1
* | mfd: arizona: Disable interrupts during resumeMark Brown2013-02-141-0/+26
* | mfd: wm5102: Refresh register defaultsMark Brown2013-02-141-62/+33
* | mfd: wm5102: Mark DSP memory regions as volatile and readableMark Brown2013-02-141-1/+7
* | mfd: wm8994: Use devm_regulator_bulk_get APISachin Kamat2013-02-141-5/+2
* | mfd: wm5102: Update rev B patch for latest evaluationMark Brown2013-02-141-4/+5
* | mfd: arizona: Register MICVDD supply first to ensure no retriesMark Brown2013-02-141-2/+2
* | mfd: wm5102: Mark only extant DSP registers volatileMark Brown2013-02-141-4/+7
* | mfd: palmas: Add rtc irq number as irq resource for palmas-rtcLaxman Dewangan2013-02-141-2/+12
* | Merge tag 'mfd-for-linus-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-2817-69/+216
|\ \ | |/ |/|
| * mfd: rtsx: Fix oops when rtsx_pci_sdmmc is not probedWei WANG2013-01-271-2/+2
| * mfd: wm5102: Fix definition of WM5102_MAX_REGISTERMark Brown2013-01-271-1/+1
| * mfd: twl4030: Don't warn about uninitialized return codeArnd Bergmann2013-01-271-1/+1
| * mfd: da9052/53 lockup fixAshish Jangam2013-01-271-0/+61
| * mfd: rtsx: Add clock divider hookWei WANG2013-01-274-2/+27
| * mfd: rtsx: Add output voltage switch hookWei WANG2013-01-274-0/+65
| * mfd: Fix compile errors and warnings when !CONFIG_AB8500_BMLee Jones2013-01-221-0/+1
| * mfd: vexpress: Export global functions to fix build errorGuenter Roeck2013-01-221-2/+6
| * mfd: arizona: Check errors from regcache_sync()Mark Brown2013-01-221-1/+6
| * mfd: tc3589x: Use simple irqdomainLinus Walleij2013-01-221-12/+5
| * mfd: pcf50633: Init pcf->dev before using itAxel Lin2013-01-221-3/+2
| * mfd: max77693: Init max77693->dev before using itAxel Lin2013-01-221-16/+18
| * mfd: max77686: Init max77686->dev before using itAxel Lin2013-01-221-9/+9
| * mfd: db8500-prcmu: Fix irqdomain usageLinus Walleij2013-01-221-4/+9
| * mfd: tps65910: Select REGMAP_IRQ in Kconfig to fix build errorAnilKumar Ch2013-01-221-0/+1
| * mfd: arizona: Disable control interface reporting for WM5102 and WM5110Mark Brown2013-01-221-16/+2
* | mfd: vexpress-sysreg: Don't skip initialization on probePawel Moll2013-01-241-12/+20
|/
* mfd, TWL4030: TWL4030 need select REGMAP_I2CChuansheng Liu2013-01-161-0/+1
* Drivers: mfd: remove __dev* attributes.Greg Kroah-Hartman2013-01-039-35/+30
* Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-201-2/+1
|\
| * Merge tag 'omap-for-v3.8/fixes-for-merge-window-v4-signed' of git://git.kerne...Olof Johansson2012-12-171-2/+1
| |\
| | * Merge branch 'omap-for-v3.8/fixes-for-merge-window' into omap-for-v3.8/fixes-...Tony Lindgren2012-12-161-2/+1
| | |\
| | | * mfd: omap-usb-host: get rid of cpu_is_omap..() macrosRoger Quadros2012-12-141-2/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-12-181-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Input: stmpe-keypad - add support for Device Tree bindingsDmitry Torokhov2012-11-241-0/+1
| * | | Input: stmpe-ts - add DT support for stmpe touchscreenVipul Kumar Samar2012-11-221-0/+1
* | | | Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-12-1641-1734/+3284
|\ \ \ \ | |_|/ / |/| | |
| * | | mfd: tps6507x: Convert to devm_kzallocAxel Lin2012-12-101-17/+4
| * | | mfd: stmpe: Update DT support for stmpe driverVipul Kumar Samar2012-12-101-6/+15
| * | | mfd: wm5102: Add readback of DSP status 3 registerMark Brown2012-12-091-0/+2
| * | | mfd: arizona: Log if we fail to create the primary IRQ domainMark Brown2012-12-091-0/+1
OpenPOWER on IntegriCloud