walnux/drivers/net
Jari Nippula 56870fb0ea ksz9477: MMD indirect access check fix
Instead of verifying MMD indirect access by checking
EEE ADVERTISEMENT register has value 0x6 (which may be changed),
the verification is done by write and check LED MODE register.
1. Backup current LED_MODE register value
2. Write value Single-LED mode (0x10) to LED_MODE
3. Read LED_MODE register and verify it returns value 0x10
4. Write original (backup) value to LED_MODE
2025-08-26 09:10:43 -03:00
..
CMakeLists.txt drivers/net: Remove the NCV7410 10BASE-T1S MAC-PHY driver 2025-08-25 20:32:35 +08:00
dm90x0.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
e1000.c drivers/net/{e1000|igc}: align descriptors to 8 2025-07-03 21:57:02 +08:00
e1000.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
enc28j60.c Remove duplicate includes across multiple files 2025-01-09 23:30:23 +08:00
enc28j60.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
encx24j600.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
encx24j600.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ftmac100.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
igb.c drivers/net: add IGB network card support 2025-07-08 10:02:15 +02:00
igb.h drivers/net: add IGB network card support 2025-07-08 10:02:15 +02:00
igc.c drivers/net/{e1000|igc}: align descriptors to 8 2025-07-03 21:57:02 +08:00
igc.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
Kconfig drivers/net: Remove the NCV7410 10BASE-T1S MAC-PHY driver 2025-08-25 20:32:35 +08:00
ksz9477.c ksz9477: MMD indirect access check fix 2025-08-26 09:10:43 -03:00
ksz9477_i2c.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ksz9477_reg.h drivers/net/ksz9477: Implement errata fixes 2025-08-26 09:10:43 -03:00
lan91c111.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
lan91c111.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
lan9250.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
lan9250.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
loopback.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
Make.defs drivers/net: Remove the NCV7410 10BASE-T1S MAC-PHY driver 2025-08-25 20:32:35 +08:00
netdev_upperhalf.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
phy_notify.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
rpmsgdrv.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
skeleton.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
slip.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
telnet.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
tun.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
w5500.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
wifi_sim.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00