From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36DF6C43143 for ; Fri, 28 Sep 2018 22:35:17 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AB4A2206B8 for ; Fri, 28 Sep 2018 22:35:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="R58wsY2L" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AB4A2206B8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42MRMQ5C4gzF3Lx for ; Sat, 29 Sep 2018 08:35:14 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="R58wsY2L"; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=robh@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="R58wsY2L"; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42MRJh0LfJzF3L1 for ; Sat, 29 Sep 2018 08:32:51 +1000 (AEST) Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CA948206B8 for ; Fri, 28 Sep 2018 22:32:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1538173970; bh=44y4d2y1zP0R6MC3c2D5h1AQJ3PlMLrFxf2MliMGeo0=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=R58wsY2L/qKnVV4kAaBrayeyiqmGVA32nytU6QLfL2fZ/rWYVEKc17sQw68Bx0otL 1iN7eNt4D0lvUDyqApFVXRwiLwwG2bBEgJrXKIHQFcEsEAlySCU1Ll3+hJu7EQ7Ay6 1ghlnaF0g4DSjTiUk/kNlqDB/7/ZjBE0esf3HQCo= Received: by mail-qt1-f179.google.com with SMTP id e9-v6so8384047qtp.7 for ; Fri, 28 Sep 2018 15:32:49 -0700 (PDT) X-Gm-Message-State: ABuFfojspAM6yhpCheGjpVLmCmfTztLbncJ+4LpNFOwNapo54navpL3I gcGYhyXdOJdTqY8nnHQewmKH8L98hQvsJX/Wzg== X-Google-Smtp-Source: ACcGV62fGDMrgc8H6mepxZcQMZfILiuS5uwCKK/+faJD/vKMTkZn3Ul6L3rgwEUv19otVIvWxoTZDDVudJMmqSuv59Y= X-Received: by 2002:aed:3983:: with SMTP id m3-v6mr544627qte.164.1538173969059; Fri, 28 Sep 2018 15:32:49 -0700 (PDT) MIME-Version: 1.0 References: <20180828015252.28511-1-robh@kernel.org> <20180828015252.28511-46-robh@kernel.org> In-Reply-To: From: Rob Herring Date: Fri, 28 Sep 2018 17:32:37 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] tty: Convert to using %pOFn instead of device_node.name To: "linux-kernel@vger.kernel.org" , Greg Kroah-Hartman Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jiri Slaby , Paul Mackerras , "open list:SERIAL DRIVERS" , linuxppc-dev Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Fri, Sep 28, 2018 at 5:09 PM Rob Herring wrote: > > On Mon, Aug 27, 2018 at 8:55 PM Rob Herring wrote: > > > > In preparation to remove the node name pointer from struct device_node, > > convert printf users to use the %pOFn format specifier. > > > > Cc: Greg Kroah-Hartman > > Cc: Jiri Slaby > > Cc: Benjamin Herrenschmidt > > Cc: Paul Mackerras > > Cc: Michael Ellerman > > Cc: linux-serial@vger.kernel.org > > Cc: linuxppc-dev@lists.ozlabs.org > > Signed-off-by: Rob Herring > > --- > > drivers/tty/ehv_bytechan.c | 12 ++++++------ > > drivers/tty/serial/cpm_uart/cpm_uart_core.c | 8 ++++---- > > drivers/tty/serial/pmac_zilog.c | 4 ++-- > > 3 files changed, 12 insertions(+), 12 deletions(-) > > Hey Greg, Is this still in your queue? Maybe you've just been extra > busy lately. ;) NM. I see it's applied now. Sorry for the noise. Rob