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 85A50C7EE2A for ; Mon, 5 Jun 2023 21:25:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231418AbjFEVZw (ORCPT ); Mon, 5 Jun 2023 17:25:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42028 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229790AbjFEVZv (ORCPT ); Mon, 5 Jun 2023 17:25:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C653C5; Mon, 5 Jun 2023 14:25:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 156FE62AF7; Mon, 5 Jun 2023 21:25:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3DDDC433D2; Mon, 5 Jun 2023 21:25:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686000349; bh=HGSdS6z7tmyg4+mMCMO/270kF+95QBP4GXhUx/ceSAo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qFt303HxkIfBVNmdvi8/CEEWB9ktYt0Iep92A0wICQtVBw2XnT0Kpt4VxJut/k/pp ujJIIxegRXD76Selw6kosL6szsK4WTLI6yBqd0g/Hw55wmTYEX6LXcFcpKhjZks9NX RvdOStrMWvMdcaYEOuinCa37BBGUXXizdSdWGdLTleuq2c8a1rdz26yFB5Dyo3Aywj z3ms8WZMmZBdseeLgjYgwvnMBD+gCdYuSH4SxDBarNjT1jMXBaUdW56+PdAq90HfJz la+Idm/DJQD7c1ISRQuWEPUvXnGhjy/Wrprzn5/ynEA8GHQ22ZXUwWGDO2d9mvQvK4 VSsrhZ3FsJmqg== Date: Mon, 5 Jun 2023 14:25:48 -0700 From: Jakub Kicinski To: Andy Shevchenko Cc: 'Wolfram Sang' , "Russell King (Oracle)" , Jiawen Wu , netdev@vger.kernel.org, jarkko.nikula@linux.intel.com, mika.westerberg@linux.intel.com, jsd@semihalf.com, Jose.Abreu@synopsys.com, andrew@lunn.ch, hkallweit1@gmail.com, linux-i2c@vger.kernel.org, linux-gpio@vger.kernel.org, mengyuanlou@net-swift.com, 'Piotr Raczynski' Subject: Re: [PATCH net-next v11 2/9] i2c: designware: Add driver support for Wangxun 10Gb NIC Message-ID: <20230605142548.28714a93@kernel.org> In-Reply-To: References: <20230605025211.743823-1-jiawenwu@trustnetic.com> <20230605025211.743823-3-jiawenwu@trustnetic.com> <00c901d9977e$af0dc910$0d295b30$@trustnetic.com> <00eb01d99785$8059beb0$810d3c10$@trustnetic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Mon, 5 Jun 2023 16:03:23 +0300 Andy Shevchenko wrote: > I'm wondering if it would be easier just mark it in patchwork as applied > elsewhere (don't remember exact variant, but meaning is the same). It would not. PW doesn't support sparse series well and it's just confusing to everyone. We don't do manual handpicking in netdev. Reposting the remaining patches is the right thing to do.