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.4 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 867BCC07E99 for ; Mon, 12 Jul 2021 13:40:50 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 53DF360FE7 for ; Mon, 12 Jul 2021 13:40:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 53DF360FE7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com 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=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=nmEUXD0Hi5FuGbi0/yl1qji9d2MKaCpZ8DVkuzwEPLI=; b=kw1KsxtlsZALR2 hl9P5V1CZ//jCoiuB4KOp8DxbHUgXs+53090nWieyTjpHYwrl0O5P9ojaeBwLl3QObsWUElPiDYTy YAmx2xaAeuZiArDlqaC6xNB4yQq/jLgvSR6gCrXQelBHj4rHASP1qxsFREQDtTpOEQffOraUPXP8q n9qBD+r5LM/O+nFJ3FwRhtC1nkzK2ZLLl4Rj/U8BQdD/cw0BXEu8mkSpoYXRlBkh8fiO2n+gj0i05 GvdoHI/yZ4b2URhQpdsyi5N6MyekrnZ6TRpjnGpo4bi/UiPw2PoJZE7N0Vu5pyJkD9jgjsp6NAsxH 555+sAkhVoCUm40+hy4Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m2w9J-007PuN-Ca; Mon, 12 Jul 2021 13:39:05 +0000 Received: from mga14.intel.com ([192.55.52.115]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m2w9F-007Pdh-Vt for linux-arm-kernel@lists.infradead.org; Mon, 12 Jul 2021 13:39:03 +0000 X-IronPort-AV: E=McAfee;i="6200,9189,10042"; a="209798637" X-IronPort-AV: E=Sophos;i="5.84,234,1620716400"; d="scan'208";a="209798637" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2021 06:37:00 -0700 X-IronPort-AV: E=Sophos;i="5.84,234,1620716400"; d="scan'208";a="451389545" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2021 06:36:58 -0700 Received: from andy by smile with local (Exim 4.94.2) (envelope-from ) id 1m2w7B-00CF8s-1i; Mon, 12 Jul 2021 16:36:53 +0300 Date: Mon, 12 Jul 2021 16:36:53 +0300 From: Andy Shevchenko To: Linus Walleij Cc: Linux ARM , linux-kernel , Russell King , Bartosz Golaszewski Subject: Re: [PATCH v2 1/1] ARM: Drop ARCH_NR_GPIOS definition Message-ID: References: <20210510114107.43006-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210712_063902_076740_8CDFB670 X-CRM114-Status: GOOD ( 17.98 ) 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 Thu, May 20, 2021 at 11:18:11AM +0300, Andy Shevchenko wrote: > On Thu, May 20, 2021 at 2:26 AM Linus Walleij wrote: > > 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. > > Nope, I'm not. Please do, thanks! > > Since he kept silent I suppose it means an agreement on the change. > It's quite straightforward and can be tested easily. Any new on this, please? It's kinda not good when the (simplest) patch is stuck like this :-( -- With Best Regards, Andy Shevchenko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-8.8 required=3.0 tests=BAYES_00, 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 CB0C6C07E9A for ; Mon, 12 Jul 2021 13:37:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ACBEF61006 for ; Mon, 12 Jul 2021 13:37:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234575AbhGLNjy (ORCPT ); Mon, 12 Jul 2021 09:39:54 -0400 Received: from mga04.intel.com ([192.55.52.120]:58087 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229503AbhGLNjs (ORCPT ); Mon, 12 Jul 2021 09:39:48 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10042"; a="208162635" X-IronPort-AV: E=Sophos;i="5.84,234,1620716400"; d="scan'208";a="208162635" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2021 06:37:00 -0700 X-IronPort-AV: E=Sophos;i="5.84,234,1620716400"; d="scan'208";a="451389545" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2021 06:36:58 -0700 Received: from andy by smile with local (Exim 4.94.2) (envelope-from ) id 1m2w7B-00CF8s-1i; Mon, 12 Jul 2021 16:36:53 +0300 Date: Mon, 12 Jul 2021 16:36:53 +0300 From: Andy Shevchenko To: Linus Walleij Cc: Linux ARM , linux-kernel , Russell King , Bartosz Golaszewski Subject: Re: [PATCH v2 1/1] ARM: Drop ARCH_NR_GPIOS definition Message-ID: References: <20210510114107.43006-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 20, 2021 at 11:18:11AM +0300, Andy Shevchenko wrote: > On Thu, May 20, 2021 at 2:26 AM Linus Walleij wrote: > > 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. > > Nope, I'm not. Please do, thanks! > > Since he kept silent I suppose it means an agreement on the change. > It's quite straightforward and can be tested easily. Any new on this, please? It's kinda not good when the (simplest) patch is stuck like this :-( -- With Best Regards, Andy Shevchenko