From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xCSCx1vqhzDr3R for ; Thu, 20 Jul 2017 05:44:44 +1000 (AEST) Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v6JJho9n133793 for ; Wed, 19 Jul 2017 15:44:41 -0400 Received: from e12.ny.us.ibm.com (e12.ny.us.ibm.com [129.33.205.202]) by mx0b-001b2d01.pphosted.com with ESMTP id 2bta8h0qcn-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 19 Jul 2017 15:44:41 -0400 Received: from localhost by e12.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 19 Jul 2017 15:44:40 -0400 Subject: Re: [PATCH] powerpc: Convert to using %pOF instead of full_name To: Rob Herring , Michael Ellerman Cc: devicetree@vger.kernel.org, Arnd Bergmann , linux-kernel@vger.kernel.org, Scott Wood , Paul Mackerras , Anatolij Gustschin , linuxppc-dev@lists.ozlabs.org References: <20170718214339.7774-6-robh@kernel.org> From: Tyrel Datwyler Date: Wed, 19 Jul 2017 12:44:35 -0700 MIME-Version: 1.0 In-Reply-To: <20170718214339.7774-6-robh@kernel.org> Content-Type: text/plain; charset=utf-8 Message-Id: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 07/18/2017 02:42 PM, Rob Herring wrote: > Now that we have a custom printf format specifier, convert users of > full_name to use %pOF instead. This is preparation to remove storing > of the full path string for each node. > > Signed-off-by: Rob Herring > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Michael Ellerman > Cc: Anatolij Gustschin > Cc: Scott Wood > Cc: Kumar Gala > Cc: Arnd Bergmann > Cc: linuxppc-dev@lists.ozlabs.org Reviewed-by: Tyrel Datwyler