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.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 A0F56C433DB for ; Sat, 2 Jan 2021 02:01:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6581922241 for ; Sat, 2 Jan 2021 02:01:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727133AbhABCBE (ORCPT ); Fri, 1 Jan 2021 21:01:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34376 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726424AbhABCBE (ORCPT ); Fri, 1 Jan 2021 21:01:04 -0500 Received: from mail-oi1-x231.google.com (mail-oi1-x231.google.com [IPv6:2607:f8b0:4864:20::231]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4A81C061573 for ; Fri, 1 Jan 2021 18:00:23 -0800 (PST) Received: by mail-oi1-x231.google.com with SMTP id 9so25842058oiq.3 for ; Fri, 01 Jan 2021 18:00:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=landley-net.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=AfjOmrg7iUeYMXTyqaD20ilxGzURQEdJ0+CNnRFVMGU=; b=iI/XEOg7PaaIOrNsAsAEEKkj3XEhE3doW4phRnw41BmNpXiGegHbJw+dUKlBAY6TMj 6R6+oaOPGgD+YGJDtV++B9D00PHR96KYErCUdRcT4f4XVqc1vgPOHn/NrDZ4PrJ8SgSa 8o6jFWIclVSIxWCg7LVr5QoFUinUBnBGwTAqs9qec26MBo7UdR9rLpD5ZvvOxPSxiYNe Rj3Q3VffwK//4GY+a24Xain8SiMn4OJTdeISaUX6Opq2Az4vx5TUlGo4cQDlTLzcV4EN jzTf1cMR9aYTA+qu1RdF+MZit5Qq6O/JPSHV5g2S6RjnDo+gTg5ZRpDcb6US7DVJiP1F 5iDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=AfjOmrg7iUeYMXTyqaD20ilxGzURQEdJ0+CNnRFVMGU=; b=cPuToV/Lt0rxOXLEylJdfZfXEOO7ya5R8dEBylp/LXPuigGf2v5QthhH9lA+OLRaeV dpmcdQTCizI4gxT29scPPNtl+pUMmuoJlCeITeO4UlwD7cEfUe9jqyna2FGWkr/xEm6w +idDQ644C7E4ydlDB9+kNl1JJCT0C9iJ2SvuuIHFypjCG3+3soshJoRc7dVmdW36HOIp P4I9qlUgbZvaiacar0YZnNCv26iXSEo2HkSrZuKDs2YOZT26CZhHK/CV+Tc5jYw5xodm ZoS+ZHSYVobZ5E2qHtcB4wy9MDKtlrMFPkiu86cAVFnsR40zU7b7cyE0u0hGbVYkTv9F AR/g== X-Gm-Message-State: AOAM531dAu8zhueeS1gPN/Uw2kRV3QLd11rARtVgHMez1MdycJIGw/US X2y6DHhAQgIbVGtFvaziJvZ1WA== X-Google-Smtp-Source: ABdhPJwlv05rQ4HGDJHa6LYbIvb7NZ459hQbcT8g8xZQj/pqgdMMmh7CSGdpHXYidsAxMSmTSUA2rw== X-Received: by 2002:aca:cc89:: with SMTP id c131mr11403395oig.2.1609552823285; Fri, 01 Jan 2021 18:00:23 -0800 (PST) Received: from [192.168.86.56] ([136.62.4.88]) by smtp.gmail.com with ESMTPSA id m3sm12899049ots.72.2021.01.01.18.00.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 01 Jan 2021 18:00:21 -0800 (PST) Subject: Re: [PATCH v1] sh: Drop ARCH_NR_GPIOS definition To: John Paul Adrian Glaubitz , Andy Shevchenko Cc: Yoshinori Sato , Rich Felker , linux-sh@vger.kernel.org, Bartosz Golaszewski , linux-gpio References: <20201012154050.68039-1-andriy.shevchenko@linux.intel.com> <20201109121333.GC4077@smile.fi.intel.com> <10b4dc8e-db87-3f78-3ab7-e08469b9fe55@landley.net> <20201228213615.GF4077@smile.fi.intel.com> <3a20bc0f-cbdf-6498-5527-e7fd53c3b84d@physik.fu-berlin.de> From: Rob Landley Message-ID: <65ae5b43-d98c-8acf-8324-f83b8abbfa15@landley.net> Date: Fri, 1 Jan 2021 20:12:33 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <3a20bc0f-cbdf-6498-5527-e7fd53c3b84d@physik.fu-berlin.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org On 1/1/21 7:51 AM, John Paul Adrian Glaubitz wrote: > Hi Andy! > > On 12/28/20 10:36 PM, Andy Shevchenko wrote: >> On Wed, Nov 11, 2020 at 10:45:38AM -0600, Rob Landley wrote: >>> On 11/9/20 6:13 AM, Andy Shevchenko wrote: >>>> On Mon, Oct 12, 2020 at 06:40:50PM +0300, Andy Shevchenko wrote: >>>>> The default by generic header is the same, hence drop unnecessary definition. >>>> >>>> Any comment on this? >>> >>> Acked-by: Rob Landley >> >> Thanks! >> >>> It's in the stack I forwarded to Rich to look at this weekend. >> >> Unfortunately I still do not see this in the latest Linux Next. > > Rich already mentioned that he planned to pick up any patches the next > weeks/days. > > I'm currently testing all the patches recently posted for any regressions. I spoke to him on wednesday and he said he was working on it. Rob