aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Merge tag 'mfd-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds33-239/+1560
2014-12-01mfd: atmel-hlcdc: Add Kconfig option description and nameBoris Brezillon1-1/+6
2014-11-25mfd: da9063: Get irq base dynamically before registering deviceDmitry Lavnikevich1-1/+3
2014-11-25mfd: max14577: Fix obvious typo in company name in copyrightKrzysztof Kozlowski1-1/+1
2014-11-25mfd: axp20x: Constify axp20x_acpi_match and rid unused warningLee Jones1-1/+1
2014-11-25mfd: t7l66xb: prepare/unprepare clocksDmitry Eremin-Solenikov1-7/+7
2014-11-25mfd: tc6387xb: prepare/unprepare clocksDmitry Eremin-Solenikov1-5/+5
2014-11-25mfd: dln2: add support for USB-SPI moduleLaurentiu Palcu1-0/+12
2014-11-25mfd: wm5110: Add missing registers for AIF2 channels 3-6Charles Keepax1-0/+16
2014-11-25mfd: tc3589x: get rid of static baseLinus Walleij1-6/+3
2014-11-25mfd: arizona: Document HP_CTRL_1L and HP_CTRL_1R registersCharles Keepax3-2/+12
2014-11-25mfd: wm8997: Mark INTERRUPT_STATUS_2_MASK as readableCharles Keepax1-0/+2
2014-11-25mfd: tc6393xb: Prepare/unprepare clocksDmitry Eremin-Solenikov1-5/+5
2014-11-25mfd: tps65090: Fix bonkers indenting strategyLee Jones1-31/+31
2014-11-25mfd: tc6393xb: Fail ohci suspend if full state restore is requiredDmitry Eremin-Solenikov1-1/+12
2014-11-25mfd: lpc_sch: Don't call mfd_remove_devices()Andy Shevchenko1-5/+1
2014-11-25mfd: wm8350-core: Fix probable mask then right shift defectJoe Perches1-1/+1
2014-11-25mfd: ab8500-sysctrl: Drop ab8500_restartGuenter Roeck1-57/+0
2014-11-25mfd: db8500-prcmu: Provide sane error path valuesLee Jones1-11/+8
2014-11-25mfd: db8500-prcmu: Check return of devm_ioremap for errorPramod Gurav1-0/+5
2014-11-25mfd: twl4030-power: Fix regression with missing compatible flagTony Lindgren1-0/+3
2014-11-25mfd: rtsx: Fix PM suspend for 5227 & 5249Micky Ching5-1/+51
2014-11-25Revert "mfd: sec-core: Prepare regulators for suspend state to reduce power-consumption"Javier Martinez Canillas2-11/+0
2014-11-25mfd: max77693: Map charger device to its own of_nodeKrzysztof Kozlowski1-1/+4
2014-11-25mfd: arizona-spi: Add lines after declarations - checkpatch catchWill Sheppard1-0/+2
2014-11-25mfd: Add atmel-hlcdc driverBoris Brezillon3-0/+129
2014-11-25mfd: core: Fix platform-device id generationJohan Hovold1-1/+7
2014-11-25mfd: Use mfd_add_hotplug_devices() helperJohan Hovold2-4/+4
2014-11-25mfd: syscon: Decouple syscon interface from platform devicesPankaj Dubey1-22/+74
2014-11-25mfd: max77693: Add haptic of_compatible in mfd_cellJaewon Kim1-1/+4
2014-11-25mfd: max77693: Initialize haptic register mapJaewon Kim1-3/+18
2014-11-25mfd: tps65217: Add compatible string for subdevicesJohannes Pointner1-0/+2
2014-11-25Merge branches 'ib-mfd-gpio-i2c-3.19', 'ib-mfd-iio-3.19' and 'ib-mfd-regulator-v3.19', tag 'ib-mfd-regulator-clk-v3.19' into ibs-for-mfd-mergedLee Jones6-62/+1134
2014-11-25regulator: s2mps11: Add support S2MPS13 regulator deviceChanwoo Choi1-0/+13
2014-11-25mfd: sec-core: Add support for S2MPS13 deviceChanwoo Choi2-6/+33
2014-11-19mfd: dln2: A couple endian fixesDan Carpenter1-3/+5
2014-11-19mfd: dln2: Add a limit check for invalid echoOctavian Purdila1-0/+4
2014-11-19mfd: dln2: Fix _dln2_transfer return codeOctavian Purdila1-3/+3
2014-11-18mfd/axp20x: avoid irq numbering collisionJacob Pan1-9/+9
2014-11-10mfd: Add support for Diolan DLN-2 devicesOctavian Purdila3-0/+774
2014-11-10mfd: twl4030-power: Fix poweroff with PM configuration enabledTony Lindgren1-0/+52
2014-11-10mfd: max77693: Fix always masked MUIC interruptsKrzysztof Kozlowski1-0/+12
2014-11-10mfd: max77693: Use proper regmap for handling MUIC interruptsKrzysztof Kozlowski1-1/+1
2014-11-10mfd: viperboard: Fix platform-device id collisionJohan Hovold1-2/+3
2014-11-10mfd: rtsx: Fix build warnings for !PMThierry Reding1-0/+2
2014-11-10mfd: stmpe: Fix STMPE24xx GPMR LSBLinus Walleij1-1/+1
2014-10-15Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds41-290/+1047
2014-10-15Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6Linus Torvalds1-1/+99
2014-10-10Merge tag 'hwmon-for-linus-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds3-0/+148
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds5-37/+12