]> git.baikalelectronics.ru Git - 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)
commit057bbd503a2481086d78abb04587fb0c31039b4b
treee994c8e4585cdcc986ea4385b61265af796c5afc
parent935a478e4144e0a4f690471a4a1d8ad5718a721b
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