summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mfd: aat2870: Use use devm_*() functionsJingoo Han2013-04-081-14/+6
* mfd: omap-usb-host: Use devm_gpio_request_one()Jingoo Han2013-04-081-21/+2
* mfd: intel_msic: Use devm_gpio_request_one()Jingoo Han2013-04-081-8/+2
* mfd: lm3533: Use devm_gpio_request_one()Jingoo Han2013-04-081-6/+2
* mfd: 88pm860x: Drop devm_kfree of devm_kzalloc'd dataJingoo Han2013-04-081-9/+3
* mfd: adp5520: Restore mode bits on resumeLars-Peter Clausen2013-04-081-2/+6
* Merge tag 'ux500-multiplatform-mfd' of git://git.kernel.org/pub/scm/linux/ker...Samuel Ortiz2013-04-082-279/+241
|\
| * ARM: ux500: split out prcmu initializationArnd Bergmann2013-04-081-29/+111
| * mfd: db8500-prcmu: drop unused includesLinus Walleij2013-04-081-2/+0
| * ARM: ux500: move PM-related PRCMU functions to machineLinus Walleij2013-04-082-136/+0
| * mfd: db8500-prcmu: get base address from resourceLinus Walleij2013-04-082-124/+131
| * mfd: prcmu: pass a base and size with the early initcallLinus Walleij2013-04-081-1/+12
* | power: rx51_battery: Fix reporting correct valuesPali Rohár2013-04-081-0/+1
* | mfd: twl4030-madc: Add support for raw value in twl4030_madc_conversionPali Rohár2013-04-081-4/+10
* | mfd: wm5102: Don't wait for boot when boot sequencer is disabledCharles Keepax2013-04-081-4/+18
* | mfd: arizona: Wait for internal clocks to startup after resetCharles Keepax2013-04-081-1/+5
* | mfd: arizona: Hold device in reset while ramping suppliesMark Brown2013-04-081-13/+13
* | mfd: wm5102: Update defaults to match patchCharles Keepax2013-04-081-5/+5
* | mfd: wm5102: Deactivate standard boot sequenceCharles Keepax2013-04-081-5/+5
* | mfd: arizona: Add a hardware patch mechanismCharles Keepax2013-04-081-0/+109
* | mfd: arizona: Factor out register pollingCharles Keepax2013-04-081-22/+30
* | mfd: wm5102: Manually apply register patchCharles Keepax2013-04-082-6/+35
* | mfd: wm5102: Only use the lowest three bits of device revisionMark Brown2013-04-081-0/+1
* | mfd: arizona: Unconditionally enable 32kHz clockMark Brown2013-04-081-0/+1
* | mfd: arizona: Fully support the use of MCLK1 as the 32kHz clock sourceMark Brown2013-04-081-2/+19
* | mfd: wm5102: Update patch for latest evaluationMark Brown2013-04-081-5/+10
* | mfd: arizona: Support configuring MICBIASes into bypass modeMark Brown2013-04-081-1/+11
* | mfd: arizona: Try to use interrupt flags from interrupt controllerMark Brown2013-04-081-2/+25
* | mfd: arizona: Allow GPIO to be specified for IRQ lineMark Brown2013-04-081-13/+53
* | mfd: arizona: Basic support for edge triggered IRQsMark Brown2013-04-081-5/+7
* | mfd: arizona: Clarify error message for failed primary IRQ requestMark Brown2013-04-081-1/+1
* | mfd: arizona: Clean up on failed runtime resumeMark Brown2013-04-081-4/+7
* | mfd: arizona: Disable all wake sources by defaultMark Brown2013-04-081-0/+3
* | mfd: wm8994: Silence bogus warning in wm8994_device_init()Jingoo Han2013-04-081-1/+1
* | mfd: max77686: Use NULL instead of 0Sachin Kamat2013-04-081-1/+1
* | mfd: adp5520: Use module_i2c_driver()Sachin Kamat2013-04-081-11/+1
* | Merge branch 'for-mfd-and-power' of git://git.linaro.org/people/ljones/linux-...Samuel Ortiz2013-04-0813-892/+4276
|\ \
| * | ab8500-charger: Do not use [delayed_]work_pending()Lee Jones2013-03-071-13/+6
| * | ab8500-fg: Change current calculationlme004372013-03-071-4/+4
| * | abx500-chargalg: Add charging current step interfaceLee Jones2013-03-071-76/+155
| * | pm2301-charger: Reference put missing after accessRupesh Kumar2013-03-071-0/+4
| * | pm2301-charger: Wake device on register accessRupesh Kumar2013-03-071-16/+6
| * | ab8500-bm: Trivially fix up some incorrect and out-of-date commentsMarcus Cooper2013-03-072-4/+4
| * | pm2301-charger: Charging LED control for pm2301Rupesh Kumar2013-03-071-4/+0
| * | pm2301-charger: lpn pin used only in C2C boardslme004372013-03-071-34/+32
| * | ab8500-charger: Remove duplicate codeLee Jones2013-03-072-9/+0
| * | abx500-chargalg: Use module_platform_driver() rathersrinidhi kasagar2013-03-071-12/+1
| * | pm2301-charger: Removed unused code from PM2301 driverRupesh Kumar2013-03-072-27/+0
| * | ab8500-charger: Run detect workaround only on AB8500Rabin Vincent2013-03-071-8/+13
| * | pm2301-charger: Add pm_runtime_resume & pm_runtime_suspendLee Jones2013-03-071-0/+68