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 4F4FAFA3746 for ; Mon, 31 Oct 2022 13:32:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230520AbiJaNcO (ORCPT ); Mon, 31 Oct 2022 09:32:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230456AbiJaNcO (ORCPT ); Mon, 31 Oct 2022 09:32:14 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6721D10043; Mon, 31 Oct 2022 06:32:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=guLIRScLHGxxU26u2v2fucwwfzE4F1uL7eVSiTXkCio=; b=6D4RT4mmbcqRFzxxocYIRebbCo XaRr/qbYuht12+bqKSxziK38lyeP4q7p+94ojt/dQWRbWjL4vG1iAZ4hWYtDk8gdbHucRvc3XvF+7 3bUFsaQEYembndb6X5nM/w40OnCd3OcBTxxbQunI20f+6W9NUuv1aSbguw9XvIqm0K7g=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1opUtZ-0011Rp-64; Mon, 31 Oct 2022 14:32:05 +0100 Date: Mon, 31 Oct 2022 14:32:05 +0100 From: Andrew Lunn To: Yoshihiro Shimoda Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v7 1/3] dt-bindings: net: renesas: Document Renesas Ethernet Switch Message-ID: References: <20221031123242.2528208-1-yoshihiro.shimoda.uh@renesas.com> <20221031123242.2528208-2-yoshihiro.shimoda.uh@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221031123242.2528208-2-yoshihiro.shimoda.uh@renesas.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Oct 31, 2022 at 09:32:40PM +0900, Yoshihiro Shimoda wrote: > Document Renesas Etherent Switch for R-Car S4-8 (r8a779f0). > > Signed-off-by: Yoshihiro Shimoda > Reviewed-by: Krzysztof Kozlowski Reviewed-by: Andrew Lunn Andrew