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 84317C4332F for ; Thu, 13 Oct 2022 00:07:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229734AbiJMAHG (ORCPT ); Wed, 12 Oct 2022 20:07:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50684 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229506AbiJMAHD (ORCPT ); Wed, 12 Oct 2022 20:07:03 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A749D9949; Wed, 12 Oct 2022 17:07:03 -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 ams.source.kernel.org (Postfix) with ESMTPS id B8C08B810D9; Thu, 13 Oct 2022 00:07:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EAF10C433D6; Thu, 13 Oct 2022 00:06:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665619620; bh=hw3ArxzkcBb5t83e1dD2UIOeKC+T0IyQL7basvIVqvc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=eUuOsm5/gcCw/w5iXzHv5GpEtLRWr27EsYueQKY3Zpdbkmxzq2N70yRIfmp+8lFJ2 g188vnetRxTA/wqo/6tWzrLS5jFpqO1lgSU+3Ws+nq9JH8JrprTZGMNDjNpctPflGK yC6cvNxxV4qebKDxzR91930sKswSeh3+DVqFuRhl7Y+D2JbA2b/Zo53Z2ftjgJWZTW 5OrmVBO6xgIwtimrvfawjGldlSazdiCKVovjO8BJpg7kyyMdUTtP5G7eMK0YxBGppu Kbx5a/kixgkhVcz/SdWKTQEzetY6EDyjnEAPn5pzXA1bz+7EkaJB+xX6XPxH21G+pI n/gbf5k/Qz+Vw== Date: Wed, 12 Oct 2022 17:06:58 -0700 From: Jakub Kicinski To: Stephen Kitt Cc: Andrew Lunn , Vivien Didelot , Florian Fainelli , Vladimir Oltean , Woojung Huh , UNGLinuxDriver@microchip.com, George McCollister , "David S. Miller" , Eric Dumazet , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers/net/dsa: use simple i2c probe Message-ID: <20221012170658.4f99e85f@kernel.org> In-Reply-To: <20221012175506.3938001-1-steve@sk2.org> References: <20221012175506.3938001-1-steve@sk2.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 12 Oct 2022 19:55:06 +0200 Stephen Kitt wrote: > All these drivers have an i2c probe function which doesn't use the > "struct i2c_device_id *id" parameter, so they can trivially be > converted to the "probe_new" style of probe with a single argument. Hold these off until after the merge window, please, net-next is closed until rc1 is cut.