From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (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 420fhR2C6KzF31L for ; Wed, 29 Aug 2018 18:59:51 +1000 (AEST) From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Rob Herring Cc: linux-kernel@vger.kernel.org, Qiang Zhao , Li Yang , Andy Gross , David Brown , Thierry Reding , Jonathan Hunter , Santosh Shilimkar , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-soc@vger.kernel.org Subject: Re: [PATCH] soc: Convert to using %pOFn instead of device_node.name Date: Wed, 29 Aug 2018 10:21:57 +0200 Message-ID: <6932871.nBNBr6GJE4@diego> In-Reply-To: <20180828015252.28511-43-robh@kernel.org> References: <20180828015252.28511-1-robh@kernel.org> <20180828015252.28511-43-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Am Dienstag, 28. August 2018, 03:52:44 CEST schrieb Rob Herring: > In preparation to remove the node name pointer from struct device_node, > convert printf users to use the %pOFn format specifier. > drivers/soc/rockchip/pm_domains.c | 44 +++++++++++++++---------------- For the Rockchip-part Acked-by: Heiko Stuebner