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=-10.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=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 73238C433E2 for ; Wed, 16 Sep 2020 17:25:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 33BC7222C8 for ; Wed, 16 Sep 2020 17:25:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600277156; bh=27sYm41mDiVDnZrWbm0QPVBaPRpD52EfmzkcCrZV80c=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=s1GHbqlA99zWAjI1BrrqhoU2G5mQCUB18X1z0UZ8r7wAwDzT+sXlRRQomM4gmu1lC iBFMFi1Nf6QCEzZcHd6fIuSLP3tbcDts0TKL7l8/t3JV0Nb2n83ucU+tliIBCGZjI9 /8ZyEOiU82yZB9rqST7xe4fzRoZf8BzWAXeoGIkM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727035AbgIPRZk (ORCPT ); Wed, 16 Sep 2020 13:25:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:41104 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727021AbgIPRZi (ORCPT ); Wed, 16 Sep 2020 13:25:38 -0400 Received: from mail-ej1-f47.google.com (mail-ej1-f47.google.com [209.85.218.47]) (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 94C452222E; Wed, 16 Sep 2020 16:15:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600272952; bh=27sYm41mDiVDnZrWbm0QPVBaPRpD52EfmzkcCrZV80c=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=pqNRMaP0X9Blp3xQCD3Zk+PlqjNSI+5urM1u/88kqjNllpJCcNBf7qN2LPn3/BTT2 dRyX2kVPw+lPv64et2CISd3l4nVeoM+yFS2ajeTC1WSNblvCbW7Trl4WMuBEPkg7hD k/UqtCkwJCii1ROu6m15flANY9Y6NmenSXuaxsbw= Received: by mail-ej1-f47.google.com with SMTP id p9so11151659ejf.6; Wed, 16 Sep 2020 09:15:52 -0700 (PDT) X-Gm-Message-State: AOAM531YawbGDMzodTmV2YlokpruOKg3Bsvon+RzTPVkEgssTkV2K/pB B3dthBoKPV9FGnQvzp0vCAB/kz4sD6yR0KJo3N0= X-Google-Smtp-Source: ABdhPJxEK6ZjXsdxLcZySzuz0z9lSyaAmd9P0gRxYMJTfHrR5KxRYZH+Asvudz0vhNq7zAjPO6GX+HHY/5crRL//S3M= X-Received: by 2002:a17:906:8401:: with SMTP id n1mr25499511ejx.215.1600272951032; Wed, 16 Sep 2020 09:15:51 -0700 (PDT) MIME-Version: 1.0 References: <20200902150348.14465-1-krzk@kernel.org> <20200902163558.GA4137028@piout.net> <20200911153441.GA18190@kozik-lap> <160012811662.4188128.10109140799333292326@swboyd.mtv.corp.google.com> In-Reply-To: <160012811662.4188128.10109140799333292326@swboyd.mtv.corp.google.com> From: Krzysztof Kozlowski Date: Wed, 16 Sep 2020 18:15:39 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 01/10] clk: at91: Drop unused at91sam9g45_pcr_layout To: Stephen Boyd Cc: Michael Turquette , Alexandre Belloni , Nicolas Ferre , Ludovic Desroches , David Lechner , Sekhar Nori , Santosh Shilimkar , Neil Armstrong , Jerome Brunet , Kevin Hilman , Martin Blumenstingl , Andy Gross , Bjorn Andersson , Maxime Ripard , Chen-Yu Tsai , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "linux-kernel@vger.kernel.org" , linux-amlogic@lists.infradead.org, linux-arm-msm@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, 15 Sep 2020 at 02:01, Stephen Boyd wrote: > > Quoting Krzysztof Kozlowski (2020-09-11 08:34:41) > > On Wed, Sep 02, 2020 at 06:35:58PM +0200, Alexandre Belloni wrote: > > > On 02/09/2020 17:03:39+0200, Krzysztof Kozlowski wrote: > > > > The at91sam9g45_pcr_layout is not used so drop it to fix build warning: > > > > > > > > drivers/clk/at91/at91sam9g45.c:49:36: warning: > > > > 'at91sam9g45_pcr_layout' defined but not used [-Wunused-const-variable=] > > > > > > > > Signed-off-by: Krzysztof Kozlowski > > > Acked-by: Alexandre Belloni > > > > > > > --- > > > > drivers/clk/at91/at91sam9g45.c | 7 ------- > > > > 1 file changed, 7 deletions(-) > > > > > > > > Hi Stephen, > > > > If the dev_err_probe() waits/skips/goes to /dev/null, then how about the > > fixes in the series? This patch and few other? > > Yes if dev_err_probe() is superseded by Rob's work then the fixes should > be fine to pick up. Can you resend the fixes? Sure, I will send the fixes only. Best regards, Krzysztof