commit | 9c26b2dc6d34ca6e558df8f569e43a20fa10d2b2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Oct 27 10:19:06 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 27 17:03:40 2024 -0600 |
tree | 88611c3f62182419d37933867f16510185856c5b | |
parent | 9a8eb7f7f6f6860d56463bf8b1cd96b11ee8ca0e [diff] | |
parent | 63f2cad987bb99d90aa7ed97c3f056d8e11712f2 [diff] |
Merge patch series "Add driver for Motorcomm YT8821 2.5G ethernet phy" Frank Sae <Frank.Sae@motor-comm.com> says: YT8531 as Gigabit transceiver uses bit15:14(bit9 reserved default 0) as phy speed mask, YT8821 as 2.5 Gigabit transceiver uses bit9 bit15:14 as phy speed mask. Be compatible to YT8821, reform phy speed mask and phy speed macro. Based on update above, add YT8821 2.5G phy driver. Link: https://lore.kernel.org/r/20240912120225.28884-1-Frank.Sae@motor-comm.com