aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 6-10/+10
2016-01-14Merge tag 'mfd-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 50-805/+2143
2016-01-14mfd: davinci_voicecodec: Remove pointless 'out of memory' error messageGravatar Lee Jones 1-4/+1
2016-01-14mfd: da9052-irq: Fix trivial 'space before comma' errorGravatar Lee Jones 1-1/+1
2016-01-14mfd: da9052-i2c: Fix tabbing/whitespace issueGravatar Lee Jones 1-1/+1
2016-01-14mfd: da903x: Fix white space and split string issuesGravatar Lee Jones 1-5/+5
2016-01-14mfd: cs5535-mfd: Add missing line spacing and make local array staticGravatar Lee Jones 1-1/+5
2016-01-14mfd: cros_ec_spi: Repair comparison ordering issueGravatar Lee Jones 1-2/+2
2016-01-14mfd: cros_ec_i2c: Fix trivial 'tabs before spaces' whitespace issue.Gravatar Lee Jones 1-1/+1
2016-01-14mfd: asic3: Fix a plethora of Checkpatch errors and warningsGravatar Lee Jones 1-15/+12
2016-01-14mfd: as3711: Repair OOM and 'line over 80 chars' formatting warningsGravatar Lee Jones 1-12/+16
2016-01-14mfd: arizona-i2c: Add blank line formatting after declarationGravatar Lee Jones 1-0/+2
2016-01-14mfd: arizona-core: msleep() is unreliable for anything <20ms use usleep_range...Gravatar Lee Jones 1-4/+4
2016-01-14mfd: adp5520: Some trivial 'no space before tab' fixesGravatar Lee Jones 1-3/+3
2016-01-14mfd: ab8500-sysctrl: Fix Constify, printk => pr_info and formatting issuesGravatar Lee Jones 1-7/+6
2016-01-14mfd: ab8500-gpadc: Squash a whole bunch of Checkpatch warnings and one errorGravatar Lee Jones 1-72/+73
2016-01-14mfd: ab8500-debugfs: Clean-up non-conforming commenting and print formattingGravatar Lee Jones 1-10/+15
2016-01-14mfd: ab8500-core: Fix many warnings reported by CheckpatchGravatar Lee Jones 1-14/+10
2016-01-14mfd: ab2100-otp: Remove pointless 'out of memory' error messageGravatar Lee Jones 1-3/+2
2016-01-14mfd: ab3100-core.c: Fix multiple warnings reported by CheckpatchGravatar Lee Jones 1-13/+10
2016-01-14mfd: aat2870-core: Remove unnecessary 'out of memory' messageGravatar Lee Jones 1-4/+1
2016-01-14mfd: 88pm860x-core: Fix commenting and declaration spacingGravatar Lee Jones 1-3/+6
2016-01-14mfd: Use to_i2c_client() instead of open-coding itGravatar Geliang Tang 10-24/+24
2016-01-14mfd: asic3: Be sure to clamp return valueGravatar Linus Walleij 1-1/+2
2016-01-14mfd: dm355evm_mps: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2016-01-14mfd: htc-egpio: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2016-01-14mfd: tc6393xb: Be sure to clamp return valueGravatar Linus Walleij 1-2/+2
2016-01-14mfd: tps65010: Be sure to clamp return valueGravatar Linus Walleij 1-2/+2
2016-01-12Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-14/+74
2016-01-11mfd: ucb1x00-core: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2016-01-11mfd: arizona: Add device tree binding to specify mono outputsGravatar Charles Keepax 1-0/+10
2016-01-11mfd: da9063: Allow modular buildGravatar Geert Uytterhoeven 1-1/+1
2016-01-11mfd: arizona: Request parent IRQ before we request child IRQsGravatar Charles Keepax 1-30/+27
2016-01-11mfd: as3722: Mark PM functions as __maybe_unusedGravatar Arnd Bergmann 1-2/+2
2016-01-11mfd: sta2x11: Use platform_register/unregister_drivers()Gravatar Thierry Reding 1-26/+10
2016-01-11mfd: qcom-spmi-pmic: Don't access non-existing registersGravatar Ivan T. Ivanov 1-1/+3
2016-01-11mfd: wm831x: Fix broken wm831x_unique_id_showGravatar Rasmus Villemoes 1-8/+2
2016-01-11mfd: syscon: Add a DT property to set value widthGravatar Damien Riegel 1-0/+13
2016-01-11mfd: wm5110: Correct defaults for micbias control registersGravatar Charles Keepax 1-3/+3
2016-01-11mfd: cros ec: Lock the SPI bus while holding chipselectGravatar Nicolas Boichat 1-12/+18
2016-01-05gpio: generic: factor into gpio_chip structGravatar Linus Walleij 1-4/+4
2015-12-07mfd: intel-lpss: Pass HSUART configuration via propertiesGravatar Andy Shevchenko 1-0/+13
2015-12-07mfd: intel-lpss: Pass SDA hold time to I2C host controller driverGravatar Mika Westerberg 2-10/+40
2015-12-07mfd: intel-lpss: Add support for passing device propertiesGravatar Mika Westerberg 2-4/+14
2015-12-07mfd: core: propagate device properties to sub devices driversGravatar Andy Shevchenko 1-0/+7
2015-12-04mfd: arizona: Support Cirrus Logic CS47L24 and WM1831Gravatar Richard Fitzgerald 7-25/+1750
2015-12-04mfd: qcom_rpm: Fix a possible NULL dereferenceGravatar LABBE Corentin 1-0/+2
2015-12-04mfd: ab8500: Delete static IRQ resourcesGravatar Linus Walleij 1-482/+0
2015-12-04mfd: da903x: Constify da903x_chip_ops structureGravatar Julia Lawall 1-2/+2
2015-12-04mfd: mc13xxx-core: Use of_property_read_bool()Gravatar Saurabh Sengar 1-4/+4