summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
AgeCommit message (Expand)AuthorLines
2021-08-12mfd: Bulk conversion to generic_handle_domain_irq()Marc Zyngier-16/+10
2021-08-11mfd: intel_quark_i2c_gpio: Convert GPIO to use software nodesAndy Shevchenko-33/+37
2021-08-11gpio: dwapb: Unify ACPI enumeration checks in get_irq() and configure_irqs()Andy Shevchenko-1/+0
2021-08-09mfd: db8500-prcmu: Handle missing FW variantLinus Walleij-2/+4
2021-08-05mfd: db8500-prcmu: Rename register headerLinus Walleij-1/+1
2021-08-05mfd: axp20x: Add supplied-from property to axp288_fuel_gauge cellHans de Goede-0/+13
2021-08-05mfd: Don't use irq_create_mapping() to resolve a mappingMarc Zyngier-5/+5
2021-08-02mfd: db8500-prcmu: Adjust map to realityLinus Walleij-8/+6
2021-07-23mfd: hi6421-spmi-pmic: move driver from stagingMauro Carvalho Chehab-0/+89
2021-07-21bus: Make remove callback return voidUwe Kleine-König-2/+1
2021-07-20mfd: intel-lpss: Add Intel Cannon Lake ACPI IDsAndy Shevchenko-0/+18
2021-07-20mfd: lpc_ich: Enable GPIO driver for DH89xxCCChris Blake-0/+1
2021-07-16mfd: mt6360: Sort regulator resourcesFei Shao-4/+4
2021-07-16mfd: intel-m10-bmc: Add N5010 variantMartin Hundebøll-1/+11
2021-07-16mfd: axp20x: Update AXP288 volatile rangesHans de Goede-1/+2
2021-07-13mfd: Add Renesas Synchronization Management Unit (SMU) supportMin Li-0/+613
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2021-07-05Merge tag 'mfd-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-748/+1099
2021-07-02Merge tag 'sound-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+81
2021-06-30Merge tag 'platform-drivers-x86-v5.14-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-116/+0
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2021-06-22mfd: cros_ec: Add peripheral device chargerDaisuke Nojiri-0/+1
2021-06-17mfd: tps68470: Remove tps68470 MFD driverDaniel Scally-116/+0
2021-06-15mfd: max8907: Remove IRQF_NO_AUTOEN flagSergey Larin-3/+1
2021-06-15mfd: ab8500-core: Use DEVICE_ATTR_RO/RW macroZhen Lei-17/+16
2021-06-15mfd: intel_soc_pmic_bxtwc: Use DEVICE_ATTR_ADMIN_RW macroZhen Lei-10/+10
2021-06-15mfd: janz-cmodio: Use DEVICE_ATTR_RO macroZhen Lei-3/+3
2021-06-15mfd: kempld-core: Use DEVICE_ATTR_RO macroZhen Lei-10/+9
2021-06-15mfd: pcf50633: Use DEVICE_ATTR_ADMIN_RO macroZhen Lei-6/+6
2021-06-15mfd: sm501: Use DEVICE_ATTR_RO macroZhen Lei-4/+4
2021-06-15mfd: timberdale: Use DEVICE_ATTR_RO macroZhen Lei-3/+3
2021-06-15mfd: ucb1x00-assabet: Use DEVICE_ATTR_RO macroZhen Lei-1/+1
2021-06-15mfd: wm831x: Use DEVICE_ATTR_RO macroZhen Lei-3/+3
2021-06-15mfd: wm831x: Use DEFINE_RES_IRQ_NAMED() and DEFINE_RES_IRQ() to simplify codeZhen Lei-212/+36
2021-06-10mfd: ioc3: Directly include linux/irqdomain.hMarc Zyngier-0/+1
2021-06-02mfd: sun6i-prcm: Use DEFINE_RES_MEM() to simplify codeZhen Lei-25/+5
2021-06-02mfd: asic3: Use DEFINE_RES_MEM() and DEFINE_RES_IRQ() to simplify codeZhen Lei-10/+2
2021-06-02mfd: 88pm805: Use DEFINE_RES_IRQ_NAMED() to simplify codeZhen Lei-21/+8
2021-06-02mfd: 88pm800: Use DEFINE_RES_IRQ_NAMED() to simplify codeZhen Lei-12/+2
2021-06-02mfd: tps80031: Use DEFINE_RES_IRQ() to simplify codeZhen Lei-5/+1
2021-06-02mfd: da9055: Use DEFINE_RES_IRQ_NAMED() to simplify codeZhen Lei-30/+8
2021-06-02mfd: as3722: Use DEFINE_RES_IRQ_NAMED() to simplify codeZhen Lei-12/+2
2021-06-02mfd: t7l66xb: Use DEFINE_RES_MEM() and DEFINE_RES_IRQ() to simplify codeZhen Lei-10/+2
2021-06-02mfd: cros_ec_dev: Load lightbar module only presentGwendal Grignou-1/+19
2021-06-02mfd: sec: Enable wakeup from suspend via devicetree propertyKrzysztof Kozlowski-8/+0
2021-06-02mfd: sec: Remove unused irq_base in platform dataKrzysztof Kozlowski-4/+1
2021-06-02mfd: sec: Remove unused device_type in platform dataKrzysztof Kozlowski-4/+1
2021-06-02mfd: sec: Remove unused cfg_pmic_irq in platform dataKrzysztof Kozlowski-3/+0
2021-06-02mfd: sec: Drop support for board files and require devicetreeKrzysztof Kozlowski-44/+16
2021-06-02mfd: sec: Simplify getting of_device_id match dataKrzysztof Kozlowski-7/+3