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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 3AD0BC43381 for ; Tue, 5 Jan 2021 14:39:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0CC4122CA2 for ; Tue, 5 Jan 2021 14:39:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727757AbhAEOjs (ORCPT ); Tue, 5 Jan 2021 09:39:48 -0500 Received: from mga01.intel.com ([192.55.52.88]:57659 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726352AbhAEOjr (ORCPT ); Tue, 5 Jan 2021 09:39:47 -0500 IronPort-SDR: 76GgTXaTbOxZI+4owxucJxNXHQhGBNlK59dqgMCyfv/Qa1pkMGV17Az9DYXIgpOnmcTuApvpbo kRiDBnb25b4w== X-IronPort-AV: E=McAfee;i="6000,8403,9854"; a="195646550" X-IronPort-AV: E=Sophos;i="5.78,477,1599548400"; d="scan'208";a="195646550" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 06:38:26 -0800 IronPort-SDR: ORfDRMZuZZIjtE6Ot4XA8E9TvMJhsJAUxJ1mx5ey/k3CoGP/FtoFSprpDMWbSJKdXdzmdZ3M8W V7uDqPgr1s2g== X-IronPort-AV: E=Sophos;i="5.78,477,1599548400"; d="scan'208";a="397844641" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 06:38:20 -0800 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1kwnUX-002Cub-Lc; Tue, 05 Jan 2021 16:39:21 +0200 Date: Tue, 5 Jan 2021 16:39:21 +0200 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Linus Walleij , Syed Nayyar Waris , William Breathitt Gray , Michal Simek , Arnd Bergmann , Robert Richter , Masahiro Yamada , Andrew Morton , Zhang Rui , Daniel Lezcano , "(Exiting) Amit Kucheria" , Linux-Arch , "open list:GPIO SUBSYSTEM" , "linux-kernel@vger.kernel.org" , Linux ARM , Linux PM list Subject: Re: [PATCH 0/5] Introduce the for_each_set_clump macro Message-ID: <20210105143921.GL4077@smile.fi.intel.com> References: 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 Tue, Jan 05, 2021 at 03:19:13PM +0100, Bartosz Golaszewski wrote: > On Sun, Dec 27, 2020 at 10:27 PM Linus Walleij wrote: > > > > On Sat, Dec 26, 2020 at 7:41 AM Syed Nayyar Waris wrote: > > > > > Since this patchset primarily affects GPIO drivers, would you like > > > to pick it up through your GPIO tree? > > > > Actually Bartosz is handling the GPIO patches for v5.12. > > I tried to merge the patch series before but failed for > > various reasons. > My info on this is a bit outdated - didn't Linus Torvalds reject these > patches from Andrew Morton's PR? Or am I confusing this series with > something else? Linus T. told that it can be done inside GPIO realm. This version tries (badly in my opinion) to achieve that. -- With Best Regards, Andy Shevchenko