diff options
author | Michael Walle <michael@walle.cc> | 2021-02-11 08:47:46 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-02-11 13:53:25 -0800 |
commit | 675115bf8c3dd51e91aa97cdbc7b14dc0e7e0698 (patch) | |
tree | cdd84b48800a4f3816bc662fe6a08d4d0acc88ed /tools/perf/scripts/python/export-to-postgresql.py | |
parent | df22de9a6f130e85ba174fe6bb3ed190b1cded36 (diff) |
net: phy: icplus: split IP101A/G driver
Unfortunately, the IP101A and IP101G share the same PHY identifier.
While most of the functions are somewhat backwards compatible, there is
for example the APS_EN bit on the IP101A but on the IP101G this bit
reserved. Also, the IP101G has many more functionalities.
Deduce the model by accessing the page select register which - according
to the datasheet - is not available on the IP101A. If this register is
writable, assume we have an IP101G.
Split the combined IP101A/G driver into two separate drivers.
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions