net: rswitch: Implement C22 to C45 access
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 20 Dec 2024 00:48:42 +0000 (01:48 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 29 Dec 2024 15:55:32 +0000 (16:55 +0100)
commit678f7c8f560775e0ac33300f54281dfcaa2e525a
treee91f95026e97281dea28fecf940058f118720c26
parent8bdc76b2c92e379b161dc7813da32f49357ad4ab
net: rswitch: Implement C22 to C45 access

Add support for mapping C22 register access to C45-only PHYs.
This is mainly useful for 'mii info' command, which performs
C22 only access to determine PHY ID and link state and does
not work well with this driver so far.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/net/rswitch.c