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=-13.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT 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 EB88FC43459 for ; Mon, 13 Jul 2020 14:50:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C52B42067D for ; Mon, 13 Jul 2020 14:50:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="lSffMAIj" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729927AbgGMOul (ORCPT ); Mon, 13 Jul 2020 10:50:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730170AbgGMOtu (ORCPT ); Mon, 13 Jul 2020 10:49:50 -0400 Received: from mail-wr1-x441.google.com (mail-wr1-x441.google.com [IPv6:2a00:1450:4864:20::441]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55936C061794 for ; Mon, 13 Jul 2020 07:49:50 -0700 (PDT) Received: by mail-wr1-x441.google.com with SMTP id b6so16862382wrs.11 for ; Mon, 13 Jul 2020 07:49:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=kuZnz7WuCOMkwDD1kHF8duV0gwdGWneD0aepHdWTlsw=; b=lSffMAIjiDbbph0NJ5hNiH1AnJltYNVex8/8sTcMzvYkMUyX77Q3xj/RGRxV9ATaU8 XM22k/9VDkCjEJHMDcF87f838xV4wRGPOZLlHoBVaNtGuWtYrGfo7DFvqicNsiqWLLkt /1ZefGA4zC6egSe8n7ZXocpE4RF4ZcCP1Bd40TGZvnE/OEfTWaogYF78VOJkDHa9AFY3 0mXklzgSiLdNYEKkh/wQTaX06KVng8upiqlTs3MWKMTdRT4SFtfQQLr/3oik3Qlqaevn GTiErSTcJFFrdtyDpjGNSXK5qq5BIV1KLGXz3QD/7wOkJNvbYxuxZgUm0b6z36bYajQe I3Og== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kuZnz7WuCOMkwDD1kHF8duV0gwdGWneD0aepHdWTlsw=; b=p7FYzDydJh+B+z1OdEbWqQ69Q4D1ne/t6bLAt7El3QjEHqWtcAMkPk7kGa0QHdG1C2 LwRFa42MGxm/dChEm7Oq0BtBvQb7yMn0OlINbbxOaDjRhNPLA4oqlAJg2Y/jxhVayveN rms/Yj0xXGTL137/J4KFv7s/vwo7WDdoKNaxtLeqH+Zyf169YSAzUoJ65aGLi1NvX6GW 2+SmIVWO3AxBQXjIo5iG0Q3vS/MPcAqEIe6KEpZJEeZaThIoNZhYheiH7T7OVKfWLzis J+b6Dd7272syn8i750J6P+/Rc/b5vchR8k/HJVN6jBgqUn9i1i+gqt64ckXS9BqzyK+k +Q3Q== X-Gm-Message-State: AOAM532I0e77j6FKfqrccwy+Xy5dA1pp/cxmDYV5WOTKB5qosR3lKdiv k2jO0ZaDaEsmLrOi0T0qEaB9bg== X-Google-Smtp-Source: ABdhPJzkOTntVNtUria3IBB0VG3R6nUJqy1bqOevtJXFhPJPtP/bOJjtNVSzIbSuXkHNiEmPBZr0ZQ== X-Received: by 2002:adf:92c4:: with SMTP id 62mr77834184wrn.290.1594651789134; Mon, 13 Jul 2020 07:49:49 -0700 (PDT) Received: from localhost.localdomain ([2.31.163.6]) by smtp.gmail.com with ESMTPSA id o29sm26207756wra.5.2020.07.13.07.49.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 07:49:48 -0700 (PDT) From: Lee Jones To: linus.walleij@linaro.org Cc: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Lee Jones , Ludovic Desroches , Nicolas Ferre , Alexandre Belloni Subject: [PATCH 15/25] pinctrl: pinctrl-at91-pio4: PM related attribute descriptions Date: Mon, 13 Jul 2020 15:49:20 +0100 Message-Id: <20200713144930.1034632-16-lee.jones@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200713144930.1034632-1-lee.jones@linaro.org> References: <20200713144930.1034632-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Fixes the following W=1 kernel build warning(s): drivers/pinctrl/pinctrl-at91-pio4.c:132: warning: Function parameter or member 'pm_wakeup_sources' not described in 'atmel_pioctrl' drivers/pinctrl/pinctrl-at91-pio4.c:132: warning: Function parameter or member 'pm_suspend_backup' not described in 'atmel_pioctrl' Cc: Ludovic Desroches Cc: Nicolas Ferre Cc: Alexandre Belloni Signed-off-by: Lee Jones --- drivers/pinctrl/pinctrl-at91-pio4.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pinctrl/pinctrl-at91-pio4.c b/drivers/pinctrl/pinctrl-at91-pio4.c index 54222ccddfb19..8e5a5053a47e2 100644 --- a/drivers/pinctrl/pinctrl-at91-pio4.c +++ b/drivers/pinctrl/pinctrl-at91-pio4.c @@ -106,6 +106,8 @@ struct atmel_pin { * @irq_domain: irq domain for the gpio controller. * @irqs: table containing the hw irq number of the bank. The index of the * table is the bank id. + * @pm_wakeup_sources: bitmap of wakeup sources (lines) + * @pm_suspend_backup: backup/restore register values on suspend/resume * @dev: device entry for the Atmel PIO controller. * @node: node of the Atmel PIO controller. */ -- 2.25.1