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 90DCCC64ED9 for ; Tue, 21 Feb 2023 00:45:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232724AbjBUApP (ORCPT ); Mon, 20 Feb 2023 19:45:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229709AbjBUApN (ORCPT ); Mon, 20 Feb 2023 19:45:13 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CE6A01C7E3; Mon, 20 Feb 2023 16:45:12 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 7164E60F63; Tue, 21 Feb 2023 00:45:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27C2FC433D2; Tue, 21 Feb 2023 00:45:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676940311; bh=js365+NNX7eRxBHYfPJgI3NbMTtPK9v4tu2hoT2fVVw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=J75vK2WKJVlxaaxbG+V/3je7BYzeaLLPH2+zUbiiaKbNpJOCJYiLEnJm1Vc7sDE4h aI1iAZwo01JkXK15/D9cezxTKKI0c4eRjQVQtBKqxNjqeZrk3qieY1uZd2AuCoq5Qn S0IgPL8+HQQQEB/Gc8zeKdMN8tsyuFYPvzw8G10OKCf2FtL5qbycM9xvD1CB22pX/l 6YEja7lSGWRzVt41+itUjcnUTdenQX8ZkExwo32sBAlSlQZH5cDKLZrnqkJN5uT7MJ Cw+PVP2FsxY5++beFg3ffMFFejsKELiMk5ZEf3S8ODkr1fYrH5hgYSyFXMrZEy2vxB zkOmlsVjGTCJw== Date: Mon, 20 Feb 2023 16:45:10 -0800 From: Jakub Kicinski To: Sarath Babu Naidu Gaddam Cc: , , , , , , , , , , , , , Subject: Re: [PATCH net-next V6] dt-bindings: net: xlnx,axi-ethernet: convert bindings document to yaml Message-ID: <20230220164510.14b14139@kernel.org> In-Reply-To: <20230220122252.3575380-1-sarath.babu.naidu.gaddam@amd.com> References: <20230220122252.3575380-1-sarath.babu.naidu.gaddam@amd.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 Mon, 20 Feb 2023 17:52:52 +0530 Sarath Babu Naidu Gaddam wrote: > From: Radhey Shyam Pandey > > Convert the bindings document for Xilinx AXI Ethernet Subsystem > from txt to yaml. No changes to existing binding description. # Form letter - net-next is closed The merge window for v6.3 has begun and therefore net-next is closed for new drivers, features, code refactoring and optimizations. We are currently accepting bug fixes only. Please repost when net-next reopens after Mar 6th. RFC patches sent for review only are obviously welcome at any time.