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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 B9217C433E2 for ; Thu, 10 Sep 2020 18:29:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 59C122087C for ; Thu, 10 Sep 2020 18:29:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599762584; bh=VWExKt7J4nN//ndqe8lsU57dT1p5AT2cTlunuRXbPik=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=R9e5gN4Xq4SiOoVjWNluTInGnqiPKt+x7eUNiR7YcGq0HwiJzvfnz05GW5t5xeflj PJy9YmMlTGdkG1VCHKBOpW/WFxs8npRmA90YIHX9bQwwLOwBosmxWFc5Ys5watldEt x/MXU2hNzWva0y6TMyEa1SO2ktaeY8XVPMm/c0GM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726781AbgIJS3l (ORCPT ); Thu, 10 Sep 2020 14:29:41 -0400 Received: from mail-il1-f196.google.com ([209.85.166.196]:39200 "EHLO mail-il1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726937AbgIJSYm (ORCPT ); Thu, 10 Sep 2020 14:24:42 -0400 Received: by mail-il1-f196.google.com with SMTP id u20so6632102ilk.6; Thu, 10 Sep 2020 11:24:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Ruc06lsfRVERcSDxNB2fAhTkJv2X63wPXUzyD97ULN8=; b=Sfz6Buih9nOnMA3Zzk/mpbGme296f72xeGt/356NfxwrxZnda9j2e7V8ZgsPZm2Lai 1svcgXI4AzXQY4TUZforiPWuVisFAbiI3Kt8ToNkz11kuMZZzt8+LXOVdANopf0mS/5L 6h08HQr4RSIz+JwUSS9knXl3A1M5Txn9nEyyz7Hsn/C/7jWJCksC0vM4XTqaDMGrDkzE 6KWZJxU9z+FzSQlx7y7EVj19qsLxCs7ezB8wN5ULI6SW4ZKcn6+SOuJJLSVxHA2HG3+y FdWAOX9dLjFEHgGUntLqHLTjrgTlHJCvbw84NLs8ocT5u4AuMj17C678QDJu0LGLKfAh UybQ== X-Gm-Message-State: AOAM5323J+MTTMNRZ9J7KeMgNIDCyVodE9mML2a2lX5g9kH8Iih3961V Q74VZlvd2nbThX0UaQS3dA== X-Google-Smtp-Source: ABdhPJylVxfTh7SN41FPrdfTYFYOn2PGCxv3gdukB/jAYoB9si69LFWM0c7m/iT5duHJ6q98EYibnQ== X-Received: by 2002:a92:d184:: with SMTP id z4mr7038898ilz.181.1599762280913; Thu, 10 Sep 2020 11:24:40 -0700 (PDT) Received: from xps15 ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id a11sm3485910ilh.20.2020.09.10.11.24.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Sep 2020 11:24:40 -0700 (PDT) Received: (nullmailer pid 631588 invoked by uid 1000); Thu, 10 Sep 2020 18:24:36 -0000 Date: Thu, 10 Sep 2020 12:24:36 -0600 From: Rob Herring To: Kunihiko Hayashi Cc: Bjorn Helgaas , Masami Hiramatsu , Jassi Brar , linux-pci@vger.kernel.org, Masahiro Yamada , linux-arm-kernel@lists.infradead.org, Gustavo Pimentel , Lorenzo Pieralisi , Jingoo Han , Rob Herring , Marc Zyngier , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 6/6] PCI: uniphier: Add error message when failed to get phy Message-ID: <20200910182436.GA631540@bogus> References: <1596795922-705-1-git-send-email-hayashi.kunihiko@socionext.com> <1596795922-705-7-git-send-email-hayashi.kunihiko@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1596795922-705-7-git-send-email-hayashi.kunihiko@socionext.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 07 Aug 2020 19:25:22 +0900, Kunihiko Hayashi wrote: > Even if phy driver doesn't probe, the error message can't be distinguished > from other errors. This displays error message caused by the phy driver > explicitly. > > Signed-off-by: Kunihiko Hayashi > --- > drivers/pci/controller/dwc/pcie-uniphier.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring