Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EFBC5C54EAA for ; Fri, 27 Jan 2023 13:35:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234796AbjA0Nfd (ORCPT ); Fri, 27 Jan 2023 08:35:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233969AbjA0Nfa (ORCPT ); Fri, 27 Jan 2023 08:35:30 -0500 Received: from mail-yb1-xb36.google.com (mail-yb1-xb36.google.com [IPv6:2607:f8b0:4864:20::b36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72AFA1D92A for ; Fri, 27 Jan 2023 05:35:29 -0800 (PST) Received: by mail-yb1-xb36.google.com with SMTP id u72so5973659ybi.7 for ; Fri, 27 Jan 2023 05:35:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=+JlBczZ+fG7R6JQ9nktDvVYnDGRE115Thkzmewvp3F4=; b=NygA6arAMbHn7P/PnR1WwheGhSmyw6qLAHJj9IB6jRprxCmnETGw/fdT67AlI5AAHt x740bkfwo2MpNcdepS2pC8rcuQW2UHjWNBxbFA45yX4KtGPE1CKfD/kLtlAb+TdQlvHB mkUfOGjqpBDoJh01JY8NINzIMZxMKaIG+bU47OJqg+O2ZrRcHblrGPJoOURpscYBE7jn lVjyWyGHbYxcDeOjnMiLWJNFlANwAeNONVgXUHIDEMcKVbfb1g94Lyd8+HTbz66AGRUY ++JtEpygBZb6JmYQjvBWxYVBDXIDVp15rUE0vymW8kpsGHNn+FH3g6vrkygXqA6plcau uI3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=+JlBczZ+fG7R6JQ9nktDvVYnDGRE115Thkzmewvp3F4=; b=Se9qZ///9mI1cxd5lnqI8USG7kkyC88FU06jm6/TLMdxTxA+1XXCbG+PIPtOPR5Gm3 8Mnb8A7Wgw8FcFEdxi7luMoegBmlaHMCyJmLQCVHlTQFKbVG4U7486wLdPcT7w8V0NFP obrNDFJZGqk5fDNxVSmdKxaLVt/ilNsGgMas2iFI2nEpgg8151N/Iec09B3CUqQBpdQE 3pBDt/FHkrQnnDRwq3cGeAOqFAx7mLdSx/G8S2WbHgLNWy+hrWVIfUZkLMluHk/bbBB9 X/T4ZaX25I6FUiF9a7wdERNH0MpjjACVep7GXKAFdZ/nWsqO/m2+DKVK6kGI89DP8ndJ +cMw== X-Gm-Message-State: AFqh2kr5ag97orR0JoHb5SH5qOFsAkekAZcgZyxQaJotl6xrV5Y9VJtH 4YyAZ7jHg5U5DUdy/sPQcLywfm+ceT858SLqMuyiivDToy32TYJP X-Google-Smtp-Source: AMrXdXs8LpY8+SIRcxq+5MJlyno9csqwNoT4DlT60NMH3d/zyJdHGHyD/Z7d9QKSpoZurSghjMmivfFw6s2gFzi3OJQ= X-Received: by 2002:a5b:38b:0:b0:7ca:9b40:72a7 with SMTP id k11-20020a5b038b000000b007ca9b4072a7mr4948223ybp.130.1674826528746; Fri, 27 Jan 2023 05:35:28 -0800 (PST) MIME-Version: 1.0 References: <20230127101149.3475929-1-arnd@kernel.org> <20230127101149.3475929-4-arnd@kernel.org> In-Reply-To: <20230127101149.3475929-4-arnd@kernel.org> From: Linus Walleij Date: Fri, 27 Jan 2023 14:35:17 +0100 Message-ID: Subject: Re: [PATCH v2 3/7] gpiolib: remove asm-generic/gpio.h To: Arnd Bergmann Cc: linux-gpio@vger.kernel.org, Arnd Bergmann , Andy Shevchenko , Bartosz Golaszewski , Christophe Leroy , Dmitry Torokhov , linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 27, 2023 at 11:12 AM Arnd Bergmann wrote: > From: Arnd Bergmann > > The asm-generic/gpio.h file is now always included when > using gpiolib, so just move its contents into linux/gpio.h > with a few minor simplifications. > > Signed-off-by: Arnd Bergmann Reviewed-by: Linus Walleij Yours, Linus Walleij