aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mfd-core.c
AgeCommit message (Expand)Author
2023-11-01mfd: core: Ensure disabled devices are skipped without abortingHerve Codina
2023-06-15mfd: core: Use of_property_read_reg() to parse "reg"Rob Herring
2023-04-26mfd: core: Remove .enable() and .disable() callbacksUwe Kleine-König
2022-09-28mfd: Move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-28mfd: core: Delete corresponding OF node entries from list on MFD removalMichal Oleszczyk
2022-06-27mfd: core: Use acpi_dev_for_each_child()Rafael J. Wysocki
2021-11-05mfd: core: Add missing of_node_put for loop iterationKrzysztof Kozlowski
2021-06-02mfd: Remove software node conditionally and locate at right placeAndy Shevchenko
2021-04-14mfd: core: Use acpi_find_child_device() for child devices lookupAndy Shevchenko
2021-04-14mfd: core: Remove support for dangling device propertiesHeikki Krogerus
2021-04-14mfd: core: Add support for software nodesHeikki Krogerus
2020-08-28mfd: mfd-core: Ensure disabled devices are ignored without errorLee Jones
2020-08-24mfd: core: Fix double-free in mfd_remove_devices_fn()Dmitry Osipenko
2020-08-13mfd: mfd-core: Add mechanism for removal of a subset of childrenCharles Keepax
2020-08-13mfd: core: Make a best effort attempt to match devices with the correct of_nodesLee Jones
2020-07-06mfd: mfd-core: Complete kerneldoc header for devm_mfd_add_devices()Lee Jones
2019-11-11mfd: mfd-core: Honour Device Tree's request to disable a child-deviceLee Jones
2019-11-11mfd: mfd-core: Move pdev->mfd_cell creation back into mfd_add_device()Lee Jones
2019-11-11mfd: mfd-core: Remove usage counting for .{en,dis}able() call-backsLee Jones
2019-11-11mfd: mfd-core: Remove mfd_clone_cell()Lee Jones
2019-11-11mfd: mfd-core: Protect against NULL call-back function pointerLee Jones
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2019-07-02mfd: core: Set fwnode for created devicesRobert Hancock
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-08mfd: mfd-core: Document mfd_add_devices()Bartosz Golaszewski
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2016-11-16mfd: core: Fix device reference leak in mfd_clone_cellJohan Hovold
2016-05-20Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-04-19mfd: Add resource managed APIs for mfd_add_devicesLaxman Dewangan
2016-04-11mfd: core: Fix ACPI child matching by _HID/_CIDIrina Tirdea
2016-04-09device property: don't bother the drivers with struct property_setHeikki Krogerus
2015-12-07mfd: core: propagate device properties to sub devices driversAndy Shevchenko
2015-10-26mfd: core: redo ACPI matching of the children devicesAndy Shevchenko
2015-07-28mfd: make mfd_remove_devices() iterate in reverse orderAndy Shevchenko
2015-06-22mfd: Check ACPI device companion before checking resourcesLorenzo Pieralisi
2015-03-30mfd: core: Fix platform-device name collisionsJohan Hovold
2014-11-25mfd: core: Fix platform-device id generationJohan Hovold
2014-09-26mfd: Add ACPI supportMika Westerberg
2014-09-26mfd: Inherit coherent_dma_mask from parent deviceBoris BREZILLON
2014-06-03mfd: core: Don't use devres functions before device is addedCharles Keepax
2013-11-15Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds
2013-11-11mfd: Fix memory leak in mfd_add_devices()Geert Uytterhoeven
2013-11-11mfd: Stop setting refcounting pointers in original mfd_cell arraysGeert Uytterhoeven
2013-10-23mfd: Allow mapping regulator supplies to MFD device from childrenCharles Keepax
2013-08-14mfd: core: Copy DMA mask and params from parentBenedikt Spranger
2012-11-20mfd: Only unregister platform devices allocated by the mfd coreCharles Keepax
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown
2012-07-09mfd: Make MFD core code Device Tree and IRQ domain awareLee Jones
2012-03-06mfd: Fix ACPI conflict checkJean Delvare
2012-03-06mfd: Fix kcalloc parameters swappedAxel Lin