summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* mfd: rtsx: Support RTS5227Roger Tseng2013-02-144-1/+241
* mfd: rtsx: Implement driving adjustment to device-dependent callbacksRoger Tseng2013-02-143-3/+29
* mfd: vexpress: Add pseudo-GPIO based LEDsPawel Moll2013-02-141-18/+55
* mfd: ab8500: Rename ab8500 to abx500 for hwmon driverHongbo Zhang2013-02-141-3/+3
* mfd: rtsx: Optimize card detect flowWei WANG2013-02-141-12/+19
* mfd: rtsx: Use macros to replace some variablesWei WANG2013-02-142-9/+7
* mfd: rtsx: Fix checkpatch warningWei WANG2013-02-141-13/+13
* mfd: rtsx: Declare that the DMA address limitation is 32bit explicitlyWei WANG2013-02-141-0/+4
* mfd: rtsx: Remove redundant codeWei WANG2013-02-141-1/+0
* mfd: tps65090: remove suspend/resume callbacksLaxman Dewangan2013-02-141-23/+0
* mfd: tps65090: Pass irq domain when adding mfd sub devicesLaxman Dewangan2013-02-141-1/+1
* mfd: tps65090: add DT support for tps65090Laxman Dewangan2013-02-141-3/+19
* mfd: wm5102: Make DSP scratch registers readableMark Brown2013-02-141-0/+8
* mfd: tps6507x: Add DT supportVishwanathrao Badarkhe, Manish2013-02-141-0/+9
* mfd: 88pm80x: Remove redundant devm_* callsYi Zhang2013-02-143-27/+9
* mfd: db8500-prcmu: Add ux500_wdt mfd_cellFabio Baltieri2013-02-141-0/+12
* mfd: dbx500-prcmu: Export a9wdog functionsFabio Baltieri2013-02-141-0/+5
* mfd: lpc_ich: Fix gpio base and control offsetsAaron Sierra2013-02-141-33/+76
* mfd: twl-core: Move twl_i2c_read/write_u8 to header as inline functionPeter Ujfalusi2013-02-141-28/+0
* mfd: twl-core: Remove no longer valid comment regarding to write buffer sizePeter Ujfalusi2013-02-141-3/+0
* 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