public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 1/3] net: ftmac100: change driver name from nds32_mac to ftmac100
@ 2023-01-19 19:51 Sergei Antonov
  2023-01-19 19:51 ` [PATCH v2 2/3] net: ftmac100: simplify priv->iobase casting Sergei Antonov
  2023-01-19 19:51 ` [PATCH v2 3/3] net: ftmac100: add mii read and write callbacks Sergei Antonov
  0 siblings, 2 replies; 6+ messages in thread
From: Sergei Antonov @ 2023-01-19 19:51 UTC (permalink / raw)
  To: u-boot, joe.hershberger, rfried.dev; +Cc: bmeng.cn, Sergei Antonov

So it will be named similarly to the related ftgmac100 driver.
The old name 'nds32_mac' is not referred to anywhere in U-Boot.

Signed-off-by: Sergei Antonov <saproj@gmail.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
---

v1 -> v2:
no change

 drivers/net/ftmac100.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ftmac100.c b/drivers/net/ftmac100.c
index c30ace96bb13..b3da9479ea5e 100644
--- a/drivers/net/ftmac100.c
+++ b/drivers/net/ftmac100.c
@@ -434,7 +434,7 @@ static const struct udevice_id ftmac100_ids[] = {
 };
 
 U_BOOT_DRIVER(ftmac100) = {
-	.name	= "nds32_mac",
+	.name	= "ftmac100",
 	.id	= UCLASS_ETH,
 	.of_match = ftmac100_ids,
 	.bind	= ftmac100_bind,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-04  0:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19 19:51 [PATCH v2 1/3] net: ftmac100: change driver name from nds32_mac to ftmac100 Sergei Antonov
2023-01-19 19:51 ` [PATCH v2 2/3] net: ftmac100: simplify priv->iobase casting Sergei Antonov
2023-02-02 22:05   ` Tom Rini
2023-02-03 19:09     ` Sergei Antonov
2023-01-19 19:51 ` [PATCH v2 3/3] net: ftmac100: add mii read and write callbacks Sergei Antonov
2023-02-04  0:30   ` Ramon Fried

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox