aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2021-08-12mfd: Bulk conversion to generic_handle_domain_irq()Gravatar Marc Zyngier 4-16/+10
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2021-07-05Merge tag 'mfd-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 50-748/+1099
2021-07-02Merge tag 'sound-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+81
2021-06-30Merge tag 'platform-drivers-x86-v5.14-1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 3-116/+0
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2021-06-22mfd: cros_ec: Add peripheral device chargerGravatar Daisuke Nojiri 1-0/+1
2021-06-17mfd: tps68470: Remove tps68470 MFD driverGravatar Daniel Scally 3-116/+0
2021-06-15mfd: max8907: Remove IRQF_NO_AUTOEN flagGravatar Sergey Larin 1-3/+1
2021-06-15mfd: ab8500-core: Use DEVICE_ATTR_RO/RW macroGravatar Zhen Lei 1-17/+16
2021-06-15mfd: intel_soc_pmic_bxtwc: Use DEVICE_ATTR_ADMIN_RW macroGravatar Zhen Lei 1-10/+10
2021-06-15mfd: janz-cmodio: Use DEVICE_ATTR_RO macroGravatar Zhen Lei 1-3/+3
2021-06-15mfd: kempld-core: Use DEVICE_ATTR_RO macroGravatar Zhen Lei 1-10/+9
2021-06-15mfd: pcf50633: Use DEVICE_ATTR_ADMIN_RO macroGravatar Zhen Lei 1-6/+6
2021-06-15mfd: sm501: Use DEVICE_ATTR_RO macroGravatar Zhen Lei 1-4/+4
2021-06-15mfd: timberdale: Use DEVICE_ATTR_RO macroGravatar Zhen Lei 1-3/+3
2021-06-15mfd: ucb1x00-assabet: Use DEVICE_ATTR_RO macroGravatar Zhen Lei 1-1/+1
2021-06-15mfd: wm831x: Use DEVICE_ATTR_RO macroGravatar Zhen Lei 1-3/+3
2021-06-15mfd: wm831x: Use DEFINE_RES_IRQ_NAMED() and DEFINE_RES_IRQ() to simplify codeGravatar Zhen Lei 1-212/+36
2021-06-10mfd: ioc3: Directly include linux/irqdomain.hGravatar Marc Zyngier 1-0/+1
2021-06-02mfd: sun6i-prcm: Use DEFINE_RES_MEM() to simplify codeGravatar Zhen Lei 1-25/+5
2021-06-02mfd: asic3: Use DEFINE_RES_MEM() and DEFINE_RES_IRQ() to simplify codeGravatar Zhen Lei 1-10/+2
2021-06-02mfd: 88pm805: Use DEFINE_RES_IRQ_NAMED() to simplify codeGravatar Zhen Lei 1-21/+8
2021-06-02mfd: 88pm800: Use DEFINE_RES_IRQ_NAMED() to simplify codeGravatar Zhen Lei 1-12/+2
2021-06-02mfd: tps80031: Use DEFINE_RES_IRQ() to simplify codeGravatar Zhen Lei 1-5/+1
2021-06-02mfd: da9055: Use DEFINE_RES_IRQ_NAMED() to simplify codeGravatar Zhen Lei 1-30/+8
2021-06-02mfd: as3722: Use DEFINE_RES_IRQ_NAMED() to simplify codeGravatar Zhen Lei 1-12/+2
2021-06-02mfd: t7l66xb: Use DEFINE_RES_MEM() and DEFINE_RES_IRQ() to simplify codeGravatar Zhen Lei 1-10/+2
2021-06-02mfd: cros_ec_dev: Load lightbar module only presentGravatar Gwendal Grignou 1-1/+19
2021-06-02mfd: sec: Enable wakeup from suspend via devicetree propertyGravatar Krzysztof Kozlowski 1-8/+0
2021-06-02mfd: sec: Remove unused irq_base in platform dataGravatar Krzysztof Kozlowski 2-4/+1
2021-06-02mfd: sec: Remove unused device_type in platform dataGravatar Krzysztof Kozlowski 1-4/+1
2021-06-02mfd: sec: Remove unused cfg_pmic_irq in platform dataGravatar Krzysztof Kozlowski 1-3/+0
2021-06-02mfd: sec: Drop support for board files and require devicetreeGravatar Krzysztof Kozlowski 2-44/+16
2021-06-02mfd: sec: Simplify getting of_device_id match dataGravatar Krzysztof Kozlowski 1-7/+3
2021-06-02mfd: da9062: Simplify getting of_device_id match dataGravatar Krzysztof Kozlowski 1-9/+4
2021-06-02mfd: da9052: Simplify getting of_device_id match dataGravatar Krzysztof Kozlowski 1-7/+2
2021-06-02mfd: max8998: Simplify getting of_device_id match dataGravatar Krzysztof Kozlowski 1-5/+3
2021-06-02mfd: max8997: Simplify getting of_device_id match dataGravatar Krzysztof Kozlowski 1-5/+4
2021-06-02mfd: pm8008: Add driver for QCOM PM8008 PMICGravatar Guru Das Srinagesh 3-0/+275
2021-06-02mfd: da9063: Propagate errno when I2C mode failsGravatar Wolfram Sang 1-1/+1
2021-06-02mfd: hisilicon: Use the correct HiSilicon copyrightGravatar Hao Fang 1-1/+1
2021-06-02mfd: cpcap: Fix cpcap dmamask not set warningsGravatar Tony Lindgren 1-0/+4
2021-06-02mfd: arizona: Allow building arizona MFD-core as moduleGravatar Hans de Goede 3-8/+10
2021-06-02mfd: si476x-i2c: Fix incorrectly documented function namesGravatar Lee Jones 1-5/+5
2021-06-02mfd: si476x-cmd: Fix a bunch of incorrectly documented function namesGravatar Lee Jones 1-12/+12
2021-06-02mfd: omap-usb-tll: File headers are not good candidates for kernel-docGravatar Lee Jones 1-1/+1
2021-06-02mfd: omap-usb-host: File headers are not good candidates for kernel-docGravatar Lee Jones 1-1/+1
2021-06-02mfd: db8500-prcmu: Fix multiple incorrectly documented function namesGravatar Lee Jones 1-3/+3
2021-06-02mfd: twl-core: Fix incorrect function name twl_regcache_bypass()Gravatar Lee Jones 1-1/+1