aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/mfd-core.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01mfd: core: Ensure disabled devices are skipped without abortingGravatar Herve Codina 1-5/+12
2023-06-15mfd: core: Use of_property_read_reg() to parse "reg"Gravatar Rob Herring 1-5/+1
2023-04-26mfd: core: Remove .enable() and .disable() callbacksGravatar Uwe Kleine-König 1-26/+0
2022-09-28mfd: Move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-09-28mfd: core: Delete corresponding OF node entries from list on MFD removalGravatar Michal Oleszczyk 1-0/+7
2022-06-27mfd: core: Use acpi_dev_for_each_child()Gravatar Rafael J. Wysocki 1-7/+24
2021-11-05mfd: core: Add missing of_node_put for loop iterationGravatar Krzysztof Kozlowski 1-0/+2
2021-06-02mfd: Remove software node conditionally and locate at right placeGravatar Andy Shevchenko 1-6/+9
2021-04-14mfd: core: Use acpi_find_child_device() for child devices lookupGravatar Andy Shevchenko 1-17/+5
2021-04-14mfd: core: Remove support for dangling device propertiesGravatar Heikki Krogerus 1-6/+0
2021-04-14mfd: core: Add support for software nodesGravatar Heikki Krogerus 1-0/+9
2020-08-28mfd: mfd-core: Ensure disabled devices are ignored without errorGravatar Lee Jones 1-4/+6
2020-08-24mfd: core: Fix double-free in mfd_remove_devices_fn()Gravatar Dmitry Osipenko 1-2/+0
2020-08-13mfd: mfd-core: Add mechanism for removal of a subset of childrenGravatar Charles Keepax 1-1/+15
2020-08-13mfd: core: Make a best effort attempt to match devices with the correct of_nodesGravatar Lee Jones 1-12/+83
2020-07-06mfd: mfd-core: Complete kerneldoc header for devm_mfd_add_devices()Gravatar Lee Jones 1-0/+10
2019-11-11mfd: mfd-core: Honour Device Tree's request to disable a child-deviceGravatar Lee Jones 1-0/+5
2019-11-11mfd: mfd-core: Move pdev->mfd_cell creation back into mfd_add_device()Gravatar Lee Jones 1-17/+4
2019-11-11mfd: mfd-core: Remove usage counting for .{en,dis}able() call-backsGravatar Lee Jones 1-48/+9
2019-11-11mfd: mfd-core: Remove mfd_clone_cell()Gravatar Lee Jones 1-33/+0
2019-11-11mfd: mfd-core: Protect against NULL call-back function pointerGravatar Lee Jones 1-0/+10
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 1-0/+1
2019-07-02mfd: core: Set fwnode for created devicesGravatar Robert Hancock 1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2019-05-08mfd: mfd-core: Document mfd_add_devices()Gravatar Bartosz Golaszewski 1-0/+13
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2016-11-16mfd: core: Fix device reference leak in mfd_clone_cellGravatar Johan Hovold 1-0/+2
2016-05-20Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+39
2016-04-19mfd: Add resource managed APIs for mfd_add_devicesGravatar Laxman Dewangan 1-0/+38
2016-04-11mfd: core: Fix ACPI child matching by _HID/_CIDGravatar Irina Tirdea 1-1/+1
2016-04-09device property: don't bother the drivers with struct property_setGravatar Heikki Krogerus 1-2/+2
2015-12-07mfd: core: propagate device properties to sub devices driversGravatar Andy Shevchenko 1-0/+7
2015-10-26mfd: core: redo ACPI matching of the children devicesGravatar Andy Shevchenko 1-16/+36
2015-07-28mfd: make mfd_remove_devices() iterate in reverse orderGravatar Andy Shevchenko 1-1/+1
2015-06-22mfd: Check ACPI device companion before checking resourcesGravatar Lorenzo Pieralisi 1-3/+5
2015-03-30mfd: core: Fix platform-device name collisionsGravatar Johan Hovold 1-1/+1
2014-11-25mfd: core: Fix platform-device id generationGravatar Johan Hovold 1-1/+7
2014-09-26mfd: Add ACPI supportGravatar Mika Westerberg 1-0/+40
2014-09-26mfd: Inherit coherent_dma_mask from parent deviceGravatar Boris BREZILLON 1-0/+1
2014-06-03mfd: core: Don't use devres functions before device is addedGravatar Charles Keepax 1-4/+7
2013-11-15Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Gravatar Linus Torvalds 1-12/+17
2013-11-11mfd: Fix memory leak in mfd_add_devices()Gravatar Geert Uytterhoeven 1-4/+8
2013-11-11mfd: Stop setting refcounting pointers in original mfd_cell arraysGravatar Geert Uytterhoeven 1-8/+9
2013-10-23mfd: Allow mapping regulator supplies to MFD device from childrenGravatar Charles Keepax 1-5/+17
2013-08-14mfd: core: Copy DMA mask and params from parentGravatar Benedikt Spranger 1-0/+2
2012-11-20mfd: Only unregister platform devices allocated by the mfd coreGravatar Charles Keepax 1-2/+13
2012-09-15mfd: core: Push irqdomain mapping out into devicesGravatar Mark Brown 1-6/+6
2012-07-09mfd: Make MFD core code Device Tree and IRQ domain awareGravatar Lee Jones 1-4/+26
2012-03-06mfd: Fix ACPI conflict checkGravatar Jean Delvare 1-1/+1
2012-03-06mfd: Fix kcalloc parameters swappedGravatar Axel Lin 1-1/+1