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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4E21FC4332F for ; Thu, 22 Dec 2022 19:09:46 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4NdKcm32bKz3c6g for ; Fri, 23 Dec 2022 06:09:44 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=CDid/fHM; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=2604:1380:4601:e00::1; helo=ams.source.kernel.org; envelope-from=kuba@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=CDid/fHM; dkim-atps=neutral Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4NdKbk2GWqz3bT7 for ; Fri, 23 Dec 2022 06:08:50 +1100 (AEDT) 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 147D5B81F43; Thu, 22 Dec 2022 19:08:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5EA23C433EF; Thu, 22 Dec 2022 19:08:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671736124; bh=v7ujKq38V/S7LgWeN+6hzTleK2M7lVikFbmjRd4KjEo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CDid/fHMNttr0Ku3tg2xXVkAhBeLuydsZ20BjO8q/aYS7FCVEMPw/cpHNT9XXk8lL qpNvw/JHHzYKQcwd+Vymhc1L06BRGu3yGkAJlTrNNSAucUQLbhotWSWyBfbydtv61z NfCORu37UiZ6chVmu+FbGmD/L0XgtE6eYVSRHNaA9mZLvtA4qO9LuQIPZyC/B2U/6I mkbvrk21FiMuWuOl4qOaXJrSVp5yVe2E1XGufZU9sQuEe0LLbXldv+ZvENT0HuPc3k gvUf/jHxHIVONu3majiuQZXk+/kPKVLadxQQojMSOfuoUxuqRYxkriO3miXJYRwsbV xgh7K524DTKXA== Date: Thu, 22 Dec 2022 11:08:43 -0800 From: Jakub Kicinski To: Camelia Alexandra Groza Subject: Re: [PATCH net v2] powerpc: dts: t208x: Disable 10G on MAC1 and MAC2 Message-ID: <20221222110843.022b07b9@kernel.org> In-Reply-To: References: <20221216172937.2960054-1-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "devicetree@vger.kernel.org" , Sean Anderson , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Rob Herring , Nicholas Piggin , Krzysztof Kozlowski , "linuxppc-dev@lists.ozlabs.org" , "David S . Miller" Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, 22 Dec 2022 15:41:00 +0000 Camelia Alexandra Groza wrote: > > Reviewed-by: Camelia Groza > > Tested-by: Camelia Groza > > I see the patch marked Not Applicable in the netdev patchwork. > What tree will it go through? I could be wrong but I think DTS patches are supposed to go via the platform / arch trees. We mostly take bindings via the networking trees (and DTS changes if they are part of a larger code+binding+dts set). But we can obviously apply this patch if that's the preference of the PowerPC maintainers..