aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-03mfd: rtsx: Update driving settingsMicky Ching1-6/+6
2015-03-03mfd: rtsx: Update PETXCFG addressMicky Ching2-8/+4
2015-03-03mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache saveVignesh R1-8/+5
2015-03-03mfd: vexpress: Remove non-DT codePawel Moll1-56/+15
2015-03-03mfd: Add support for COMe-cBL6 to Kontron PLD driverMichael Brunner2-2/+10
2015-03-03mfd: axp20x: Change battery cell name to fuel gaugeTodd Brandt1-4/+4
2015-03-03mfd: intel_soc_pmic: Ensure GPIO irq is set to input pinJarkko Nikula1-1/+1
2015-03-03mfd: intel_soc_pmic: Do not mangle error code from devm_gpiod_get_index()Jarkko Nikula1-1/+1
2015-03-03mfd: intel_soc_pmic: Move PMIC interrupt comment to probe functionJarkko Nikula1-5/+5
2015-02-26mfd: cros_ec: Instantiate ChromeOS EC character deviceJavier Martinez Canillas1-0/+4
2015-02-26mfd: cros_ec: Use fixed size arrays to transfer data with the ECJavier Martinez Canillas1-8/+7
2015-02-26mfd: arizona: Add support for WM8280/WM8281Richard Fitzgerald5-4/+21
2015-02-18Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds31-78/+1311
2015-02-16mfd: intel_soc_pmic: Add missing error check for devm_kzallocKiran Padwal1-0/+3
2015-01-22mfd: rtsx_usb: Defer autosuspend while card existsRoger Tseng1-0/+18
2015-01-22mfd: da9063: Add device tree supportSteve Twiss2-0/+11
2015-01-22mfd: qcom-rpm: Driver for the Qualcomm RPMBjorn Andersson3-0/+596
2015-01-22mfd: max77686/802: Remove support for board filesKrzysztof Kozlowski2-23/+1
2015-01-22mfd: omap-usb-host: Remove some unused functionsRickard Strandqvist1-10/+0
2015-01-22mfd: twl6040: Constify struct regmap_config and reg_default arrayKrzysztof Kozlowski1-2/+2
2015-01-22mfd: twl-core: Constify struct regmap_config and reg_default arrayKrzysztof Kozlowski1-4/+4
2015-01-22mfd: tps65217: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-01-22mfd: mc13xxx: i2c/spi: Constify struct regmap_configKrzysztof Kozlowski2-2/+2
2015-01-22mfd: tps65218: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-01-22mfd: smsc-ece1099: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-01-22mfd: davinci_voicecodec: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-01-22mfd: pcf50633: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-01-22mfd: retu: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-01-22mfd: lm3533: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-01-22mfd: max77686: Constify struct regmap_configKrzysztof Kozlowski1-3/+3
2015-01-22mfd: intel_soc_pmic: Constify struct regmap_configKrzysztof Kozlowski2-2/+2
2015-01-22mfd: hi6421-pmic: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-01-22mfd: 88pm860x-core: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-01-22mfd: wm8994: Set mfd id-base for regulator devs creation to avoid conflictsInha Song1-3/+3
2015-01-22mfd: dln2: Add suspend/resume functionalityOctavian Purdila1-0/+20
2015-01-22mfd: dln2: Add start/stop RX URBs helpersOctavian Purdila1-10/+41
2015-01-22mfd: lpc_sch: Enable WDT for Intel Quark X1000Ong Boon Leong1-0/+1
2015-01-22mfd: Add support for DA9150 combined charger & fuel-gauge deviceAdam Thomson3-1/+426
2015-01-22mfd: db8500-prcmu: Remove unused functionRickard Strandqvist1-9/+0
2015-01-22mfd: sun6i-prcm: Add support for the ir-clkHans de Goede1-0/+14
2015-01-22mfd: rt5033: Add Richtek RT5033 driver core.Beomho Seo3-0/+155
2015-01-21Merge tag 'mfd-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-13/+14
2015-01-20mfd: rtsx_usb: Fix runtime PM deadlockRoger Tseng1-12/+0
2015-01-20mfd: tps65218: Make INT1 our status_base registerFelipe Balbi1-0/+1
2015-01-20mfd: tps65218: Make INT[12] and STATUS registers volatileFelipe Balbi1-0/+11
2015-01-20mfd: da9052-core: Fix platform-device id collisionFabio Estevam1-1/+2
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-0/+7
2014-12-15mfd: stmpe: add pull up/down register offsets for STMPELinus Walleij2-0/+7
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds25-28/+0
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds1-1/+1