From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Subject: Re: [PATCH v10 00/10] Introduce the for_each_set_clump8 macro Date: Fri, 22 Mar 2019 21:12:02 +0200 Message-ID: <20190322191202.GC9224@smile.fi.intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: William Breathitt Gray Cc: linus.walleij@linaro.org, akpm@linux-foundation.org, linux-gpio@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, linux@rasmusvillemoes.dk, yamada.masahiro@socionext.com, bgolaszewski@baylibre.com, linux-arm-kernel@lists.infradead.org List-Id: linux-gpio@vger.kernel.org On Thu, Mar 14, 2019 at 09:29:32PM +0900, William Breathitt Gray wrote: > Changes in v10: > - Fix off-by-one error in bitmap initialization in the > test_for_each_set_clump8 function > - Fix typos in clump_exp array definition in test_bitmap.c ("0x28" > should have been "0x38") > - Utilize for_each_set_clump8 macro in intel_soc_dts_iosf.c One more, can you look at gen_74x164_set_multiple() ? It seems a candidate as well, if I'm not mistaken. -- With Best Regards, Andy Shevchenko 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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT 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 F0E03C43381 for ; Fri, 22 Mar 2019 19:13:11 +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 C8E132175B for ; Fri, 22 Mar 2019 19:13:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="e9nHuenm" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C8E132175B 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+infradead-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.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=cQYN/MisjLzDY8KZnAwNGhRU75fzyj0TOGRXP/h7E8k=; b=e9nHuenmdW8xrL j/2+gH6vZxTQuzBMfNYuGFBDXwNJ9e2sBGop3+jM3JMyTOLpuuq3iIM7eCyWlo37bL6vyhEhIGW/m S77JC6P+0Zcioe63QMuOSJJ6kj1YGyIBTUY+FiKYEGhOEiXA+oZUegFr3SbuH8cO+PxscEC7DO8GQ G2RerNYLQ5R3W9buzImOP//1nF3IkTS3m9hnuQBZoxQq8Nrl0fX49IHpY0hhFpNtJQrt4Iy9MgjfN 9Fp/OkakZInXruXWYyw4LDqPNjYtWOuXwQMbkH5EnaEVJF+tRT8d9iak4S/fyBUccYl8+WOXX1sZj qMMna238xrRoMs6qWuKg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h7PbI-0000d3-WE; Fri, 22 Mar 2019 19:13:09 +0000 Received: from mga14.intel.com ([192.55.52.115]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h7PbG-0000ch-8x for linux-arm-kernel@lists.infradead.org; Fri, 22 Mar 2019 19:13:07 +0000 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Mar 2019 12:12:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,256,1549958400"; d="scan'208";a="127802059" Received: from smile.fi.intel.com (HELO smile) ([10.237.72.86]) by orsmga008.jf.intel.com with ESMTP; 22 Mar 2019 12:12:03 -0700 Received: from andy by smile with local (Exim 4.92) (envelope-from ) id 1h7PaE-000642-8v; Fri, 22 Mar 2019 21:12:02 +0200 Date: Fri, 22 Mar 2019 21:12:02 +0200 From: Andy Shevchenko To: William Breathitt Gray Subject: Re: [PATCH v10 00/10] Introduce the for_each_set_clump8 macro Message-ID: <20190322191202.GC9224@smile.fi.intel.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190322_121306_328119_ED823B66 X-CRM114-Status: UNSURE ( 8.54 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arch@vger.kernel.org, yamada.masahiro@socionext.com, linus.walleij@linaro.org, linux@rasmusvillemoes.dk, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, bgolaszewski@baylibre.com, akpm@linux-foundation.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Mar 14, 2019 at 09:29:32PM +0900, William Breathitt Gray wrote: > Changes in v10: > - Fix off-by-one error in bitmap initialization in the > test_for_each_set_clump8 function > - Fix typos in clump_exp array definition in test_bitmap.c ("0x28" > should have been "0x38") > - Utilize for_each_set_clump8 macro in intel_soc_dts_iosf.c One more, can you look at gen_74x164_set_multiple() ? It seems a candidate as well, if I'm not mistaken. -- 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