summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-013-45/+3
|\
| * mfd: db8500 stop passing around platform dataArnd Bergmann2016-07-123-45/+3
* | Merge tag 'mfd-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-08-0124-284/+515
|\ \
| * | mfd: qcom_rpm: Parametrize also ack selector sizeLinus Walleij2016-06-291-7/+12
| * | mfd: twl6040: Handle mclk used for HPPLL and optional internal clock sourcePeter Ujfalusi2016-06-291-12/+29
| * | mfd: Add support for COMe-cSL6 and COMe-mAL10 to Kontron PLD driverMichael Brunner2016-06-292-0/+18
| * | mfd: hi655x: Fix return value check in hi655x_pmic_probe()Wei Yongjun2016-06-291-5/+2
| * | mfd: smsc-ece1099: Return directly after a function failure in smsc_i2c_probe()Markus Elfring2016-06-291-6/+3
| * | mfd: smsc-ece1099: Delete an unnecessary variable initialisation in smsc_i2c_...Markus Elfring2016-06-291-1/+1
| * | mfd: dm355evm_msp: Return directly after a failed platform_device_alloc() in ...Markus Elfring2016-06-291-5/+2
| * | mfd: twl-core: Refactoring for add_numbered_child()Markus Elfring2016-06-291-10/+11
| * | mfd: twl-core: Return directly after a failed platform_device_alloc() in add_...Markus Elfring2016-06-291-5/+2
| * | mfd: arizona: Add missing disable of PM runtime on probe error pathCharles Keepax2016-06-291-1/+3
| * | mfd: stmpe: Move platform data into MFD driverLinus Walleij2016-06-291-12/+28
| * | mfd: max14577: Allow driver to be built as a moduleJavier Martinez Canillas2016-06-291-2/+2
| * | mfd: max14577: Use module_init() instead of subsys_initcall()Javier Martinez Canillas2016-06-291-1/+1
| * | mfd: qcom_rpm: Remove unused defineLinus Walleij2016-06-291-2/+0
| * | mfd: hi655x-pmic: Add powerkey device to hi655x PMIC driverJohn Stultz2016-06-291-5/+30
| * | mfd: hi655x-pmic: Rename some interrupt macro namesJohn Stultz2016-06-291-8/+8
| * | mfd: hi655x-pmic: Fixup issue with un-acked interruptsJohn Stultz2016-06-291-0/+1
| * | mfd: arizona: Check if AOD interrupts are pending before dispatchingRichard Fitzgerald2016-06-291-2/+14
| * | mfd: qcom_rpm: Fix offset error for msm8660Linus Walleij2016-06-291-14/+36
| * | mfd: ti_am335x_tscadc: Rename regmap_tscadc to regmapAndrew F. Davis2016-06-291-18/+18
| * | mfd: ti_am335x_tscadc: Unify variable naming when referencing ti_tscadc_devAndrew F. Davis2016-06-291-44/+44
| * | mfd: max77620: Mask/unmask interrupt before/after servicing itLaxman Dewangan2016-06-291-9/+46
| * | mfd: axp20x: Add axp20x-usb-power-supply for axp22x pmicsHans de Goede2016-06-291-0/+10
| * | mfd: altr_a10sr: Add Altera Arria10 DevKit System Resource ChipThor Thayer2016-06-293-0/+182
| * | mfd: tps6507: Fix white space warnings reported by checkpatchBen Copeland2016-06-291-2/+2
| * | mfd: ti_am335x_tscadc: Use SIMPLE_DEV_PM_OPS helper macroAndrew F. Davis2016-06-291-12/+4
| * | mfd: ti_am335x_tscadc: Remove use of single line functionsAndrew F. Davis2016-06-291-29/+15
| * | mfd: ti_am335x_tscadc: Use variable name for sizeof() operatorAndrew F. Davis2016-06-291-2/+1
| * | mfd: omap-usb-tll: Include omap-usb.hBen Dooks2016-06-291-0/+2
| * | mfd: axp20x: Add a 500ms delay at the end of axp20x_power_offHans de Goede2016-06-291-0/+4
| * | mfd: max77620: Constify resources tablesAxel Lin2016-06-291-4/+4
| * | mfd: si476x-i2c: Fix spelling mistake "comptible" -> "compatible"Colin Ian King2016-06-291-1/+1
| * | mfd: max8925-i2c: Make it explicitly non-modularPaul Gortmaker2016-06-291-13/+1
| * | mfd: max8997: Make it explicitly non-modularPaul Gortmaker2016-06-291-27/+3
| * | mfd: max8998: Make it explicitly non-modularPaul Gortmaker2016-06-291-26/+1
| * | mfd: max77620: Make it explicitly non-modularPaul Gortmaker2016-06-291-10/+2
| * | mfd: max77843: Make it explicitly non-modularPaul Gortmaker2016-06-291-22/+2
| * | mfd: axp20x: Extend axp22x_volatile_rangesHans de Goede2016-06-291-0/+3
| | |
| \ \
*-. | | Merge remote-tracking branches 'regulator/topic/qcom-spmi', 'regulator/topic/...Mark Brown2016-07-202-15/+62
|\ \| | | | |/ | |/|
| | * mfd: rn5t618: Register restart handlerStefan Agner2016-06-291-6/+37
| | * mfd: rn5t618: Register power off callback optionallyStefan Agner2016-06-291-3/+7
| | * mfd: rn5t618: Add Ricoh RN5T567 PMIC supportStefan Agner2016-06-292-10/+22
| |/
* / mfd: max77620: Fix FPS switch statementsRhyland Klein2016-06-301-0/+2
|/
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
* Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-2055-482/+1139
|\
| * mfd: hi655x: Add MFD driver for hi655xChen Feng2016-05-183-0/+173
| * mfd: ab8500-debugfs: Trivial fix of spelling mistake on "between"Colin Ian King2016-05-091-1/+1