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=-8.9 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=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 0A357C433E2 for ; Tue, 15 Sep 2020 00:02:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CB9FB216C4 for ; Tue, 15 Sep 2020 00:02:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600128124; bh=aDtVpbNbbuicIiX3Coqdnk0nSk8LgHP0iQgY2aJiAKg=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=z30lk/j84taxUXJdb5FHkOFcQMkFcBbvX3c3vt6Pjf3spdQ/3jq/YKrocVbJrOrha oC+GjsOLSIEyo6YaCpc0RNoinSylUaJHJnCuwXBvt5XXSYIopG/hBKVKzzYVZ90T5w bIf3UQ2i2NGfLs8YAKszlcHeVwJbza9OaniwIqq8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726066AbgIOAB7 (ORCPT ); Mon, 14 Sep 2020 20:01:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:52264 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726045AbgIOAB7 (ORCPT ); Mon, 14 Sep 2020 20:01:59 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E5A9720829; Tue, 15 Sep 2020 00:01:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600128118; bh=aDtVpbNbbuicIiX3Coqdnk0nSk8LgHP0iQgY2aJiAKg=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=jxw/TupX0o/bxM+BFImHj3AYgjkwRrhgfN4QNxrlO0/2vP3Y2+qTlBqKSsT/mGNt+ Nn2TvfgA1BdnQGrLZiqOBBH2ULH7qVuChk6hhqYaTkE0meClo06iCZOLwzTp0H0C1r 8Ko8S1tUiav57sb8GyidbjFjEt0WJXhohKvcYwCA= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20200911153441.GA18190@kozik-lap> References: <20200902150348.14465-1-krzk@kernel.org> <20200902163558.GA4137028@piout.net> <20200911153441.GA18190@kozik-lap> Subject: Re: [PATCH 01/10] clk: at91: Drop unused at91sam9g45_pcr_layout From: 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 To: Krzysztof Kozlowski Date: Mon, 14 Sep 2020 17:01:56 -0700 Message-ID: <160012811662.4188128.10109140799333292326@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org 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 warnin= g: > > >=20 > > > drivers/clk/at91/at91sam9g45.c:49:36: warning: > > > 'at91sam9g45_pcr_layout' defined but not used [-Wunused-const-var= iable=3D] > > >=20 > > > Signed-off-by: Krzysztof Kozlowski > > Acked-by: Alexandre Belloni > >=20 > > > --- > > > drivers/clk/at91/at91sam9g45.c | 7 ------- > > > 1 file changed, 7 deletions(-) > > >=20 >=20 > Hi Stephen, >=20 > 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? 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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 7842DC43461 for ; Tue, 15 Sep 2020 00:03:49 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 2603B208DB for ; Tue, 15 Sep 2020 00:03:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="woHr+psB"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="jxw/TupX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2603B208DB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:Date:To:From:Subject:References: In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=MhbyTQVz0lEg0+o4lZdn0O9vaqZuD/QwV6gjvhC5C0A=; b=woHr+psBmMwYmzRFG1jv9TYQS HbKS7BcL65XmIHsyit8TYBii8R8zWPP0hfNzAvhPKKmbWxwR/T6R/+b3rNnfpwwF+qLjFWYoCDjrM 8JO50dQov/tUSgFKd8/+dZ4FdRDCZRZGK+iFIralfqaRqz3OdSOxJI+7Gj8xCnFd0gi5srqbD+Fih 0mNdWIqXhWINML/rIIAEh5qbi1mqYkN87ShCD9ahX9sE6AjwNoqRGdjgtE7i+eoDpmvMt/+2fycMn 29GLLt+7r4L6FA6DlGYxGOwJ3flr6GKfq9cfm6lEmJDg9XuPNfyQx3dTzvlD53v5LsGeehsRUktWk i1f02EfBA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kHyQ7-00056p-BV; Tue, 15 Sep 2020 00:02:05 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kHyQ3-00056A-7U; Tue, 15 Sep 2020 00:01:59 +0000 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E5A9720829; Tue, 15 Sep 2020 00:01:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600128118; bh=aDtVpbNbbuicIiX3Coqdnk0nSk8LgHP0iQgY2aJiAKg=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=jxw/TupX0o/bxM+BFImHj3AYgjkwRrhgfN4QNxrlO0/2vP3Y2+qTlBqKSsT/mGNt+ Nn2TvfgA1BdnQGrLZiqOBBH2ULH7qVuChk6hhqYaTkE0meClo06iCZOLwzTp0H0C1r 8Ko8S1tUiav57sb8GyidbjFjEt0WJXhohKvcYwCA= MIME-Version: 1.0 In-Reply-To: <20200911153441.GA18190@kozik-lap> References: <20200902150348.14465-1-krzk@kernel.org> <20200902163558.GA4137028@piout.net> <20200911153441.GA18190@kozik-lap> Subject: Re: [PATCH 01/10] clk: at91: Drop unused at91sam9g45_pcr_layout From: Stephen Boyd To: Krzysztof Kozlowski Date: Mon, 14 Sep 2020 17:01:56 -0700 Message-ID: <160012811662.4188128.10109140799333292326@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200914_200159_353919_E308CF29 X-CRM114-Status: GOOD ( 15.33 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-msm@vger.kernel.org, Alexandre Belloni , linux-kernel@vger.kernel.org, David Lechner , Neil Armstrong , Martin Blumenstingl , Kevin Hilman , Michael Turquette , Sekhar Nori , Maxime Ripard , Bjorn Andersson , Ludovic Desroches , Andy Gross , Santosh Shilimkar , linux-amlogic@lists.infradead.org, Chen-Yu Tsai , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jerome Brunet Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 399CEC433E2 for ; Tue, 15 Sep 2020 00:02:14 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 887A8208DB for ; Tue, 15 Sep 2020 00:02:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="GyGUZmqC"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="jxw/TupX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 887A8208DB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:Date:To:From:Subject:References: In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=qyR46V58e/bJ/vUemO7B5n+/u0/qTyyxaVdlxcj2+G4=; b=GyGUZmqCprw3oSobGW1/yT01f cr6QCrcpZXYTHwGJQTAjNsuaGGPXt9hXXf3+wWmI/pBeNLY9T0cfF91JWQIdfCSZu8eRrW4ZZusig 1+M8SGh1IoTFowe1e2TuxEttF1IlSB19lT1XrG4E2iEYnNVa/gDgAdoJcwk5wbv4O99Fndym4zCfz 75bda9gnsvekfhA98lllHLPsZiIgo+ExgQ2hF2vFE0uK0pJVshp+rogtpQPBmJnvEHvm/GLs6vAtM cS1DoBAdmoIdHHKvk3VjeCWwHN/v064TABcIGbaq2pnyMeL3CmgzJpCr+kyojZBBDoXhAZZuUUFtn 1hmO9x7ag==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kHyQ5-00056a-Pl; Tue, 15 Sep 2020 00:02:01 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kHyQ3-00056A-7U; Tue, 15 Sep 2020 00:01:59 +0000 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E5A9720829; Tue, 15 Sep 2020 00:01:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600128118; bh=aDtVpbNbbuicIiX3Coqdnk0nSk8LgHP0iQgY2aJiAKg=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=jxw/TupX0o/bxM+BFImHj3AYgjkwRrhgfN4QNxrlO0/2vP3Y2+qTlBqKSsT/mGNt+ Nn2TvfgA1BdnQGrLZiqOBBH2ULH7qVuChk6hhqYaTkE0meClo06iCZOLwzTp0H0C1r 8Ko8S1tUiav57sb8GyidbjFjEt0WJXhohKvcYwCA= MIME-Version: 1.0 In-Reply-To: <20200911153441.GA18190@kozik-lap> References: <20200902150348.14465-1-krzk@kernel.org> <20200902163558.GA4137028@piout.net> <20200911153441.GA18190@kozik-lap> Subject: Re: [PATCH 01/10] clk: at91: Drop unused at91sam9g45_pcr_layout From: Stephen Boyd To: Krzysztof Kozlowski Date: Mon, 14 Sep 2020 17:01:56 -0700 Message-ID: <160012811662.4188128.10109140799333292326@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200914_200159_353919_E308CF29 X-CRM114-Status: GOOD ( 15.33 ) X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-msm@vger.kernel.org, Alexandre Belloni , linux-kernel@vger.kernel.org, David Lechner , Neil Armstrong , Martin Blumenstingl , Kevin Hilman , Michael Turquette , Sekhar Nori , Nicolas Ferre , Maxime Ripard , Bjorn Andersson , Ludovic Desroches , Andy Gross , Santosh Shilimkar , linux-amlogic@lists.infradead.org, Chen-Yu Tsai , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jerome Brunet Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org 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? _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic