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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75532C83F12 for ; Mon, 28 Aug 2023 12:57:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231202AbjH1M4n (ORCPT ); Mon, 28 Aug 2023 08:56:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230001AbjH1M4O (ORCPT ); Mon, 28 Aug 2023 08:56:14 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 74E33C3; Mon, 28 Aug 2023 05:56:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1693227372; x=1724763372; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=vv6HncaZEIkidVNHs/w/oDTC2lXu+yxON6G+UR6Vi6k=; b=lV9wz4C8AO+8bNrS3KccAv4yWgFyrtU3HGwAQNL/nVGRjwMe120DC8tM mlEXgqutRS/Ryl4d1QTy6MLek1PpkCXVhBKr+ygYADOcK3r8OM5kT8rvh bREsi714305CwiBKQD91L98hec6RDCn+HQbiCiSt81EYp7PqELpF4eOov fmIbBXU+IIyAvCEuU0DyAOTzXzYeRu5w6HI5EO2paMOAC5ZkrRaHiu1AZ 1+S9MDJaDkuauFM6KCnbwO/6JvwnRaV9TRgWcc01zDKqpFjWD1bnZtI81 OxTjgcGtfzAsT9e90YmkmNE+An/FQYpFlGm4ps08WmixfCclfaPqmB9qb Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10816"; a="377821489" X-IronPort-AV: E=Sophos;i="6.02,207,1688454000"; d="scan'208";a="377821489" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Aug 2023 05:56:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.01,202,1684825200"; d="scan'208";a="881927692" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga001.fm.intel.com with ESMTP; 28 Aug 2023 05:56:14 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qabmo-001QLi-3C; Mon, 28 Aug 2023 15:56:06 +0300 Date: Mon, 28 Aug 2023 15:56:06 +0300 From: Andy Shevchenko To: Biju Das Cc: Jonathan Cameron , Lars-Peter Clausen , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , "linux-iio@vger.kernel.org" , Geert Uytterhoeven , Prabhakar Mahadev Lad , "linux-renesas-soc@vger.kernel.org" , Matt Ranostay Subject: Re: [PATCH v2] iio: chemical: vz89x: Convert enum->pointer for data in the match tables Message-ID: References: <20230818190429.338065-1-biju.das.jz@bp.renesas.com> <20230828133525.5afaea4f@jic23-huawei> 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-iio@vger.kernel.org On Mon, Aug 28, 2023 at 12:43:51PM +0000, Biju Das wrote: > > On Fri, 18 Aug 2023 20:04:29 +0100 > > Biju Das wrote: > > Make sure you cc the driver authors etc. > > Normally, I ran a script against the patch to get details and additionally I > add Geert, renesas-soc , Andy in Cc list. I use [1] for the submissions and seems in 99.9% it works just as expected. Can you compare the difference in the heuristics? [1]: https://github.com/andy-shev/home-bin-tools/blob/master/ge2maintainer.sh -- With Best Regards, Andy Shevchenko