microchip-ung/lan883x_lan884x_linux
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
==============================================================================
Linux Device driver for Microchip LAN883X/LAN884X PHY
==============================================================================
Contents:
1. Platforms and OS versions supported
2. Device support
3. Driver structure and file description
4. Building and installing the driver
1. Platforms and kernel versions supported
------------------------------------------
- x86/x64 PC
2. Device support
-----------------
This release supports:
EVB LAN8841 rev.1
Set j1, j2, j4 jumpers to EDS setting.
3. Driver structure and file description
----------------------------------------
Each directory correspond to a kernel version for which the driver is intended
for.
4. Building and installing the driver
-------------------------------------
Go to the corresponding directory and run the commands:
The build command is:
make
The clean command is:
make clean
To install the module:
insmod lan884x.ko
To remove the module
rmmod lan884x