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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 8D427C433DF for ; Wed, 17 Jun 2020 14:36:06 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 6742020776 for ; Wed, 17 Jun 2020 14:36:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6742020776 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9F2B66EAD7; Wed, 17 Jun 2020 14:36:05 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by gabe.freedesktop.org (Postfix) with ESMTP id EC23C6E963 for ; Wed, 17 Jun 2020 14:36:04 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 579F231B; Wed, 17 Jun 2020 07:36:04 -0700 (PDT) Received: from [192.168.1.84] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3BBAE3F73C; Wed, 17 Jun 2020 07:36:03 -0700 (PDT) Subject: Re: [PATCH v3] drm/panfrost: Reduce the amount of logs on deferred probe To: Krzysztof Kozlowski , Rob Herring , Tomeu Vizoso References: <20200527200544.7849-1-krzk@kernel.org> <20200527204334.GA15485@kevin> <20200617141547.GA30516@kozik-lap> From: Steven Price Message-ID: Date: Wed, 17 Jun 2020 15:35:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200617141547.GA30516@kozik-lap> Content-Language: en-GB X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , Alyssa Rosenzweig , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 17/06/2020 15:15, Krzysztof Kozlowski wrote: > On Wed, May 27, 2020 at 04:43:34PM -0400, Alyssa Rosenzweig wrote: >> Reviewed-by: Alyssa Rosenzweig >> >> On Wed, May 27, 2020 at 10:05:44PM +0200, Krzysztof Kozlowski wrote: >>> There is no point to print deferred probe (and its failures to get >>> resources) as an error. Also there is no need to print regulator errors >>> twice. >>> >>> In case of multiple probe tries this would pollute the dmesg. >>> >>> Signed-off-by: Krzysztof Kozlowski >>> Reviewed-by: Steven Price >>> >>> --- >>> >>> Changes since v2: >>> 1. Rebase >>> 2. Add Steven's review >>> >>> Changes since v1: >>> 1. Remove second error message from calling panfrost_regulator_init() >>> --- >>> drivers/gpu/drm/panfrost/panfrost_device.c | 8 ++++---- >>> 1 file changed, 4 insertions(+), 4 deletions(-) >>> > > Hi Rob, Tomeu and Steven, > > You're listed as maintainers for panfrost. Is anyone going to pick this > up? I'm only a reviewer so I've been leaving it for Rob or Tomeu, but I can pick it up if Rob/Tomeu are happy for me to do that. > Maybe I sent it to wrong mailing list or forgot about anything? No, there's actually a few Panfrost commits waiting, it was on my todo list to ask if Rob/Tomeu needed some help with merging patches. Steve _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel