aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2020-12-26mfd: ab8500-debugfs: Remove extraneous seq_putcGravatar Linus Torvalds 1-1/+0
2020-12-25mfd: ab8500-debugfs: Remove extraneous curly braceGravatar Nathan Chancellor 1-1/+0
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-13/+3
2020-12-20Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-1/+1
2020-12-15mfd: ab8500-debugfs: Remove the racy fiddling with irq_descGravatar Thomas Gleixner 1-13/+3
2020-12-02mfd: kempld-core: Add support for additional devicesGravatar Michael Brunner 2-29/+77
2020-11-27mfd: twl6030: Mark of_device_id table as maybe unusedGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: axp20x: Skip of_device_id table when !CONFIG_OFGravatar Krzysztof Kozlowski 1-0/+2
2020-11-27mfd: wm8994: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: sun4i: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: max77686: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: stmfx: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: rt5033: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: mt6397: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: max77650: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: fsl-imx25: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: ene-kb3930: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: da9150: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: da9063: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: da9062: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: da9055: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: bcm590xx: Drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-11-27mfd: omap-usb: Depend on COMMON_CLK to fix compile testsGravatar Krzysztof Kozlowski 1-0/+1
2020-11-27mfd: kempld-core: Check for DMI definition before ACPIGravatar Michael Brunner 1-21/+3
2020-11-27mfd: tps65910: Correct power-off programming sequenceGravatar Dmitry Osipenko 1-2/+8
2020-11-27mfd: altera-sysmgr: Use resource_size function on resource objectGravatar Zou Wei 1-1/+1
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-11-19mfd: cpcap: Fix interrupt regression with regmap clear_ackGravatar Tony Lindgren 1-3/+3
2020-11-19mfd: stmfx: Fix dev_err_probe() call in stmfx_chip_init()Gravatar Amelie Delaunay 1-5/+5
2020-11-19mfd: MFD_SL28CPLD should depend on ARCH_LAYERSCAPEGravatar Geert Uytterhoeven 1-0/+1
2020-11-19mfd: htc-i2cpld: Add the missed i2c_put_adapter() in htcpld_register_chip_i2c()Gravatar Jing Xiangfeng 1-0/+2
2020-11-19mfd: at91-usart: Do not use compatible to register child devicesGravatar Codrin Ciubotariu 1-8/+4
2020-11-19mfd: madera: Add special errata reset handling for cs47l15Gravatar Charles Keepax 1-5/+20
2020-11-19mfd: madera: Add reset as part of resumeGravatar Charles Keepax 1-1/+15
2020-11-19mfd: tps65910: Fix a bunch of alignment issues reported-by CheckpatchGravatar Lee Jones 1-11/+11
2020-11-19mfd: tps65910: Clean up after switching to regmapGravatar Michał Mirosław 1-8/+8
2020-11-19mfd: tps65911-comparator: Use regmap accessorsGravatar Michał Mirosław 1-2/+2
2020-11-19mfd: qcom-spmi-pmic: Add support for PM660/PM660LGravatar AngeloGioacchino Del Regno 1-0/+4
2020-11-19mfd: Constify static struct resourcesGravatar Rikard Falkeborn 15-82/+82
2020-11-19mfd: sun4i-gpadc: Constify static struct resourceGravatar Rikard Falkeborn 1-1/+1
2020-11-19mfd: stmpe: Constify static struct resourceGravatar Rikard Falkeborn 1-5/+5
2020-11-19mfd: lp8788: Constify static struct resourceGravatar Rikard Falkeborn 1-2/+2
2020-11-19mfd: wm8xxx-core: Constify static struct resourceGravatar Rikard Falkeborn 2-28/+28
2020-11-19mfd: tps65xxx: Constify static struct resource in OMAP2+ driversGravatar Rikard Falkeborn 2-3/+3
2020-11-19mfd: intel: Constify static struct resourceGravatar Rikard Falkeborn 5-28/+28
2020-11-19mfd: da9xxx-core: Constify static struct resourceGravatar Rikard Falkeborn 4-23/+23
2020-11-19Merge branch 'ib-mfd-mediatek-5.11' into ibs-for-mfd-mergedGravatar Lee Jones 1-0/+18
2020-11-19mfd: syscon: Add syscon_regmap_lookup_by_phandle_optional() function.Gravatar Enric Balletbo i Serra 1-0/+18
2020-11-04mfd: Intel Platform Monitoring Technology supportGravatar David E. Box 3-0/+234
2020-10-14Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 18-57/+702