DeviceTree fixes for 4.8
From: Rob Herring
Date: Thu Aug 18 2016 - 21:24:33 EST
Hi Linus,
Please pull for 4.8. Details below.
Rob
The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
tags/devicetree-fixes-for-4.8
for you to fetch changes up to 34276bb062b8449b3b0a208c9b848a1a27920075:
of: fix reference counting in of_graph_get_endpoint_by_regs
(2016-08-15 11:15:05 -0500)
----------------------------------------------------------------
DeviceTree fixes for 4.8:
- Couple of DT node ref counting fixes
- Fix __unflatten_device_tree for PPC PCI hotplug case
- Rework marking irq controllers as OF_POPULATED in cases where real
driver is used.
- Disable of_platform_default_populate_init on PPC. The change in
initcall order causes problems which need to be sorted out later.
----------------------------------------------------------------
Gavin Shan (1):
drivers/of: Validate device node in __unflatten_device_tree()
Kevin Hao (1):
of/platform: disable the of_platform_default_populate_init() for
all the ppc boards
Lucas Stach (1):
of: fix reference counting in of_graph_get_endpoint_by_regs
Markus Elfring (1):
of: Delete an unnecessary check before the function call "of_node_put"
Philipp Zabel (2):
of/irq: Mark interrupt controllers as populated before initialisation
ARM: imx6: mark GPC node as not populated after irq init to
probe pm domain driver
arch/arm/mach-imx/gpc.c | 6 ++++++
drivers/of/base.c | 14 +++-----------
drivers/of/fdt.c | 2 +-
drivers/of/irq.c | 5 +++--
drivers/of/platform.c | 2 ++
5 files changed, 15 insertions(+), 14 deletions(-)