Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752001AbdHGXP1 (ORCPT ); Mon, 7 Aug 2017 19:15:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:60060 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751875AbdHGXPZ (ORCPT ); Mon, 7 Aug 2017 19:15:25 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CCD2222DA6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=robh@kernel.org MIME-Version: 1.0 In-Reply-To: <20170725214427.25768-1-robh@kernel.org> References: <20170725214427.25768-1-robh@kernel.org> From: Rob Herring Date: Mon, 7 Aug 2017 18:15:03 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 0/4] Removing full paths from DT full_name To: "devicetree@vger.kernel.org" , linuxppc-dev Cc: "linux-kernel@vger.kernel.org" , Frank Rowand , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 855 Lines: 18 On Tue, Jul 25, 2017 at 4:44 PM, Rob Herring wrote: > This series is the last steps to remove storing the full path for every > DT node. Instead, we can create full path strings dynamically as needed > with printf %pOF specifiers (commit ce4fecf1fe15). There are a number of > remaining direct users of full_name after this series. I don't believe > there should be any functional impact for those users with the change to > only the node name (+unit-address). The majority are for struct > resource.name. This should only affect /proc/iomem display. > > Patches 1 and 2 can be applied now for 4.14. For patches 3 and 4, my > target is 4.15 after all the dependencies have been merged. > > PPC folks, Please test! The PPC parts are untested. A git branch with > all the dependencies is here[1]. PPC folks, any chance to test this? Rob