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 BDC82C41513 for ; Thu, 17 Aug 2023 12:44:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350919AbjHQMn3 (ORCPT ); Thu, 17 Aug 2023 08:43:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36400 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350900AbjHQMnA (ORCPT ); Thu, 17 Aug 2023 08:43:00 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD6A72D61; Thu, 17 Aug 2023 05:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692276178; x=1723812178; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=Qt428taott+JShp1rj09H5WbPuI4VdtsGaMucNnQ05Q=; b=oDpu11h4L6XhCztYdPrU7CLibTPcIbgF5qmwrt20fppgWdkuO3tCx7fE u4H1a6CBNGaFfe+iWzTmkjTHoLOxbt7oJkYyU8ScB30xhIwjw72FSf9mn LNw+fnW7JYgvXONRdPYli01mQLuud2piojsA6TbNm7mvv3nYDP1HRXqh6 v7PyOd2VHg8UXvmEAkn6jyRRefAi8XVXTf6dzgiXxsstcmZvP2pLXdNbk CdaZb/3QlCYqZ73eeXIKF6LPG3uWKTcD1DT3pd4mCJsEhWHGuwemk/U0K 7FOWXsxgDoNV94dEVA67c4cVBpSjNR8l6wVU+/Ab6StH3GO+YJqBOb4me w==; X-IronPort-AV: E=McAfee;i="6600,9927,10803"; a="403780049" X-IronPort-AV: E=Sophos;i="6.01,180,1684825200"; d="scan'208";a="403780049" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2023 05:42:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10803"; a="981143566" X-IronPort-AV: E=Sophos;i="6.01,180,1684825200"; d="scan'208";a="981143566" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga006.fm.intel.com with ESMTP; 17 Aug 2023 05:42:53 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qWcKx-00Bqlq-0I; Thu, 17 Aug 2023 15:42:51 +0300 Date: Thu, 17 Aug 2023 15:42:50 +0300 From: Andy Shevchenko To: Marcus Folkesson Cc: Kent Gustavsson , Jonathan Cameron , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Cosmin Tanislav , Arnd Bergmann , ChiYuan Huang , Haibo Chen , Ramona Bolboaca , Ibrahim Tilki , ChiaEn Wu , William Breathitt Gray , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v6 1/6] dt-bindings: iio: adc: mcp3911: add support for the whole MCP39xx family Message-ID: References: <20230817120518.153728-1-marcus.folkesson@gmail.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, Aug 17, 2023 at 03:42:21PM +0300, Andy Shevchenko wrote: > On Thu, Aug 17, 2023 at 02:05:13PM +0200, Marcus Folkesson wrote: > > Microchip does have many similar chips, add those to the compatible > > string as the driver support is extended. > > With properly formed cover letter (and using --base) a maintainer may safe > their time by utilizing some features of `b4`. I.e. the > > b4 -slt -M ... b4 shazam -slt -M ... > will treat the series as a PR with summary in cover letter taking into merge > commit. This is really cool feature and from now on I will require people to > submit the series with mandatory cover-letter and --base in use. > > BUT. I'm not the maintainer here, so up to Jonathan to decide. -- With Best Regards, Andy Shevchenko