commit | 7d6a339cd89727c1308db275c01af1ff6f2df29d | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Fri Dec 20 01:48:42 2024 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sun Dec 29 16:55:32 2024 +0100 |
tree | e91f95026e97281dea28fecf940058f118720c26 | |
parent | d6d91ecf856f663eb45bf12bac3bb1076baae350 [diff] |
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>