summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-28mfd: arizona: Map MICVDD from extcon device to the Arizona coreCharles Keepax1-4/+16
2014-07-28mfd: arizona: Add MICVDD to mapped regulators for wm8997Charles Keepax1-0/+1
2014-07-25mfd: max77686: Ensure device type IDs are architecture agnosticLee Jones2-4/+3
2014-07-25mfd: max77686: Add Maxim 77802 PMIC supportJavier Martinez Canillas4-32/+436
2014-07-25mfd: tps6105x: Use managed resources when allocating memoryHimangi Saraogi1-13/+4
2014-07-25mfd: wm8997-tables: Suppress 'line over 80 chars' warningsLee Jones1-4/+4
2014-07-25mfd: kempld-core: Correct a variety of checkpatch warningsLee Jones1-4/+6
2014-07-25mfd: ipaq-micro: Fix coding style errors/warnings reported by checkpatchLee Jones1-4/+4
2014-07-25mfd: si476x-cmd: Remedy checkpatch style complainsLee Jones1-6/+6
2014-07-25mfd: tc6387xb: Remove unnecessary braces and correct style warningsLee Jones1-4/+3
2014-07-25mfd: twl6030-irq: Extinguish coding style warningsLee Jones1-1/+3
2014-07-25mfd: wm8350-i2c: Replace spaces with tabsLee Jones1-4/+4
2014-07-25mfd: max8925-core: Fix 'missing blank line after declarations' warningLee Jones1-0/+2
2014-07-25mfd: twl4030-irq: Fix style warnings relating to pr_warn() and sizeof()Lee Jones1-3/+3
2014-07-25mfd: lp8788-irq: Fix 'missing blank line after declarations' warningLee Jones1-0/+2
2014-07-25mfd: ezx-pcap: Repair coding style errors picked up with checkpatchLee Jones1-2/+1
2014-07-22mfd: twl6040: Fix 'insert space after ','', errorLee Jones1-1/+1
2014-07-22mfd: sec-core: Fix 'missing blank line after declarations' warningLee Jones1-0/+1
2014-07-22mfd: dm355evm_msp: Fix checkpatch error: insert space after ','Lee Jones1-1/+1
2014-07-22mfd: wm8350-irq: Fix 'line over 80 chars' warningLee Jones1-1/+2
2014-07-22mfd: mcp-core: Fix 'blank line after declarations' warningLee Jones1-0/+1
2014-07-21mfd: max8925-i2c: Fix 'blank line after declarations' warningLee Jones1-0/+2
2014-07-21mfd: max77686: Fix 'line over 80 chars' warningLee Jones1-1/+1
2014-07-21mfd: max77686: Remove unneeded OOM error messageJavier Martinez Canillas1-3/+1
2014-07-21mfd: max77686: Make error checking consistentJavier Martinez Canillas1-5/+5
2014-07-21mfd: max77686: Return correct error when pdata isn't foundJavier Martinez Canillas1-1/+1
2014-07-21mfd: max77686: Make platform data over-rule DTJavier Martinez Canillas1-1/+1
2014-07-21mfd: max77686: Don't define dummy function if OF isn't enabledJavier Martinez Canillas1-9/+1
2014-07-21mfd: max77686: Add power management supportJavier Martinez Canillas1-0/+40
2014-07-21mfd: max77686: Convert to use regmap_irqJavier Martinez Canillas7-356/+123
2014-07-21mfd: sun6i-prcm: Add support for Allwinner A23 PRCMChen-Yu Tsai2-1/+31
2014-07-21mfd: ab8500-debugfs: BIG clean-upLee Jones2-116/+173
2014-07-11mfd: arizona: Update DT binding to support MICVDD init_dataCharles Keepax1-2/+4
2014-07-11mfd: arizona: Update DT binding to support LDO1 init_dataCharles Keepax1-0/+8
2014-07-09Doc: mfd: as3722: Add details of optional missing propertyLaxman Dewangan1-0/+8
2014-07-09mfd: cros_ec: Use the proper size when looking at the cros_ec_i2c resultDoug Anderson1-3/+12
2014-07-09mfd: ab8500-core: Resolve code style issuesLee Jones1-21/+24
2014-07-09mfd: ab3100-core: Correct code sytle problemsLee Jones1-28/+26
2014-07-09mfd: aat2870-core: Stop using obsolte simple_strtoul()Lee Jones1-1/+4
2014-07-09mfd: 88pm860x-i2c: Repair 'space before tab' warningLee Jones1-1/+2
2014-07-09mfd: 88pm860x-core: Repair formatting issuesLee Jones1-15/+22
2014-07-09mfd: 88pm805: msleep(1ms ~ 20ms) may not do what the caller intendsLee Jones1-1/+1
2014-07-09mfd: tps65910: Rid data size incompatibility warn when building for 64bitLee Jones2-6/+6
2014-07-09mfd: arizona: Rid data size incompatibility warn when building for 64bitLee Jones4-7/+9
2014-07-09mfd: stmpe: Rid data size incompatibility warn when building for 64bitLee Jones3-4/+4
2014-07-09mfd: intel_soc_pmic: Rid compiler working for unused ACPI match tableLee Jones1-0/+2
2014-07-09mfd: ab8500-debugfs: Simplify invalid debugfs data checkingLee Jones1-7/+7
2014-07-09mfd: ab8500-core: Remove pointless else in if statementLee Jones1-2/+2
2014-07-09mfd: ab8500-debugfs: Cleaning up unnecessary to test, unsigned can't be negat...Rickard Strandqvist1-1/+1
2014-07-09mfd: ab8500-debugfs: Remove unnecessary null test before debugfs_remove_recur...Fabian Frederick1-2/+1