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 25D87C74A5B for ; Wed, 29 Mar 2023 13:27:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229851AbjC2N1Q (ORCPT ); Wed, 29 Mar 2023 09:27:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57624 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229703AbjC2N1P (ORCPT ); Wed, 29 Mar 2023 09:27:15 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E84CD11C; Wed, 29 Mar 2023 06:27:13 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id B1E8E6602173; Wed, 29 Mar 2023 14:27:11 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1680096432; bh=YlchQTD6/N2HREmxAlqzI2OitwPTkfjBdD3p86qV1bE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=C9pmFL09ug03q4gtl2NjGDAhQHoVYBMS5sTU02dkWCVjHMMY9qkZaqrTuhD/bhICs Y7owZJQsqtD+eQsCBkcb9Jesmcu1o5xf5tSjxDeiHKmWeJ2D+3VaqK5J4xcqQd3Vvv gQl+TINddgAoqEH0+D1fP61bJpRKXh2G5JCO1Ys2yf/CsQhxzJ5mS9sZvbb2sdfWbX NoUBSYl3f/YL/YVDE9VH7MIlbx+9dgR7NGu2shshCJcm+PC1IJb7ws/oYXjAMH7oob eccHy5xXT1D1nIyvSMxpOcpKvUTi4gP5+xhi7ZvRlWnFHXHv+MlC2OJZC2kg23sCf8 fmwBNZ//pUZUw== Message-ID: <5a8fe1d7-6b07-cc00-146f-6961062b601a@collabora.com> Date: Wed, 29 Mar 2023 15:27:09 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH v3 12/17] arm64: dts: mediatek: add ethernet support for mt8365 SoC Content-Language: en-US To: Alexandre Mergnat , Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Chaotian Jing , Ulf Hansson , Wenbin Mei , Linus Walleij , Zhiyong Tao , =?UTF-8?Q?Bernhard_Rosenkr=c3=a4nzer?= Cc: linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-mmc@vger.kernel.org, linux-gpio@vger.kernel.org, Alexandre Bailon , Fabien Parent , Amjad Ouled-Ameur References: <20230203-evk-board-support-v3-0-0003e80e0095@baylibre.com> <20230203-evk-board-support-v3-12-0003e80e0095@baylibre.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230203-evk-board-support-v3-12-0003e80e0095@baylibre.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Il 29/03/23 10:54, Alexandre Mergnat ha scritto: > This IP is a 10/100 MAC controller compliant with IEEE 802.3 standards. > It supports power management with Energy Efficient Ethernet and Wake-on-LAN > specification. Flow control is provided for half-duplex and full-duplex > mode. For packet transmission and reception, the controller supports > IPv4/UDP/TCP checksum offload and VLAN tag insertion. > > Signed-off-by: Alexandre Mergnat Reviewed-by: AngeloGioacchino Del Regno