Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp630676pxu; Thu, 26 Nov 2020 07:35:45 -0800 (PST) X-Google-Smtp-Source: ABdhPJyOIFhEKGTfR5iOV/LeCCB3vTyrdzl6wrVCMyxYFxYXwSm0X4BBag4gvGc+6qg90Nz1ir+b X-Received: by 2002:a17:906:5cb:: with SMTP id t11mr3187696ejt.295.1606404945101; Thu, 26 Nov 2020 07:35:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606404945; cv=none; d=google.com; s=arc-20160816; b=OZVsb0hb7871W0GHr0rw0iEgdMJlphKnCfkG3out3RmfCxylFKZHCBPsHUryBgqZ6B ukA/mQ8lAt3l0JRtcNaUIixfhVy86GQOhfv7euGnOJjoVs5+WA+huqMGQp/t4GSTUOrT tGaIjeVLx+7vIaE7RCN8byuZqqTtYkrotC2Cw/xDYQxQQnJssarp6lt7hrnDTqbpM/f1 7D2lnlGYgz3H0DY7fX7XrBdC4stRZksuX01RgttNkD05PttUmBh+Ou1aCIfdqDDpgxM1 +gm3+XtMRYl0/qukamwIW8q9fXIwvcqWpWDXEa/8D+ciGz1MMW6k0T9s7cLOhUqkk/J0 W90A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=rZBF/ZEJTAaEblr1QGdGamHXHSrkRF3jNO9d424tcyw=; b=mD2vWUDhyxK2QK83sUqb1PpuYWolSns5bGmUeqvIwVpIkevZgdCBi6fxdaSgvitprZ 1HDjAWNe6u1OnakGFqQUO8+UbiKq6iQV2jMW0vcY+sU86w+bHOsa1Bymh2isVQnORObP U4NhetG38hVO7j5zNnnHxn+Y1YvAbWOpjQQcCll3aOrCsqWAUXWarpT4ZQg56hvU9inp /+q4w3glYegUOrMI3OHufmPFkiafZ+bA3rLaxtys7KlfdPFEvJHCM427hewTND8bmdZ2 dZIZ3MgUdkK7lFs/QY+uPfeByIvQmdVunIJOBkzYT4ZS+aNBEfUihOyy6oIOLResUvsI 1L4Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id oi22si3701385ejb.690.2020.11.26.07.35.21; Thu, 26 Nov 2020 07:35:45 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391397AbgKZPdY (ORCPT + 99 others); Thu, 26 Nov 2020 10:33:24 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:13801 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731658AbgKZPdX (ORCPT ); Thu, 26 Nov 2020 10:33:23 -0500 X-Originating-IP: 86.194.74.19 Received: from localhost (lfbn-lyo-1-997-19.w86-194.abo.wanadoo.fr [86.194.74.19]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 139FF24001A; Thu, 26 Nov 2020 15:33:20 +0000 (UTC) Date: Thu, 26 Nov 2020 16:33:20 +0100 From: Alexandre Belloni To: Lee Jones Cc: linus.walleij@linaro.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Russell King , Nicolas Ferre , Ludovic Desroches Subject: Re: [PATCH v3 16/25] arch: arm: mach-at91: pm: Move prototypes to mutually included header Message-ID: <20201126153320.GE1296649@piout.net> References: <20200713144930.1034632-1-lee.jones@linaro.org> <20200713144930.1034632-17-lee.jones@linaro.org> <20201112093918.GV2063125@dell> <20201126132840.GD2455276@dell> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201126132840.GD2455276@dell> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26/11/2020 13:28:40+0000, Lee Jones wrote: > Both the caller and the supplier's source file should have access to > the include file containing the prototypes. > > Fixes the following W=1 kernel build warning(s): > > drivers/pinctrl/pinctrl-at91.c:1637:6: warning: no previous prototype for ‘at91_pinctrl_gpio_suspend’ [-Wmissing-prototypes] > 1637 | void at91_pinctrl_gpio_suspend(void) > | ^~~~~~~~~~~~~~~~~~~~~~~~~ > drivers/pinctrl/pinctrl-at91.c:1661:6: warning: no previous prototype for ‘at91_pinctrl_gpio_resume’ [-Wmissing-prototypes] > 1661 | void at91_pinctrl_gpio_resume(void) > | ^~~~~~~~~~~~~~~~~~~~~~~~ > > Cc: Russell King > Cc: Nicolas Ferre > Cc: Alexandre Belloni > Cc: Ludovic Desroches > Signed-off-by: Lee Jones Acked-by: Alexandre Belloni This is my ack in case Linus wants that to go through the pinctrl tree, which is fine with me. I can also take it through the at91 tree with Linus' ack. > --- > arch/arm/mach-at91/pm.c | 19 ++++++++----------- > drivers/pinctrl/pinctrl-at91.c | 2 ++ > include/soc/at91/pm.h | 16 ++++++++++++++++ > 3 files changed, 26 insertions(+), 11 deletions(-) > create mode 100644 include/soc/at91/pm.h > > diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c > index 120f9aa6fff32..90dcdfe3b3d0d 100644 > --- a/arch/arm/mach-at91/pm.c > +++ b/arch/arm/mach-at91/pm.c > @@ -17,6 +17,8 @@ > #include > #include > > +#include > + > #include > #include > #include > @@ -25,17 +27,6 @@ > #include "generic.h" > #include "pm.h" > > -/* > - * FIXME: this is needed to communicate between the pinctrl driver and > - * the PM implementation in the machine. Possibly part of the PM > - * implementation should be moved down into the pinctrl driver and get > - * called as part of the generic suspend/resume path. > - */ > -#ifdef CONFIG_PINCTRL_AT91 > -extern void at91_pinctrl_gpio_suspend(void); > -extern void at91_pinctrl_gpio_resume(void); > -#endif > - > struct at91_soc_pm { > int (*config_shdwc_ws)(void __iomem *shdwc, u32 *mode, u32 *polarity); > int (*config_pmc_ws)(void __iomem *pmc, u32 mode, u32 polarity); > @@ -326,6 +317,12 @@ static void at91_pm_suspend(suspend_state_t state) > static int at91_pm_enter(suspend_state_t state) > { > #ifdef CONFIG_PINCTRL_AT91 > + /* > + * FIXME: this is needed to communicate between the pinctrl driver and > + * the PM implementation in the machine. Possibly part of the PM > + * implementation should be moved down into the pinctrl driver and get > + * called as part of the generic suspend/resume path. > + */ > at91_pinctrl_gpio_suspend(); > #endif > > diff --git a/drivers/pinctrl/pinctrl-at91.c b/drivers/pinctrl/pinctrl-at91.c > index 72edc675431ce..0a7e10d39505c 100644 > --- a/drivers/pinctrl/pinctrl-at91.c > +++ b/drivers/pinctrl/pinctrl-at91.c > @@ -23,6 +23,8 @@ > /* Since we request GPIOs from ourself */ > #include > > +#include > + > #include "pinctrl-at91.h" > #include "core.h" > > diff --git a/include/soc/at91/pm.h b/include/soc/at91/pm.h > new file mode 100644 > index 0000000000000..7a41e53a3ffa3 > --- /dev/null > +++ b/include/soc/at91/pm.h > @@ -0,0 +1,16 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > +/* > + * Atmel Power Management > + * > + * Copyright (C) 2020 Atmel > + * > + * Author: Lee Jones > + */ > + > +#ifndef __SOC_ATMEL_PM_H > +#define __SOC_ATMEL_PM_H > + > +void at91_pinctrl_gpio_suspend(void); > +void at91_pinctrl_gpio_resume(void); > + > +#endif /* __SOC_ATMEL_PM_H */ > -- > 2.25.1 -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com