- 002be811 mfd: core: Add missing of_node_put for loop iteration by Krzysztof Kozlowski · 3 years, 8 months ago
- 5a23e8b0 mfd: Remove software node conditionally and locate at right place by Andy Shevchenko · 3 years, 8 months ago
- 40cb71f mfd: core: Use acpi_find_child_device() for child devices lookup by Andy Shevchenko · 3 years, 9 months ago
- b4a66ac mfd: core: Remove support for dangling device properties by Heikki Krogerus · 3 years, 11 months ago
- 42e5998 mfd: core: Add support for software nodes by Heikki Krogerus · 3 years, 11 months ago
- 22380b6 mfd: mfd-core: Ensure disabled devices are ignored without error by Lee Jones · 4 years, 5 months ago
- 6b6cf2b mfd: core: Fix double-free in mfd_remove_devices_fn() by Dmitry Osipenko · 4 years, 5 months ago
- 114294d mfd: mfd-core: Add mechanism for removal of a subset of children by Charles Keepax · 4 years, 6 months ago
- 466a62d mfd: core: Make a best effort attempt to match devices with the correct of_nodes by Lee Jones · 4 years, 7 months ago
- 5a0ffef mfd: mfd-core: Complete kerneldoc header for devm_mfd_add_devices() by Lee Jones · 4 years, 7 months ago
- 6b5c350 mfd: mfd-core: Honour Device Tree's request to disable a child-device by Lee Jones · 5 years ago
- b944a68 mfd: mfd-core: Move pdev->mfd_cell creation back into mfd_add_device() by Lee Jones · 5 years ago
- 5a47c0f mfd: mfd-core: Remove usage counting for .{en,dis}able() call-backs by Lee Jones · 5 years ago
- ead1c83 mfd: mfd-core: Remove mfd_clone_cell() by Lee Jones · 5 years ago
- b195e101 mfd: mfd-core: Protect against NULL call-back function pointer by Lee Jones · 5 years ago
- 8de2625 Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 6 years ago
- c176c6d mfd: core: Set fwnode for created devices by Robert Hancock · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 1946f996 mfd: mfd-core: Document mfd_add_devices() by Bartosz Golaszewski · 6 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 722f191 mfd: core: Fix device reference leak in mfd_clone_cell by Johan Hovold · 8 years ago
- 6eb59af Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 9 years ago
- a8f447be mfd: Add resource managed APIs for mfd_add_devices by Laxman Dewangan · 9 years ago
- ee414de mfd: core: Fix ACPI child matching by _HID/_CID by Irina Tirdea · 9 years ago
- f4d0526 device property: don't bother the drivers with struct property_set by Heikki Krogerus · 9 years ago
- 4d215ca mfd: core: propagate device properties to sub devices drivers by Andy Shevchenko · 9 years ago
- 98a3be4 mfd: core: redo ACPI matching of the children devices by Andy Shevchenko · 9 years ago
- b9a8a27 mfd: make mfd_remove_devices() iterate in reverse order by Andy Shevchenko · 9 years ago
- ec40c60 mfd: Check ACPI device companion before checking resources by Lorenzo Pieralisi · 10 years ago
- a77c50b mfd: core: Fix platform-device name collisions by Johan Hovold · 10 years ago
- 6e3f62f mfd: core: Fix platform-device id generation by Johan Hovold · 10 years ago
- 6ab3430 mfd: Add ACPI support by Mika Westerberg · 10 years ago
- 4f08df1 mfd: Inherit coherent_dma_mask from parent device by Boris BREZILLON · 10 years ago
- d137be0 mfd: core: Don't use devres functions before device is added by Charles Keepax · 11 years ago
- db0b2d0 Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next by Linus Torvalds · 11 years ago
- 0b208e4 mfd: Fix memory leak in mfd_add_devices() by Geert Uytterhoeven · 11 years ago
- 03e361b mfd: Stop setting refcounting pointers in original mfd_cell arrays by Geert Uytterhoeven · 11 years ago
- 7fcd427 mfd: Allow mapping regulator supplies to MFD device from children by Charles Keepax · 11 years ago
- b018e13 mfd: core: Copy DMA mask and params from parent by Benedikt Spranger · 11 years ago
- b9fbb62 mfd: Only unregister platform devices allocated by the mfd core by Charles Keepax · 12 years ago
- 0848c94 mfd: core: Push irqdomain mapping out into devices by Mark Brown · 12 years ago
- c94bb23 mfd: Make MFD core code Device Tree and IRQ domain aware by Lee Jones · 13 years ago
- 855cc45 mfd: Fix ACPI conflict check by Jean Delvare · 13 years ago
- d1b5c5e mfd: Fix kcalloc parameters swapped by Axel Lin · 13 years ago
- 4e36dd3 mfd: Add module.h to the implicit drivers/mfd users by Paul Gortmaker · 14 years ago
- eb89560 mfd: Add platform data pointer back by Samuel Ortiz · 14 years ago
- e710d7d mfd: Fetch cell pointer from platform_device->mfd_cell by Samuel Ortiz · 14 years ago
- fa1df69 mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to it by Andres Salomon · 14 years ago
- f77289a mfd: Rename mfd_shared_cell_{en,dis}able to drop the "shared" part by Andres Salomon · 14 years ago
- a9bbba9 mfd: add platform_device sharing support for mfd by Andres Salomon · 14 years ago
- 1e29af6 mfd: Add refcounting support to mfd_cells by Andres Salomon · 14 years ago
- dcb50e8 mfd: Remove driver_data field from mfd_cell by Andres Salomon · 14 years ago
- fe891a0 mfd-core: Unconditionally add mfd_cell to every platform_device by Andres Salomon · 14 years ago
- 4c90aa9 mfd: Provide pm_runtime_no_callbacks flag in cell data by Mark Brown · 14 years ago
- a28dbea mfd: Add devices platform data when the cell data size is not 0 by Brian Harring · 14 years ago
- 5f2545f mfd: Allow for bypass of cell resource conflict check by Daniel Drake · 14 years ago
- 8af5fe3 mfd: properly handle platform_device_add_resources fail in mfd_add_device by Axel Lin · 15 years ago
- f03cfcb mfd: Check for mem_base when building IORESOURCE_MEM resources by Samuel Ortiz · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 91feded mfd: Check for ACPI conflicts by Samuel Ortiz · 15 years ago
- 3bed6e4 mfd: Allow multiple MFD cells with the same name by Mark Brown · 15 years ago
- 44faac3 mfd: Pass driver_data onto child devices by Mark Brown · 16 years ago
- a87903f mfd: reduce stack usage in mfd-core.c by Ian Molton · 16 years ago
- 424f525 mfd: accept pure device as a parent, not only platform_device by Dmitry Baryshkov · 16 years ago
- 56edb58 mfd: add platform_data to mfd_cell by Mike Rapoport · 16 years ago
- 7f71ac9 mfd: Coding style fixes by Ben Dooks · 16 years ago
- 96ee419 mfd: Use to_platform_device instead of container_of by Ben Dooks · 16 years ago
- c82dd53 mfd: don't use memzero by Andrew Morton · 16 years ago
- aa613de [ARM] 5127/1: Core MFD support by Dmitry Baryshkov · 17 years ago