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.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,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 07109C433ED for ; Wed, 19 May 2021 23:25:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CEF12611AD for ; Wed, 19 May 2021 23:25:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229973AbhESX0x (ORCPT ); Wed, 19 May 2021 19:26:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229498AbhESX0v (ORCPT ); Wed, 19 May 2021 19:26:51 -0400 Received: from mail-lf1-x135.google.com (mail-lf1-x135.google.com [IPv6:2a00:1450:4864:20::135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B8D8C061574 for ; Wed, 19 May 2021 16:25:30 -0700 (PDT) Received: by mail-lf1-x135.google.com with SMTP id r5so21582807lfr.5 for ; Wed, 19 May 2021 16:25:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=JOC+TuBth9w4PDR0X1gC/Y5yacNS7n2tu/wA6Y4LAyE=; b=gEJaptQMvmmzyyPVo9np874c6Ut3HKzbso8Hd7ebIJmZmIPcLy8il2FLXdJOeU4xjH RJL5H3b1cAQOiR1HkLt+6Vl2DWZIZG8Od6ZcRF9q7bfjeY88GjkAGes4dFwkUzKGj2/E DRDxGMtkjOpFNiqJ8EAbVoO4KmquuSYn/dtar5BI+dDmLvLLbjvYecKUFm+LHxCQooIu iSFFeE5V6cr4A1kPyfhFXNvVrZbVM/gOsuEwsJzS0Ta8/1Tn7Q4MvqQLudHwMRFrrA+8 stg37UiiC0IdrSc0cFItCaPBor1JsOph4J7aPql4jWl+vS4eDDMXEVbGsnQMbSg/0fMa nyLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=JOC+TuBth9w4PDR0X1gC/Y5yacNS7n2tu/wA6Y4LAyE=; b=JAkFGiLJ0/YSozF+GH/WW81iF9L18ip8DjK0DiacW2GFX3vW98DjUem/jaUQZcRzpz grmdWSI8ihgeH+wq0ikhIQ9LiNw8n+f11B5SridT+dIHBbKkjfcPbUvBXShtGemoQ4IT RrjINFGNexb1SXtOPAnHwaAkb3tN9kdbQL6VitPiGghBQqyXOwamqxepqZ7EakWpN4Bx tJ/jKBb4fbseUd7ldqZjaCHpO5EGhibyhNXN7nIKceEdlybyJ4fY01yh/7+GBOQMs2I5 8kDDaySSuiQZLO5th0RrFNODMUfIrhkhI5fBmTGREX84mZEB2tw614pimPFMY79yquAd 4J+g== X-Gm-Message-State: AOAM532Zal+axt3b/lE8WHAJO/CKd3qAsuLC1L4EyJdC1+NOyN2CieFO VuhuzMvAdnCInxbmJzA2UVmyikK5gWQjU2CMHVK5Zg== X-Google-Smtp-Source: ABdhPJxSZzSl8GbCOMFZa4erajxVeOrLHp6RcOrW9VCVWDmrJXWFQFqch3CUpInV60lDeRyOE95Q6iR1SG77zCBtpgI= X-Received: by 2002:a19:ef10:: with SMTP id n16mr1020477lfh.649.1621466728564; Wed, 19 May 2021 16:25:28 -0700 (PDT) MIME-Version: 1.0 References: <20210510114107.43006-1-andriy.shevchenko@linux.intel.com> In-Reply-To: <20210510114107.43006-1-andriy.shevchenko@linux.intel.com> From: Linus Walleij Date: Thu, 20 May 2021 01:25:17 +0200 Message-ID: Subject: Re: [PATCH v2 1/1] ARM: Drop ARCH_NR_GPIOS definition To: Andy Shevchenko Cc: Linux ARM , linux-kernel , Russell King , Bartosz Golaszewski Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 10, 2021 at 1:40 PM Andy Shevchenko wrote: > The conditional by the generic header is the same, > hence drop unnecessary duplication. > > Signed-off-by: Andy Shevchenko Reviewed-by: Linus Walleij I think this should go into Russell's patch tracker for convenience, if you're not familiar with it I can sign it off and put it in there, just tell me. Yours, Linus Walleij 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=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,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 14D9AC433B4 for ; Wed, 19 May 2021 23:27:44 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 D2CBA60FF0 for ; Wed, 19 May 2021 23:27:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D2CBA60FF0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.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=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=zZCtXnfU2uDTbpUET5QYko9elb7mu24Z+EjIZ4He2lg=; b=LBKO85u4p+2yG+VTBtSvbDjIC 4mIqgDkHFTkCNCFHeg3CyGkuq6c5IqatoIXUsP6RuIHp09qX5CjkqgvrGTFaTGZrS0LHR9UQg26vl eP8zlE06z/L1c1h/+x8dtgRaDP3M4yL2KBleGiCyaxnNltoY0v+2Lp1xOzXuYxHuWGQeDiwNSKwQj O39wnA0Ou9Mlxz9gJH1xJvok3shEyAvqhbQJHL4gISuyquK/7ynM6pGjLvH23T3GydAKSwKYG+ytw tdw9IC4onhhWuGtWgmJoSrY9YIOZRWr+a1egoE67kt8hxFZdZTrpBpBDuvxa4ruBEeZugXVYtuqA9 mQNuO6gbw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1ljVZM-005KsY-I4; Wed, 19 May 2021 23:25:40 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ljVZH-005Krh-6W for linux-arm-kernel@desiato.infradead.org; Wed, 19 May 2021 23:25:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Type:Cc:To:Subject:Message-ID :Date:From:In-Reply-To:References:MIME-Version:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=JOC+TuBth9w4PDR0X1gC/Y5yacNS7n2tu/wA6Y4LAyE=; b=kiapYocNvIdC8W5N0M3sh+ged4 E4YzpYfbjhildcox8oZVfZYXfQhkN4g5m1lVPf7u35pcOrhbi7nLnPOJJNCGJ2WhsmjkCeLzgc3UR hndefFqCJ2e8+i2SYG2qrb9FdBbfKoO/uY6pVeSjWAglflEaNv+yFOG+uYBTstUqh/hFx5N6BQOqN eYT6mu9iWM8Vif+uzRatyU1jRIlvE977M9MKJZXy6d9f01KO76a7P59uW1UN0A/OSjKUjNkvg+26U 9FKHKSSSUWFwDg+idyqlEd+rfnoS5DfMc//qjKe3rU6o7epQdKGWbznALrD1sL/BRCZM6I9aldHPs 54V05f5A==; Received: from mail-lf1-x12b.google.com ([2a00:1450:4864:20::12b]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ljVZE-00FqFR-MQ for linux-arm-kernel@lists.infradead.org; Wed, 19 May 2021 23:25:33 +0000 Received: by mail-lf1-x12b.google.com with SMTP id q7so20260468lfr.6 for ; Wed, 19 May 2021 16:25:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=JOC+TuBth9w4PDR0X1gC/Y5yacNS7n2tu/wA6Y4LAyE=; b=gEJaptQMvmmzyyPVo9np874c6Ut3HKzbso8Hd7ebIJmZmIPcLy8il2FLXdJOeU4xjH RJL5H3b1cAQOiR1HkLt+6Vl2DWZIZG8Od6ZcRF9q7bfjeY88GjkAGes4dFwkUzKGj2/E DRDxGMtkjOpFNiqJ8EAbVoO4KmquuSYn/dtar5BI+dDmLvLLbjvYecKUFm+LHxCQooIu iSFFeE5V6cr4A1kPyfhFXNvVrZbVM/gOsuEwsJzS0Ta8/1Tn7Q4MvqQLudHwMRFrrA+8 stg37UiiC0IdrSc0cFItCaPBor1JsOph4J7aPql4jWl+vS4eDDMXEVbGsnQMbSg/0fMa nyLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=JOC+TuBth9w4PDR0X1gC/Y5yacNS7n2tu/wA6Y4LAyE=; b=tpVRF1S9e/II3wz9jI0RJC9qvWH2Yo8gSiFs5IjpSGYmN2O2b2maLQDQnMHJRiMCLO kmzaUxDgO1Bw3/31BfX3j8o/+dPAAdFI/HddK3XBQeHK+FJwUNsxtHSq9nsxJQZtY+PO JZjq19bHoo8An8juJMX80jT0Cz4vuP7zSmUwE7X9XVjHZNQDeZZ1Paw9IrgRB6EragNQ HOQ/7b7A48KWjeSpO0ejFhiI18EuwUnU5UXqXJKIHvJrtzuupaToPGaqKdFVN4uLUxN1 8xfD1uaZqe1lb+LpeYsJ7CedaqKXY36MgG7HohVK0nIyBNBKcczgQ0Y9XvxsLITPCYpk 7hFQ== X-Gm-Message-State: AOAM531jgmziS400VJY7FamJ20pCq/NlC2fANkvS+YL189mQ0blYVqni lmM2BjNBDeT5dtS4d8tQBnn4SXb6Ah8RcPf8MDcLrg== X-Google-Smtp-Source: ABdhPJxSZzSl8GbCOMFZa4erajxVeOrLHp6RcOrW9VCVWDmrJXWFQFqch3CUpInV60lDeRyOE95Q6iR1SG77zCBtpgI= X-Received: by 2002:a19:ef10:: with SMTP id n16mr1020477lfh.649.1621466728564; Wed, 19 May 2021 16:25:28 -0700 (PDT) MIME-Version: 1.0 References: <20210510114107.43006-1-andriy.shevchenko@linux.intel.com> In-Reply-To: <20210510114107.43006-1-andriy.shevchenko@linux.intel.com> From: Linus Walleij Date: Thu, 20 May 2021 01:25:17 +0200 Message-ID: Subject: Re: [PATCH v2 1/1] ARM: Drop ARCH_NR_GPIOS definition To: Andy Shevchenko Cc: Linux ARM , linux-kernel , Russell King , Bartosz Golaszewski X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210519_162532_813328_54500913 X-CRM114-Status: GOOD ( 11.86 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 On Mon, May 10, 2021 at 1:40 PM Andy Shevchenko wrote: > The conditional by the generic header is the same, > hence drop unnecessary duplication. > > Signed-off-by: Andy Shevchenko Reviewed-by: Linus Walleij I think this should go into Russell's patch tracker for convenience, if you're not familiar with it I can sign it off and put it in there, just tell me. Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel