matiamic commented on PR #16911:
URL: https://github.com/apache/nuttx/pull/16911#issuecomment-3232947511

   > All controllers with MDIO IOCTLs support should be revised to not attempt 
interpret incorrect way C45 as C22 and vice versa.
   
   The following is a list of drivers that might need to be revisited.
   Acquired with `grep -lr SIOC.MIIREG . | grep -e '\./arch' -e '\./drivers'` 
(and manually checked)
   
   ```
   ./arch/risc-v/src/mpfs/mpfs_ethernet.c
   ./arch/risc-v/src/litex/litex_emac.c
   ./arch/arm/src/gd32f4/gd32f4xx_enet.c
   ./arch/arm/src/lpc43xx/lpc43_ethernet.c
   ./arch/arm/src/s32k1xx/s32k1xx_enet.c
   ./arch/arm/src/imxrt/imxrt_enet.c
   ./arch/arm/src/sam34/sam_emac.c
   ./arch/arm/src/samd5e5/sam_gmac.c
   ./arch/arm/src/imx6/imx_enet.c
   ./arch/arm/src/stm32/stm32_eth.c
   ./arch/arm/src/s32k3xx/s32k3xx_emac.c
   ./arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c
   ./arch/arm/src/stm32f7/stm32_ethernet.c
   ./arch/arm/src/at32/at32_eth.c
   ./arch/arm/src/stm32h7/stm32_ethernet.c
   ./arch/arm/src/kinetis/kinetis_enet.c
   ./arch/arm/src/tiva/tm4c/tm4c_ethernet.c
   ./arch/arm/src/sama5/sam_emacb.c
   ./arch/arm/src/sama5/sam_emaca.c
   ./arch/arm/src/sama5/sam_gmac.c
   ./arch/arm/src/samv7/sam_emac.c
   ./arch/arm/src/lpc54xx/lpc54_ethernet.c
   ./arch/arm/src/stm32h5/stm32_ethernet.c
   ./arch/renesas/src/rx65n/rx65n_eth.c
   ./arch/arm64/src/imx9/imx9_enet.c
   ./arch/arm64/src/zynq-mpsoc/zynq_enet.c
   ./arch/xtensa/src/esp32/esp32_emac.c
   ./drivers/net/lan91c111.c
   ./drivers/net/lan9250.c
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to