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=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,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 ED1B8C43381 for ; Fri, 22 Mar 2019 19:12:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C8DCB2190A for ; Fri, 22 Mar 2019 19:12:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727733AbfCVTMH (ORCPT ); Fri, 22 Mar 2019 15:12:07 -0400 Received: from mga02.intel.com ([134.134.136.20]:55340 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727157AbfCVTMH (ORCPT ); Fri, 22 Mar 2019 15:12:07 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.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 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 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-Type: text/plain; charset=us-ascii 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) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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