This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From c1e9572cf8b213988d2a53a0f22c4d220df25777 Mon Sep 17 00:00:00 2001 | |
| From: Kenneth Kasilag <kenneth@kasilag.me> | |
| Date: Fri, 15 Nov 2024 04:01:57 +0000 | |
| Subject: [PATCH] Add mxl371x MoCA 2.5 PHY driver | |
| --- | |
| drivers/net/phy/Kconfig | 5 + | |
| drivers/net/phy/Makefile | 1 + | |
| drivers/net/phy/mxl371x/Makefile | 8 + | |
| drivers/net/phy/mxl371x/lib/ClnkIoCtl.h | 298 + |