Message ID | 20240804233835.223460-1-fujita.tomonori@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: phy: add Applied Micro QT2025 PHY driver | expand |
On Mon, Aug 05, 2024 at 08:38:29AM +0900, FUJITA Tomonori wrote: > This patchset adds a PHY driver for Applied Micro Circuits Corporation > QT2025. > > The first patch adds Rust equivalent to include/linux/sizes.h, makes > code more readable. The 2-5th patches update the PHYLIB Rust bindings. > > QT2025 PHY support was implemented as a part of an Ethernet driver for > Tehuti Networks TN40xx chips. Multiple vendors (DLink, Asus, Edimax, > QNAP, etc) developed adapters based on TN40xx chips. Tehuti Networks > went out of business and the driver wasn't merged into mainline. But > it's still distributed with some of the hardware (and also available > on some vendor sites). > > The original driver handles multiple PHY hardware (AMCC QT2025, TI > TLK10232, Aqrate AQR105, and Marvell MV88X3120, MV88X3310, and > MV88E2010). I divided the original driver into MAC and PHY drivers and > implemented a QT2025 PHY driver in Rust. > > The MAC driver for Tehuti Networks TN40xx chips was already merged in > 6.11-rc1. The MAC and this PHY drivers have been tested with Edimax > EN-9320SFP+ 10G network adapter. Sorry about being slow reviewing this. I will get to it by the middle of the week. Andrew
Hi, On Mon, 5 Aug 2024 03:10:50 +0200 Andrew Lunn <andrew@lunn.ch> wrote: >> The MAC driver for Tehuti Networks TN40xx chips was already merged in >> 6.11-rc1. The MAC and this PHY drivers have been tested with Edimax >> EN-9320SFP+ 10G network adapter. > > Sorry about being slow reviewing this. I will get to it by the middle > of the week. Would you happen to have a chance to review this?