summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-243-435/+0
|\
| * mfd: intel_msic: Remove driver for deprecated platformAndy Shevchenko2021-02-093-435/+0
* | Merge tag 'mfd-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-02-2215-163/+521
|\ \
| * | mfd: wm831x-auxadc: Prevent use after free in wm831x_auxadc_read_irq()Dan Carpenter2021-02-081-2/+1
| * | mfd: iqs62x: Do not change clock frequency during ATIJeff LaBundy2021-02-081-0/+9
| * | mfd: iqs62x: Do not poll during ATIJeff LaBundy2021-02-081-56/+69
| * | mfd: iqs62x: Increase interrupt handler return delayJeff LaBundy2021-02-081-1/+1
| * | mfd: iqs62x: Rename regmap_config structJeff LaBundy2021-02-081-2/+2
| * | mfd: iqs62x: Remove unused bit maskJeff LaBundy2021-02-081-1/+0
| * | mfd: iqs62x: Remove superfluous whitespace above fallthroughsJeff LaBundy2021-02-081-3/+0
| * | mfd: intel-lpss: Add Intel Alder Lake PCH-S PCI IDsJarkko Nikula2021-02-081-0/+15
| * | mfd: intel-m10-bmc: Expose MAC address and countRuss Weight2021-02-081-0/+43
| * | mfd: Add driver for Embedded Controller found on Acer Iconia Tab A500Dmitry Osipenko2021-02-083-0/+214
| * | mfd: intel-lpss: Add Intel Alder Lake PCH-P PCI IDsAndy Shevchenko2021-02-081-0/+13
| * | mfd: gateworks-gsc: Fix interrupt typeTim Harvey2021-02-081-1/+1
| * | mfd: Standardise MFD_CELL_* helper namesLee Jones2021-02-083-30/+30
| * | mfd: mcp-sa11x0: Use DIV_ROUND_UP to calculate rw_timeoutZheng Yongjun2021-02-081-2/+1
| * | mfd: max8997: Add of_compatible to Extcon and Charger mfd_cellTimon Baetz2021-02-081-2/+2
| * | mfd: sgi-ioc3: Turn Kconfig option into a boolThomas Bogendoerfer2021-02-081-1/+1
| * | mfd: altera-sysmgr: Fix physical address storing moreArnd Bergmann2021-02-081-1/+2
| | |
| | \
| *-. \ Merge branches 'ib-mfd-asoc-5.12', 'ib-mfd-bus-5.12' and 'ib-mfd-gpio-regulat...Lee Jones2021-02-084-67/+123
| |\ \ \
| | | * | mfd: bd9571mwv: Add support for BD9574MWFKhiem Nguyen2021-01-141-1/+75
| | | * | mfd: bd9571mwv: Make the driver more genericKhiem Nguyen2021-01-141-36/+41
| | | * | mfd: bd9571mwv: Use devm_regmap_add_irq_chip()Yoshihiro Shimoda2021-01-141-21/+6
| | | * | mfd: bd9571mwv: Use the SPDX license identifierYoshihiro Shimoda2021-01-141-9/+1
| | | * | mfd: bd9571mwv: Use devm_mfd_add_devices()Yoshihiro Shimoda2021-01-141-3/+3
| | | |/
* | | | Merge tag 'regulator-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-221-1/+0
|\ \ \ \
| * | | | regulator: ab8500: Decomission platform data headerLinus Walleij2021-01-131-1/+0
| | |_|/ | |/| |
* | | | Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-02-214-28/+141
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | mfd: arizona: Add support for ACPI enumeration of WM5102 connected over SPIHans de Goede2021-02-041-0/+127
| * | mfd: arizona: Replace arizona_of_get_type() with device_get_match_data()Hans de Goede2021-02-044-28/+12
| * | mfd: arizona: Add MODULE_SOFTDEP("pre: arizona_ldo1")Hans de Goede2021-02-042-0/+2
| |/
* / mfd/bus: sunxi-rsb: Make .remove() callback return voidUwe Kleine-König2021-01-153-6/+6
|/
* mfd: ab8500-debugfs: Remove extraneous seq_putcLinus Torvalds2020-12-261-1/+0
* mfd: ab8500-debugfs: Remove extraneous curly braceNathan Chancellor2020-12-251-1/+0
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-13/+3
|\
| * mfd: ab8500-debugfs: Remove the racy fiddling with irq_descThomas Gleixner2020-12-151-13/+3
* | Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2020-12-201-1/+1
|\ \
| * | rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
| |/
* | mfd: kempld-core: Add support for additional devicesMichael Brunner2020-12-022-29/+77
* | mfd: twl6030: Mark of_device_id table as maybe unusedKrzysztof Kozlowski2020-11-271-1/+1
* | mfd: axp20x: Skip of_device_id table when !CONFIG_OFKrzysztof Kozlowski2020-11-271-0/+2
* | mfd: wm8994: Drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-271-1/+1
* | mfd: sun4i: Drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-271-1/+1
* | mfd: max77686: Drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-271-1/+1
* | mfd: stmfx: Drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-271-1/+1
* | mfd: rt5033: Drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-271-1/+1
* | mfd: mt6397: Drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-271-1/+1
* | mfd: max77650: Drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-271-1/+1
* | mfd: fsl-imx25: Drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-271-1/+1