From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 7888F394470; Mon, 3 Aug 2026 13:52:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785765136; cv=none; b=E2g27OyRdOE+dowWXCyTkbGxP6quMnriC8klXID+Kn5mcXdQHXJBFyKybj8Ta/iJX26AfrUSIEQtms3qTLKFRx7nYZW+9C6rsqQpLvUOT2Wa0yQQXC9EKWO6phg17uIQ7FttEmRO+IZEzcNB8yWa3IzlQG/6/Y95kbSY5aJbpJM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785765136; c=relaxed/simple; bh=efVAG/4bDbtLJ20jXHTwm08AS9cGBfH4aeHcAEqXZ6M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BPRF7fKt0zhZFc6iHyUnMKYa6VhaSmxqLk6fcTV81hXE4Quso6v9nT75n34IthC1sMAi2h+bJDXg2NfmyHYy5zLC3SOBR4MzNDfy1vrAas7aV2eSyb+6yUMWz4kJp8t2E95zdQXu5zDCy1qrOK8aq799nzI85hYQiHsnf/XfZc4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=x3oFDJc9; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="x3oFDJc9" 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=4eQz3BOqM40awQubzC1AsJa/oLKLptNXzb11qTslnUc=; b=x3oFDJc9dQsPhJo16+cIiH+xYX CLUWezs0s+LV7iCCogCDDoG6d6rMvwZa3icGdNwtJP5xW60Kz7Hqpk1QN7XLwisxJSBcxJHO2+wyR aJP1TcWGWaL4NM8rmp9/wv0fbfMjSgYinQDmGP3vklLjTD5qYIIo1nx+9M3mzZNvGp6w=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wqt5H-00FjbH-H7; Mon, 03 Aug 2026 15:52:03 +0200 Date: Mon, 3 Aug 2026 15:52:03 +0200 From: Andrew Lunn To: James Hilliard Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Andre Przywara , Richard Genoud , Maxime Ripard , Alexandre Torgue , Giuseppe Cavallaro , Jose Abreu , Maxime Chevallier , Maxime Coquelin , Heiner Kallweit , Russell King , Saravana Kannan , Lee Jones , Heiko Stuebner , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, mfd@lists.linux.dev, linux-rockchip@lists.infradead.org Subject: Re: [PATCH 00/21] net: phy: add X-Powers AC200/AC300 EPHY support Message-ID: References: <20260802-submit-acx00-of-dynamic-v1-v1-0-0a53cd9e21cc@gmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260802-submit-acx00-of-dynamic-v1-v1-0-0a53cd9e21cc@gmail.com> On Sun, Aug 02, 2026 at 11:14:10PM -0600, James Hilliard wrote: > The Allwinner H616/H618 secondary EMAC is commonly connected to a Fast > Ethernet PHY in an X-Powers AC200 or AC300 companion package. Is there an open data sheet for these devices? Andrew