
1 Jan
2025
1 Jan
'25
9:41 p.m.
On Sat, Nov 23, 2024 at 11:38:43PM -0800, Frank Sae wrote:
Add driver for Motorcomm YT8531S Gigabit ethernet phy.
Signed-off-by: Frank Sae Frank.Sae@motor-comm.com
drivers/net/phy/motorcomm.c | 96 ++++++++++++++++++++++++++++++++++++- 1 file changed, 94 insertions(+), 2 deletions(-)
diff --git a/drivers/net/phy/motorcomm.c b/drivers/net/phy/motorcomm.c index 4d67203ee7..a1d5eac7bf 100644 --- a/drivers/net/phy/motorcomm.c +++ b/drivers/net/phy/motorcomm.c @@ -1,8 +1,8 @@ // SPDX-License-Identifier: GPL-2.0+ /*
- Motorcomm 8531 PHY driver.
- Motorcomm YT8511/YT8531/YT8531S/YT8821 PHY driver.
- Copyright (C) 2023 StarFive Technology Co., Ltd.
*/
- Copyright (C) 2024 Motorcomm Electronic Technology Co., Ltd.
When applying, I've NOT removed the StarFive copyright line as I assume this is an unintentional change.
--
Tom