[{"id":1722460,"web_url":"http://patchwork.ozlabs.org/comment/1722460/","msgid":"<20170718.145845.166511048239196997.davem@davemloft.net>","date":"2017-07-18T21:58:45","subject":"Re: [PATCH] ide: pmac: Convert to using %pOF instead of full_name","submitter":{"id":15,"url":"http://patchwork.ozlabs.org/api/people/15/","name":"David Miller","email":"davem@davemloft.net"},"content":"From: Rob Herring <robh@kernel.org>\nDate: Tue, 18 Jul 2017 16:43:07 -0500\n\n> Now that we have a custom printf format specifier, convert users of\n> full_name to use %pOF instead. This is preparation to remove storing\n> of the full path string for each node.\n> \n> Signed-off-by: Rob Herring <robh@kernel.org>\n\nAcked-by: David S. Miller <davem@davemloft.net>","headers":{"Return-Path":"<linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org>","X-Original-To":["patchwork-incoming@ozlabs.org","linuxppc-dev@lists.ozlabs.org"],"Delivered-To":["patchwork-incoming@ozlabs.org","linuxppc-dev@lists.ozlabs.org"],"Received":["from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68])\n\t(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xBvVL6XMdz9s06\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed, 19 Jul 2017 08:10:18 +1000 (AEST)","from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3])\n\tby lists.ozlabs.org (Postfix) with ESMTP id 3xBvVL5YyfzDrTT\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed, 19 Jul 2017 08:10:18 +1000 (AEST)","from shards.monkeyblade.net (shards.monkeyblade.net\n\t[184.105.139.130])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (No client certificate requested)\n\tby lists.ozlabs.org (Postfix) with ESMTPS id 3xBvF41QQszDrKf\n\tfor <linuxppc-dev@lists.ozlabs.org>;\n\tWed, 19 Jul 2017 07:58:47 +1000 (AEST)","from localhost (74-93-104-98-Washington.hfc.comcastbusiness.net\n\t[74.93.104.98]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\n\t(Client did not present a certificate)\n\t(Authenticated sender: davem-davemloft)\n\tby shards.monkeyblade.net (Postfix) with ESMTPSA id 0E65B12123540;\n\tTue, 18 Jul 2017 14:58:46 -0700 (PDT)"],"X-Greylist":["delayed 398 seconds by postgrey-1.36 at bilbo;\n\tWed, 19 Jul 2017 07:58:48 AEST","Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12\n\t(shards.monkeyblade.net [149.20.54.216]);\n\tTue, 18 Jul 2017 14:58:46 -0700 (PDT)"],"Date":"Tue, 18 Jul 2017 14:58:45 -0700 (PDT)","Message-Id":"<20170718.145845.166511048239196997.davem@davemloft.net>","To":"robh@kernel.org","Subject":"Re: [PATCH] ide: pmac: Convert to using %pOF instead of full_name","From":"David Miller <davem@davemloft.net>","In-Reply-To":"<20170718214339.7774-27-robh@kernel.org>","References":"<20170718214339.7774-27-robh@kernel.org>","X-Mailer":"Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO)","Mime-Version":"1.0","Content-Type":"Text/Plain; charset=us-ascii","Content-Transfer-Encoding":"7bit","X-BeenThere":"linuxppc-dev@lists.ozlabs.org","X-Mailman-Version":"2.1.23","Precedence":"list","List-Id":"Linux on PowerPC Developers Mail List\n\t<linuxppc-dev.lists.ozlabs.org>","List-Unsubscribe":"<https://lists.ozlabs.org/options/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=unsubscribe>","List-Archive":"<http://lists.ozlabs.org/pipermail/linuxppc-dev/>","List-Post":"<mailto:linuxppc-dev@lists.ozlabs.org>","List-Help":"<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=help>","List-Subscribe":"<https://lists.ozlabs.org/listinfo/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=subscribe>","Cc":"devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,\n\tlinux-ide@vger.kernel.org, paulus@samba.org,\n\tlinuxppc-dev@lists.ozlabs.org","Errors-To":"linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org","Sender":"\"Linuxppc-dev\"\n\t<linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org>"}},{"id":1761691,"web_url":"http://patchwork.ozlabs.org/comment/1761691/","msgid":"<3xkKq05PPZz9t3k@ozlabs.org>","date":"2017-09-01T13:29:48","subject":"Re: ide: pmac: Convert to using %pOF instead of full_name","submitter":{"id":69509,"url":"http://patchwork.ozlabs.org/api/people/69509/","name":"Michael Ellerman","email":"patch-notifications@ellerman.id.au"},"content":"On Tue, 2017-07-18 at 21:43:07 UTC, Rob Herring wrote:\n> Now that we have a custom printf format specifier, convert users of\n> full_name to use %pOF instead. This is preparation to remove storing\n> of the full path string for each node.\n> \n> Signed-off-by: Rob Herring <robh@kernel.org>\n> Cc: \"David S. Miller\" <davem@davemloft.net>\n> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>\n> Cc: Paul Mackerras <paulus@samba.org>\n> Cc: Michael Ellerman <mpe@ellerman.id.au>\n> Cc: linux-ide@vger.kernel.org\n> Cc: linuxppc-dev@lists.ozlabs.org\n> Acked-by: David S. Miller <davem@davemloft.net>\n\nApplied to powerpc next, thanks.\n\nhttps://git.kernel.org/powerpc/c/859420e3155d8192b31a93cd92d32c\n\ncheers","headers":{"Return-Path":"<linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org>","X-Original-To":["patchwork-incoming@ozlabs.org","linuxppc-dev@lists.ozlabs.org"],"Delivered-To":["patchwork-incoming@ozlabs.org","linuxppc-dev@lists.ozlabs.org"],"Received":["from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3])\n\t(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xkKyj5W1Nz9s2G\n\tfor <patchwork-incoming@ozlabs.org>;\n\tFri,  1 Sep 2017 23:36:29 +1000 (AEST)","from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3])\n\tby lists.ozlabs.org (Postfix) with ESMTP id 3xkKyj4cqSzDqZ7\n\tfor <patchwork-incoming@ozlabs.org>;\n\tFri,  1 Sep 2017 23:36:29 +1000 (AEST)","from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2])\n\t(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby lists.ozlabs.org (Postfix) with ESMTPS id 3xkKq06hyGzDqh9\n\tfor <linuxppc-dev@lists.ozlabs.org>;\n\tFri,  1 Sep 2017 23:29:48 +1000 (AEST)","by ozlabs.org (Postfix, from userid 1034)\n\tid 3xkKq05PPZz9t3k; Fri,  1 Sep 2017 23:29:48 +1000 (AEST)"],"X-powerpc-patch-notification":"thanks","X-powerpc-patch-commit":"859420e3155d8192b31a93cd92d32c85151bf8da","In-Reply-To":"<20170718214339.7774-27-robh@kernel.org>","To":"Rob Herring <robh@kernel.org>, \"David S. Miller\" <davem@davemloft.net>, \n\tBenjamin Herrenschmidt <benh@kernel.crashing.org>,\n\tPaul Mackerras <paulus@samba.org>","From":"Michael Ellerman <patch-notifications@ellerman.id.au>","Subject":"Re: ide: pmac: Convert to using %pOF instead of full_name","Message-Id":"<3xkKq05PPZz9t3k@ozlabs.org>","Date":"Fri,  1 Sep 2017 23:29:48 +1000 (AEST)","X-BeenThere":"linuxppc-dev@lists.ozlabs.org","X-Mailman-Version":"2.1.23","Precedence":"list","List-Id":"Linux on PowerPC Developers Mail List\n\t<linuxppc-dev.lists.ozlabs.org>","List-Unsubscribe":"<https://lists.ozlabs.org/options/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=unsubscribe>","List-Archive":"<http://lists.ozlabs.org/pipermail/linuxppc-dev/>","List-Post":"<mailto:linuxppc-dev@lists.ozlabs.org>","List-Help":"<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=help>","List-Subscribe":"<https://lists.ozlabs.org/listinfo/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=subscribe>","Cc":"devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,\n\tlinux-kernel@vger.kernel.org, linux-ide@vger.kernel.org","Errors-To":"linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org","Sender":"\"Linuxppc-dev\"\n\t<linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org>"}}]