summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* mfd: dm355evm_msp: Switch to gpiochip_add_data()Linus Walleij2016-04-191-1/+1
* mfd: asic3: Use gpiochip data pointerLinus Walleij2016-04-191-5/+5
* mfd: wm8400: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-22/+3
* mfd: tps65910: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-5/+4
* mfd: tps65217: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-12/+2
* mfd: tps6507x: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-11/+2
* mfd: stw481x: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-9/+2
* mfd: sky81452: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-8/+2
* mfd: rt5033: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-11/+3
* mfd: rn5t618: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-3/+2
* mfd: rk808: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-4/+3
* mfd: rdc321x: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-9/+4
* mfd: mt6397: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-12/+6
* mfd: menf21bmc: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-9/+2
* mfd: lp3943: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-11/+3
* mfd: hi6421-pmic: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-10/+2
* mfd: bcm590xx: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-9/+2
* mfd: atmel-hlcdc: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-11/+3
* mfd: as3711: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-11/+2
* mfd: act8945a: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-10/+3
* mfd: Add resource managed APIs for mfd_add_devicesLaxman Dewangan2016-04-191-0/+38
* mfd: axp20x: Add support for AXP809 PMICChen-Yu Tsai2016-04-192-0/+80
* mfd: arizona: Fix lockdep recursion warning on set_irq_wakeCharles Keepax2016-04-191-0/+3
* mfd: max77693: Allow building as a moduleKrzysztof Kozlowski2016-04-192-14/+4
* mfd: da9063: Remove unused struct da9063_irq_data and define EVENTS_BUF_LENSteve Twiss2016-04-191-6/+0
* mfd: lp8788-irq: Uninitialized variable in irq handlerDan Carpenter2016-04-111-1/+1
* mfd: core: Fix ACPI child matching by _HID/_CIDIrina Tirdea2016-04-111-1/+1
* mfd: intel_quark_i2c_gpio: Switch to use struct device *Andy Shevchenko2016-04-111-11/+11
* mfd: intel_quark_i2c_gpio: Remove clock tree on error pathAndy Shevchenko2016-04-111-8/+17
* mfd: da9063: Remove unused array mask_events_bufColin Ian King2016-04-111-2/+0
* Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-1828-261/+1021
|\
| * mfd: intel-lpss: Pass I2C configuration via properties on BXTMika Westerberg2016-03-162-0/+24
| * mfd: ipaq-micro: Use __maybe_unused to hide pm functionsArnd Bergmann2016-03-161-1/+1
| * mfd: max77686: Add max77802 to I2C device ID tableJavier Martinez Canillas2016-03-161-0/+1
| * mfd: max77686: Export OF module alias informationJavier Martinez Canillas2016-03-161-0/+1
| * mfd: max77686: Allow driver to be built as a moduleJavier Martinez Canillas2016-03-161-2/+2
| * mfd: stmpe: Add the proper PWM resourcesLinus Walleij2016-03-161-0/+35
| * mfd: tps65090: Set regmap config reg counts properlyMaciej S. Szmigiero2016-03-161-3/+2
| * mfd: as3711: Set regmap config reg counts properlyMaciej S. Szmigiero2016-03-161-2/+2
| * mfd: rc5t583: Set regmap config reg counts properlyMaciej S. Szmigiero2016-03-161-2/+2
| * mfd: mt6397: Add platform device ID tableJavier Martinez Canillas2016-03-161-1/+7
| * mfd: da9063: Fix missing volatile registers in the core regmap_range volatile...Steve Twiss2016-03-161-6/+30
| * mfd: mt6397: Add MT6323 support to MT6397 driverJohn Crispin2016-03-161-0/+20
| * mfd: mt6397: Add support for different Slave typesJohn Crispin2016-03-161-17/+41
| * mfd: mt6397: int_con and int_status may vary in locationJohn Crispin2016-03-161-10/+17
| * mfd: da9062: Fix missing volatile registers in the core regmap_range volatile...Steve Twiss2016-03-161-1/+22
| * mfd: act8945a: Add Active-semi ACT8945A PMIC MFD driverWenyou Yang2016-03-163-0/+114
| * mfd: arizona: Remove duplicate select of MFD_CORECharles Keepax2016-03-161-2/+0
| * mfd: cs47l24: Fix defaults array based on testingCharles Keepax2016-03-161-9/+1
| * mfd: wm8998: Fix defaults array based on testingCharles Keepax2016-03-161-10/+2