]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
of: to support binding numa node to specified device in devicetree
authorZhen Lei <thunder.leizhen@huawei.com>
Tue, 25 Aug 2015 04:08:22 +0000 (12:08 +0800)
committerRob Herring <robh@kernel.org>
Thu, 17 Sep 2015 19:51:55 +0000 (14:51 -0500)
commit4f59d7119c7cb5f32ca91662a74c217ea7c4ddca
treee994c8e4585cdcc986ea4385b61265af796c5afc
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
of: to support binding numa node to specified device in devicetree

For now, in function device_add, the new device will be forced to
inherit the numa node of its parent. But this will override the device's
numa node which configured in devicetree.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/base/core.c
drivers/of/device.c