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 93B4DC64EC4 for ; Wed, 8 Mar 2023 16:33:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229956AbjCHQdH (ORCPT ); Wed, 8 Mar 2023 11:33:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48350 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229873AbjCHQdC (ORCPT ); Wed, 8 Mar 2023 11:33:02 -0500 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34CA348E11; Wed, 8 Mar 2023 08:32:59 -0800 (PST) X-IronPort-AV: E=McAfee;i="6500,9779,10642"; a="334911357" X-IronPort-AV: E=Sophos;i="5.98,244,1673942400"; d="scan'208";a="334911357" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2023 08:32:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10642"; a="922847989" X-IronPort-AV: E=Sophos;i="5.98,244,1673942400"; d="scan'208";a="922847989" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga006.fm.intel.com with ESMTP; 08 Mar 2023 08:32:57 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pZwim-00HVqn-16; Wed, 08 Mar 2023 18:32:56 +0200 Date: Wed, 8 Mar 2023 18:32:56 +0200 From: Andy Shevchenko To: Andrew Davis Cc: Bartosz Golaszewski , Peter Tyser , Linus Walleij , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/6] gpio: sch311x: Use devm_gpiochip_add_data() to simplify remove path Message-ID: References: <20230307165432.25484-1-afd@ti.com> <20230307165432.25484-3-afd@ti.com> <9c705260-c04c-da2e-db9a-df3ddfb69efc@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 Wed, Mar 08, 2023 at 10:20:13AM -0600, Andrew Davis wrote: > On 3/8/23 9:53 AM, Andy Shevchenko wrote: > > On Wed, Mar 8, 2023 at 5:50 PM Andrew Davis wrote: > > > On 3/8/23 4:32 AM, Bartosz Golaszewski wrote: > > > > On Wed, Mar 8, 2023 at 11:24 AM Bartosz Golaszewski wrote: ... > > > > I see there's v2 out, backing it out then. > > > > > > Looks like I missed something that kernel test robot found, so there > > > will be a v3. > > > > Just split your series on a per driver basis. This will help with > > understanding what's going on. Also use a cover letter to explain what > > your series is for. > > There is one patch per driver, not sure what you mean by split per driver? In the future for similar cases it's better to split the series on the driver basis, so each patch is sent separately and handled individually. That way you won't need to resend the whole bunch over and over because of some subtle mistake made in the middle. -- With Best Regards, Andy Shevchenko