From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C17F51E531; Fri, 12 Apr 2024 11:36:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712921776; cv=none; b=oZnMpw0uGXoqBQldL5GtGT00eO+ac/rI393ADa1oyOXv8dDR0S4rUjU9EuCGZd5S1HuZQjgz2t2BBu6+g9Y1KGKeaTuGYyvW1658hucoIEldHRVGFVrWn39vIF5xc+STiFnAeEmVQw8WJhb2gM0Bkuv2La8byaBxzUuyuGYbygQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712921776; c=relaxed/simple; bh=5BQ14V4MwSIWKlfSozpghxE/dQxOXZmas/FIhoygFxI=; h=From:To:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=nR9qDrTWVVBm/W80GGMBqOIKp+gxirpPzlzTS6CjexEA0aPAzzm8nDnNp5wE+oLKMRCxNqHiX6DNl8Jfc6SOLUVxl1bOIw3xbYQW7VRe+rSh7gvicIWOgfTkLwNEAeBknvhiNZHiI4Wxd1Oye+LpuUwamBPVJpQqe2hPOXmfLxc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=AWpWX4Ke; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="AWpWX4Ke" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5279C113CC; Fri, 12 Apr 2024 11:36:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712921776; bh=5BQ14V4MwSIWKlfSozpghxE/dQxOXZmas/FIhoygFxI=; h=From:To:In-Reply-To:References:Subject:Date:From; b=AWpWX4KecPLDinQNtzsEukig5u9fLIEmD9bql4YmS4yCGoqoymU0Ec8riXMDGc2Kw mDZbX6G2+BXQYLh+QO1+hbac7ZLpkujAM6S63jGC46gumbiuE9fYWYxuzyCotphhBf Y1gJnbhYV8wyfXji6hpKFd2VjMDOUR4J5lZstFro1JDIxLxqpHXBHmoyLhLCGBsvXU oEKChHMkhBjZX8zZyYMUyAywc3XD0Yv7tiu4EQVH6G1K8hypBrlUovB+RO1+6FEyjI okhTGpOfR64FRpVyvpFCrmBXO3YVFT5l9umiwpKN9efS1MKboixziSgC97dX7C3ssH NLVQO8cCXcEUw== From: Vinod Koul To: Bc-bocun Chen , Steven Liu , John Crispin , Chunfeng Yun , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Qingfang Deng , SkyLake Huang , Philipp Zabel , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Daniel Golle In-Reply-To: References: Subject: Re: [PATCH v4 1/2] dt-bindings: phy: mediatek,mt7988-xfi-tphy: add new bindings Message-Id: <171292176938.599803.1671196467939559140.b4-ty@kernel.org> Date: Fri, 12 Apr 2024 17:06:09 +0530 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.12.3 On Tue, 09 Apr 2024 03:23:54 +0100, Daniel Golle wrote: > Add bindings for the MediaTek XFI Ethernet SerDes T-PHY found in the > MediaTek MT7988 SoC which can operate at various interfaces modes: > > via USXGMII PCS: > * USXGMII > * 10GBase-R > * 5GBase-R > > [...] Applied, thanks! [1/2] dt-bindings: phy: mediatek,mt7988-xfi-tphy: add new bindings commit: f482f76c9d0933b91f32f170fbc421a4d0ebaf56 [2/2] phy: add driver for MediaTek XFI T-PHY commit: ac4aa9dbc702329c447d968325b055af84ae1b59 Best regards, -- ~Vinod