index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mfd
/
mfd-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-05
mfd: core: Add missing of_node_put for loop iteration
Krzysztof Kozlowski
1
-0
/
+2
2021-06-02
mfd: Remove software node conditionally and locate at right place
Andy Shevchenko
1
-6
/
+9
2021-04-14
mfd: core: Use acpi_find_child_device() for child devices lookup
Andy Shevchenko
1
-17
/
+5
2021-04-14
mfd: core: Remove support for dangling device properties
Heikki Krogerus
1
-6
/
+0
2021-04-14
mfd: core: Add support for software nodes
Heikki Krogerus
1
-0
/
+9
2020-08-28
mfd: mfd-core: Ensure disabled devices are ignored without error
Lee Jones
1
-4
/
+6
2020-08-24
mfd: core: Fix double-free in mfd_remove_devices_fn()
Dmitry Osipenko
1
-2
/
+0
2020-08-13
mfd: mfd-core: Add mechanism for removal of a subset of children
Charles Keepax
1
-1
/
+15
2020-08-13
mfd: core: Make a best effort attempt to match devices with the correct of_nodes
Lee Jones
1
-12
/
+83
2020-07-06
mfd: mfd-core: Complete kerneldoc header for devm_mfd_add_devices()
Lee Jones
1
-0
/
+10
2019-11-11
mfd: mfd-core: Honour Device Tree's request to disable a child-device
Lee Jones
1
-0
/
+5
2019-11-11
mfd: mfd-core: Move pdev->mfd_cell creation back into mfd_add_device()
Lee Jones
1
-17
/
+4
2019-11-11
mfd: mfd-core: Remove usage counting for .{en,dis}able() call-backs
Lee Jones
1
-48
/
+9
2019-11-11
mfd: mfd-core: Remove mfd_clone_cell()
Lee Jones
1
-33
/
+0
2019-11-11
mfd: mfd-core: Protect against NULL call-back function pointer
Lee Jones
1
-0
/
+10
2019-07-16
Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
1
-0
/
+1
2019-07-02
mfd: core: Set fwnode for created devices
Robert Hancock
1
-0
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2019-05-08
mfd: mfd-core: Document mfd_add_devices()
Bartosz Golaszewski
1
-0
/
+13
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2016-11-16
mfd: core: Fix device reference leak in mfd_clone_cell
Johan Hovold
1
-0
/
+2
2016-05-20
Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+39
2016-04-19
mfd: Add resource managed APIs for mfd_add_devices
Laxman Dewangan
1
-0
/
+38
2016-04-11
mfd: core: Fix ACPI child matching by _HID/_CID
Irina Tirdea
1
-1
/
+1
2016-04-09
device property: don't bother the drivers with struct property_set
Heikki Krogerus
1
-2
/
+2
2015-12-07
mfd: core: propagate device properties to sub devices drivers
Andy Shevchenko
1
-0
/
+7
2015-10-26
mfd: core: redo ACPI matching of the children devices
Andy Shevchenko
1
-16
/
+36
2015-07-28
mfd: make mfd_remove_devices() iterate in reverse order
Andy Shevchenko
1
-1
/
+1
2015-06-22
mfd: Check ACPI device companion before checking resources
Lorenzo Pieralisi
1
-3
/
+5
2015-03-30
mfd: core: Fix platform-device name collisions
Johan Hovold
1
-1
/
+1
2014-11-25
mfd: core: Fix platform-device id generation
Johan Hovold
1
-1
/
+7
2014-09-26
mfd: Add ACPI support
Mika Westerberg
1
-0
/
+40
2014-09-26
mfd: Inherit coherent_dma_mask from parent device
Boris BREZILLON
1
-0
/
+1
2014-06-03
mfd: core: Don't use devres functions before device is added
Charles Keepax
1
-4
/
+7
2013-11-16
Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...
Linus Torvalds
1
-12
/
+17
2013-11-11
mfd: Fix memory leak in mfd_add_devices()
Geert Uytterhoeven
1
-4
/
+8
2013-11-11
mfd: Stop setting refcounting pointers in original mfd_cell arrays
Geert Uytterhoeven
1
-8
/
+9
2013-10-23
mfd: Allow mapping regulator supplies to MFD device from children
Charles Keepax
1
-5
/
+17
2013-08-14
mfd: core: Copy DMA mask and params from parent
Benedikt Spranger
1
-0
/
+2
2012-11-20
mfd: Only unregister platform devices allocated by the mfd core
Charles Keepax
1
-2
/
+13
2012-09-16
mfd: core: Push irqdomain mapping out into devices
Mark Brown
1
-6
/
+6
2012-07-09
mfd: Make MFD core code Device Tree and IRQ domain aware
Lee Jones
1
-4
/
+26
2012-03-06
mfd: Fix ACPI conflict check
Jean Delvare
1
-1
/
+1
2012-03-06
mfd: Fix kcalloc parameters swapped
Axel Lin
1
-1
/
+1
2011-11-01
mfd: Add module.h to the implicit drivers/mfd users
Paul Gortmaker
1
-0
/
+1
2011-05-26
mfd: Add platform data pointer back
Samuel Ortiz
1
-0
/
+7
2011-04-12
mfd: Fetch cell pointer from platform_device->mfd_cell
Samuel Ortiz
1
-2
/
+14
2011-03-27
mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to it
Andres Salomon
1
-42
/
+11
2011-03-23
mfd: Rename mfd_shared_cell_{en,dis}able to drop the "shared" part
Andres Salomon
1
-4
/
+4
2011-03-23
mfd: add platform_device sharing support for mfd
Andres Salomon
1
-0
/
+61
[next]