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 6B2FAC61D9D for ; Wed, 25 Jan 2023 03:08:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233948AbjAYDIp (ORCPT ); Tue, 24 Jan 2023 22:08:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229778AbjAYDIo (ORCPT ); Tue, 24 Jan 2023 22:08:44 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68EC11A4A1; Tue, 24 Jan 2023 19:08:43 -0800 (PST) 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 1D994B81892; Wed, 25 Jan 2023 03:08:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4A8F1C433EF; Wed, 25 Jan 2023 03:08:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674616120; bh=5oiMg+0VyQdvhQHhZVkaJkLHhTmGPlkFp71iVLKtxVc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZmJlHo6fbLCrgF1shrY34EQXgOctdb6su62XuEtOlDnSLQ8RqC4xQpvaynf4mHT72 AOXwa/JQ9CZPHTvuPZY+7OqbTTne9tseZBdI7k4zrcA7r0wUWeMSzAY7KqDGT+BUqH 2lEC4tdZh80XulhsultdF9gcd0EPADOy8h4glmn7tXcLM1ahfY8DwTNMfzgWuGWJsl 6A9dvShd7H0s+7vkukzQqk6CQ9r8ma5H02rr0/ypAZME1dRVvuw1ASBf6GllvRzy6t o9Q7JQQPtXFJZIR2BUhGRJa7QKk0JCtkNSweoVEC/DvpSS4PLdFrQKvq5FFuWc9YkV QOSQHxJpW7gwg== Date: Tue, 24 Jan 2023 19:08:39 -0800 From: Jakub Kicinski To: Sean Anderson Cc: Shawn Guo , Li Yang , linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, Madalin Bucur , Krzysztof Kozlowski , devicetree@vger.kernel.org, Rob Herring , linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: ls1046ardb: Use in-band-status for SFP module Message-ID: <20230124190839.5b59e7aa@kernel.org> In-Reply-To: <20230124174757.2956299-1-sean.anderson@seco.com> References: <20230124174757.2956299-1-sean.anderson@seco.com> 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 Tue, 24 Jan 2023 12:47:57 -0500 Sean Anderson wrote: > This should likely go through Shawn Guo's tree, although it could also > go through net-next. It will conflict with [1] which modifies the > adjoining lines and is likely to go through the phy tree. I'm dropping it from networking pw, FWIW.