linux_dsm_epyc7002/drivers/of
Benjamin Gaignard 38b0b219fb of: add devm_ functions for populate and depopulate
Lots of calls to of_platform_populate() are not unbalanced by a call
to of_platform_depopulate(). This create issues while drivers are
bind/unbind.

In way to solve those issues is to add devm_of_platform_populate()
which will call of_platform_depopulate() when the device is unbound
from the bus.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1487952874-23635-2-git-send-email-benjamin.gaignard@linaro.org
2017-02-27 17:20:13 +01:00
..
unittest-data
address.c
base.c DeviceTree updates for 4.10: 2016-12-15 11:49:41 -08:00
device.c
dynamic.c
fdt_address.c
fdt.c of/fdt: mark hotpluggable memory 2016-12-12 18:55:07 -08:00
irq.c of: irq: make of_msi_configure accessible from modules 2016-10-19 19:02:58 +05:30
Kconfig mtd: Kill the OF_MTD Kconfig option 2016-09-23 09:35:16 +02:00
Makefile
of_mdio.c of_mdio: add helper to deregister fixed-link PHYs 2016-11-29 23:17:02 -05:00
of_net.c
of_numa.c of, numa: Return NUMA_NO_NODE from disable of_node_to_nid() if nid not possible. 2016-11-15 09:17:12 -06:00
of_pci_irq.c
of_pci.c of/pci: Add of_pci_get_max_link_speed() to parse max-link-speed from DT 2016-11-14 15:21:14 -06:00
of_private.h
of_reserved_mem.c
overlay.c of/overlay: add of overlay notifications 2016-11-10 17:03:35 +01:00
pdt.c
platform.c of: add devm_ functions for populate and depopulate 2017-02-27 17:20:13 +01:00
resolver.c of: Fix issue where code would fall through to error case. 2016-12-09 10:33:03 -06:00
unittest.c