Skip to content

Commit d885402

Browse files
committed
Add "AMCC QT2025 PHY Driver" page
Content provided by FUJITA Tomonori. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 1cb9af7 commit d885402

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
## Users — in-tree
3333

34+
- [AMCC QT2025 PHY Driver](AMCC-QT2025-PHY-Driver.md)
3435
- [ASIX PHY Driver](ASIX-PHY-Driver.md)
3536
- [Null Block Driver](Null-Block-Driver.md)
3637

src/AMCC-QT2025-PHY-Driver.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# AMCC QT2025 PHY Driver
2+
3+
The Rust AMCC QT2025 driver is for the Applied Micro Circuits Corporation (AMCC) QT2025 PHY (Physical Layer) device. This driver facilitates communication between the operating system and the QT2025 hardware, ensuring proper network functionality.
4+
5+
The driver was [merged](https://git.kernel.org/linus/fd3eaad826daf4774835599e264b216a30129c32) into Linux kernel version v6.12-rc1 with a PHY abstraction that provides safe APIs for PHY drivers.
6+
7+
Both the Rust QT2025 driver and the MAC driver for Tehuti Networks' TN40xx chips have been tested using the Edimax EN-9320SFP+ 10G network adapter.

0 commit comments

Comments
 (0)