summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
...
| * | mfd: janz-cmodio: Convert to managed resources for allocating memoryLee Jones2013-06-131-8/+4
| * | mfd: htc-pasic3: Convert to managed resources for allocating memoryLee Jones2013-06-131-3/+1
| * | mfd: htc-i2cpld: Convert to managed resources for allocating memoryLee Jones2013-06-131-10/+5
| * | mfd: htc-egpio: Convert to managed resources for allocating memoryLee Jones2013-06-131-5/+4
| * | mfd: davinci_voicecodec: Convert to managed resources for allocating memoryLee Jones2013-06-131-7/+3
| * | mfd: cros_ec: Convert to managed resources for allocating memoryLee Jones2013-06-131-19/+9
| * | mfd: asic3: Convert to managed resources for allocating memoryLee Jones2013-06-131-10/+4
| * | mfd: adp5520: Convert to managed resources for allocating memoryLee Jones2013-06-131-6/+2
| * | mfd: abx500-core: Convert to managed resources for allocating memoryLee Jones2013-06-131-6/+4
| * | mfd: ab8500-gpadc: Convert to managed resources for allocating memoryLee Jones2013-06-131-5/+1
| * | mfd: ab8500-debug: Convert to managed resources for allocating memoryLee Jones2013-06-131-22/+12
| * | mfd: ab3100-otp: Convert to managed resources for allocating memoryLee Jones2013-06-131-9/+5
| * | mfd: tps65912: Convert to managed resources for allocating memoryLee Jones2013-06-133-4/+4
| * | Merge branch 'for-mfd-next' of git://git.linaro.org/people/ljones/linux-3.0-u...Samuel Ortiz2013-06-136-46/+75
| |\ \
| | * | mfd: 88pm860x: Use devm_regmap_init_i2c()Sachin Kamat2013-06-131-2/+1
| | * | mfd: ab8500-core: Add AB8500 external regulators as MFD devicesLee Jones2013-06-131-0/+10
| | * | mfd: dbx500-prcmu: Use correct names for clock management registersLee Jones2013-06-131-2/+2
| | * | mfd: Replace strict_strtoul() with kstrtoul() in ab* and att*Jingoo Han2013-06-133-21/+14
| | * | mfd: ab8500-core: Add of_compatible property for ab8500-codecFabio Baltieri2013-06-131-0/+1
| | * | mfd: ab8500-core: Add device for new RTC version for AB8540 cut2Alexandre Torgue2013-06-131-8/+47
| | * | mfd: ab8500-core: Drop references to ab8500-ledsLee Jones2013-06-131-13/+0
| | |/
| * | Merge tag 'mfd-arizona-v3.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Samuel Ortiz2013-06-135-37/+237
| |\ \
| * | | mfd: jz4740-adc: Use clk_prepare_enable/clk_disable_unprepareLars-Peter Clausen2013-06-111-2/+2
| * | | mfd: max77687: Add registration of max77686-clkOlof Johansson2013-06-111-0/+1
| * | | mfd: wm8994: Emulate level triggered interrupts if requiredMark Brown2013-06-111-4/+96
| * | | mfd: cros_ec: Fix Kconfig typo - s/ned/need/Geert Uytterhoeven2013-06-111-1/+1
| * | | mfd: tc6393xb: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-111-1/+0
| * | | mfd: tc6387xb: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-111-1/+0
| * | | mfd: t7l66xb: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-111-1/+0
| * | | mfd: mcp-sa11x0: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-111-3/+0
| * | | mfd: twl4030-madc: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-111-4/+1
| * | | mfd: twl4030-audio: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-111-4/+1
| * | | mfd: jz4740-adc: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-111-3/+0
| * | | mfd: intel_msic: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-111-1/+0
| * | | mfd: lpc_ich: Add support for Intel Avoton SoCJames Ralston2013-06-111-0/+10
| * | | mfd: twl-core: Convert to module_i2c_driver()Grygorii Strashko2013-06-111-11/+1
| * | | mfd: rtsx: Add support for RTL8411BRoger Tseng2013-06-113-0/+138
| * | | mfd: sec-core: Remove explicit call to mfd_remove_devicesLeon Romanovsky2013-06-111-2/+1
| * | | mfd: Move ssbi driver into drivers/mfdArnd Bergmann2013-06-113-2/+382
| | |/ | |/|
* | | Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-07-036-38/+245
|\ \ \
| * \ \ Merge remote-tracking branch 'asoc/topic/arizona' into asoc-nextMark Brown2013-06-176-38/+245
| |\ \ \ | | |/ / | |/| |
| | * | mfd: wm5102: Expose DRE control registersCharles Keepax2013-06-121-1/+8
| | |/
| | * mfd: wm5110: Make DSPn_STATUS_3 readableMark Brown2013-05-221-0/+8
| | * mfd: arizona: Change fast_start pdata name to better reflect functionalityCharles Keepax2013-05-211-1/+1
| | * mfd: arizona: Support use of external DCVDDMark Brown2013-05-201-0/+43
| | * mfd: Add device tree bindings for Arizona class devicesMark Brown2013-05-204-4/+97
| | * mfd: arizona: Disable interrupts during suspendMark Brown2013-05-171-1/+22
| | * mfd: arizona: Add missing cleanup on removeMark Brown2013-05-171-0/+5
| | * mfd: wm5102: Manually apply register patchCharles Keepax2013-05-171-0/+12
| | * mfd: arizona: Read the device identification information after bootMark Brown2013-05-171-31/+49
OpenPOWER on IntegriCloud