aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-08mfd: da903x: Use devm_*() functionsJingoo Han1-13/+6
2013-04-08mfd: ezx-pcap: Use devm_*() functionsJingoo Han1-10/+7
2013-04-08mfd: twl6040: Use devm_*() functionsJingoo Han1-20/+11
2013-04-08mfd: aat2870: Use use devm_*() functionsJingoo Han1-14/+6
2013-04-08mfd: omap-usb-host: Use devm_gpio_request_one()Jingoo Han1-21/+2
2013-04-08mfd: intel_msic: Use devm_gpio_request_one()Jingoo Han1-8/+2
2013-04-08mfd: lm3533: Use devm_gpio_request_one()Jingoo Han1-6/+2
2013-04-08mfd: 88pm860x: Drop devm_kfree of devm_kzalloc'd dataJingoo Han1-9/+3
2013-04-08mfd: adp5520: Restore mode bits on resumeLars-Peter Clausen1-2/+6
2013-04-08Merge tag 'ux500-multiplatform-mfd' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericssonSamuel Ortiz2-279/+241
2013-04-08mfd: twl4030-madc: Add support for raw value in twl4030_madc_conversionPali Rohár1-4/+10
2013-04-08mfd: wm5102: Don't wait for boot when boot sequencer is disabledCharles Keepax1-4/+18
2013-04-08mfd: arizona: Wait for internal clocks to startup after resetCharles Keepax1-1/+5
2013-04-08mfd: arizona: Hold device in reset while ramping suppliesMark Brown1-13/+13
2013-04-08mfd: wm5102: Update defaults to match patchCharles Keepax1-5/+5
2013-04-08mfd: wm5102: Deactivate standard boot sequenceCharles Keepax1-5/+5
2013-04-08mfd: arizona: Add a hardware patch mechanismCharles Keepax1-0/+109
2013-04-08mfd: arizona: Factor out register pollingCharles Keepax1-22/+30
2013-04-08mfd: wm5102: Manually apply register patchCharles Keepax2-6/+35
2013-04-08mfd: wm5102: Only use the lowest three bits of device revisionMark Brown1-0/+1
2013-04-08mfd: arizona: Unconditionally enable 32kHz clockMark Brown1-0/+1
2013-04-08mfd: arizona: Fully support the use of MCLK1 as the 32kHz clock sourceMark Brown1-2/+19
2013-04-08mfd: wm5102: Update patch for latest evaluationMark Brown1-5/+10
2013-04-08mfd: arizona: Support configuring MICBIASes into bypass modeMark Brown1-1/+11
2013-04-08mfd: arizona: Try to use interrupt flags from interrupt controllerMark Brown1-2/+25
2013-04-08mfd: arizona: Allow GPIO to be specified for IRQ lineMark Brown1-13/+53
2013-04-08mfd: arizona: Basic support for edge triggered IRQsMark Brown1-5/+7
2013-04-08mfd: arizona: Clarify error message for failed primary IRQ requestMark Brown1-1/+1
2013-04-08mfd: arizona: Clean up on failed runtime resumeMark Brown1-4/+7
2013-04-08mfd: arizona: Disable all wake sources by defaultMark Brown1-0/+3
2013-04-08ARM: ux500: split out prcmu initializationArnd Bergmann1-29/+111
2013-04-08mfd: db8500-prcmu: drop unused includesLinus Walleij1-2/+0
2013-04-08ARM: ux500: move PM-related PRCMU functions to machineLinus Walleij2-136/+0
2013-04-08mfd: db8500-prcmu: get base address from resourceLinus Walleij2-124/+131
2013-04-08mfd: prcmu: pass a base and size with the early initcallLinus Walleij1-1/+12
2013-04-08mfd: wm8994: Silence bogus warning in wm8994_device_init()Jingoo Han1-1/+1
2013-04-08mfd: max77686: Use NULL instead of 0Sachin Kamat1-1/+1
2013-04-08mfd: adp5520: Use module_i2c_driver()Sachin Kamat1-11/+1
2013-04-08Merge branch 'for-mfd-and-power' of git://git.linaro.org/people/ljones/linux-3.0-ux500Samuel Ortiz4-394/+2548
2013-04-05MFD: rtsx_pcr: Fix probe fail pathJiri Slaby1-2/+4
2013-04-05mfd: abx500: Move the AB8500 Kconfig fragmentLinus Walleij1-7/+7
2013-04-05mfd: davinci_voicecodec: use module_platform_driver_probe()Jingoo Han1-11/+1
2013-04-05mfd: htc-pasic3: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05mfd: ab3100-otp: use module_platform_driver_probe()Jingoo Han1-13/+1
2013-04-05mfd: stmpe: DT: Add stmpe-i2c dt alias to get id deviceGabriel Fernandez1-1/+4
2013-04-05mfd: stmpe: DT: Enable no-irq mode configurationGabriel Fernandez1-0/+3
2013-04-05mfd: syscon: Add non-DT supportAlexander Shiyan2-31/+45
2013-04-05mfd: syscon: Removed unneeded field "dev" from private driver structureAlexander Shiyan1-4/+1
2013-04-05mfd: palmas: Change the DT node property names to follow the conventionJ Keerthy1-3/+3
2013-04-05mfd: as3711: Add OF supportGuennadi Liakhovetski1-4/+23