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 6EF13C64EC4 for ; Wed, 8 Mar 2023 16:20:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229764AbjCHQU3 (ORCPT ); Wed, 8 Mar 2023 11:20:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57630 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229574AbjCHQUZ (ORCPT ); Wed, 8 Mar 2023 11:20:25 -0500 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 17EF4B6926; Wed, 8 Mar 2023 08:20:23 -0800 (PST) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 328GKEPW078456; Wed, 8 Mar 2023 10:20:14 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1678292414; bh=ZZWvuPuHCAyPcR/LCGAMM4pzjn50c6d9ZHF4PKiN8mw=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=LUCnQ8IkHlfSwFEr4X7eJSxZB61mja61EE7pRMM+YuA/IL9Ydk7TmDOVj1e/ptvwU g5/QsAv2C/LxQRgxeX2g9KCbrtZPNwOe3WbU4Ke/TDfwZInRI8tabbJaGZAz2bfbHY DKtIPI+0MWMM4KqKk7fq4HxPOiaQq77/V7MK56u0= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 328GKEev118313 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 8 Mar 2023 10:20:14 -0600 Received: from DFLE106.ent.ti.com (10.64.6.27) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Wed, 8 Mar 2023 10:20:14 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Wed, 8 Mar 2023 10:20:14 -0600 Received: from [128.247.81.39] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 328GKDIS046027; Wed, 8 Mar 2023 10:20:14 -0600 Message-ID: Date: Wed, 8 Mar 2023 10:20:13 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH 3/6] gpio: sch311x: Use devm_gpiochip_add_data() to simplify remove path Content-Language: en-US To: Andy Shevchenko CC: Bartosz Golaszewski , Peter Tyser , Andy Shevchenko , Linus Walleij , , References: <20230307165432.25484-1-afd@ti.com> <20230307165432.25484-3-afd@ti.com> <9c705260-c04c-da2e-db9a-df3ddfb69efc@ti.com> From: Andrew Davis In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? Will add a cover letter for v3 and drop the first patch that's in your tree already. Andrew