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 204DBC433FE for ; Fri, 30 Sep 2022 01:50:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230017AbiI3BuI (ORCPT ); Thu, 29 Sep 2022 21:50:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38486 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229885AbiI3BuG (ORCPT ); Thu, 29 Sep 2022 21:50:06 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8C7FB760D2; Thu, 29 Sep 2022 18:50:02 -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 C83B362203; Fri, 30 Sep 2022 01:50:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65D83C433D6; Fri, 30 Sep 2022 01:50:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664502601; bh=GLXUi5XMqb9SWFsCHSWdY5rauLl8NCQnmgT8/QW7ew4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qzPBI2b8OdPAPM1rPavgrFFu2C3uGkLTrjypl29DiDgI41ll/xIWpMnqHct8Z18+H +A2GnxzqismYXm7jKA3q7YN8Ypc5gsw73oAKuOrEeWzieWodb7SdxDrx/Ocv2Og7mI 4ine0SqwKroX91BwdXxtDJq4F5pYJLnnnW0qbXDt+nQtmwlWWaQBlyHlex+/J/UfZy ZqMhv6XwBc70RQMnoKU2J5+IhVuDWeYpD87xAkg5yqRDVhqMP0+mCsnL/JdKdSYr3Z ZH1kufJJ2dmJhbIXPGTfbjdaTv+Rh/xclRAjsJHozB4nHJ1n5FVtZWEgBFBfuZKMwO 7eVRNAMTEsVmQ== Date: Thu, 29 Sep 2022 18:49:59 -0700 From: Jakub Kicinski To: Jianguo Zhang , Krzysztof Kozlowski , AngeloGioacchino Del Regno Cc: "David S . Miller" , Rob Herring , Eric Dumazet , Paolo Abeni , Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , Maxime Coquelin , Matthias Brugger , Biao Huang , , , , , , Subject: Re: [resend PATCH v6 0/4] Mediatek ethernet patches for mt8188 Message-ID: <20220929184959.2c1458c1@kernel.org> In-Reply-To: <20220928092308.26019-1-jianguo.zhang@mediatek.com> References: <20220928092308.26019-1-jianguo.zhang@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 28 Sep 2022 17:23:04 +0800 Jianguo Zhang wrote: > Jianguo Zhang (4): > dt-bindings: net: mediatek-dwmac: add support for mt8188 > dt-bindings: net: snps,dwmac: add new property snps,clk-csr > arm64: dts: mediatek: mt2712e: Update the name of property 'clk_csr' > net: stmmac: add a parse for new property 'snps,clk-csr' Are we supposed to drop patch 3 when applying this to net-next? Do I understand this correctly?