summaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
Commit message (Expand)AuthorFilesLines
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-08power: rx51_battery: Fix reporting correct valuesPali Rohár1-0/+1
2013-04-08mfd: twl4030-madc: Add support for raw value in twl4030_madc_conversionPali Rohár2-4/+12
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 Brown2-1/+12
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 Brown2-13/+56
2013-04-08mfd: arizona: Basic support for edge triggered IRQsMark Brown3-8/+11
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 Bergmann5-112/+115
2013-04-08mfd: db8500-prcmu: drop unused includesLinus Walleij1-2/+0
2013-04-08ARM: ux500: move PM-related PRCMU functions to machineLinus Walleij9-174/+195
2013-04-08mfd: db8500-prcmu: get base address from resourceLinus Walleij5-130/+131
2013-04-08mfd: prcmu: pass a base and size with the early initcallLinus Walleij4-12/+26
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-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 Shiyan3-31/+46
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 Liakhovetski2-4/+96
2013-04-05mfd: cros_ec: Add MFD_CORE dependencyDavid Rientjes1-0/+1
2013-04-05mfd: cros_ec_spi: Warnings fixSamuel Ortiz1-3/+3
2013-04-05mfd: cros_ec: Export needed symbols for the i2c and spi modulesSamuel Ortiz1-0/+7
2013-04-05input: Add ChromeOS EC keyboard driverSimon Glass4-0/+419