From: Tyrel Datwyler Date: Thu, 15 Aug 2013 05:23:50 +0000 (-0700) Subject: powerpc/pseries: Make dlpar_configure_connector parent node aware X-Git-Tag: v3.12-rc1~123^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d5ff320766f051341835c761a2fc125e5b24e9f;p=pandora-kernel.git powerpc/pseries: Make dlpar_configure_connector parent node aware Currently the device nodes created in the device subtree returned by a call to dlpar_configure_connector are all named in the root node. This is because the the node name in the work area returned by ibm,configure-connector rtas call only contains the node name and not the entire node path. Passing the parent node where the new subtree will be created to dlpar_configure_connector allows the correct node path to be prefixed in the full_name field. Signed-off-by: Tyrel Datwyler Acked-by: Nathan Fontenot Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed