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 4051BC3DA7A for ; Thu, 22 Dec 2022 19:08:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230333AbiLVTIv (ORCPT ); Thu, 22 Dec 2022 14:08:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229548AbiLVTIt (ORCPT ); Thu, 22 Dec 2022 14:08:49 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63F5810B77; Thu, 22 Dec 2022 11:08:48 -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 sin.source.kernel.org (Postfix) with ESMTPS id A5F8ACE1BBF; 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 Cc: Sean Anderson , "David S . Miller" , "netdev@vger.kernel.org" , "devicetree@vger.kernel.org" , Rob Herring , Christophe Leroy , Nicholas Piggin , Michael Ellerman , "linuxppc-dev@lists.ozlabs.org" , Krzysztof Kozlowski , "linux-kernel@vger.kernel.org" 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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..