Merge branch 'allwinner-a523-rename-emac0-to-gmac0'
authorJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 15:02:52 +0000 (08:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 15:02:52 +0000 (08:02 -0700)
commit462da827c6e2be59c7b0981ed39fff7a9488d013
treebf8c140a0f0abcfcdd74e245ed8259e4e20ad85a
parentd3a5f2871adc0c61c61869f37f3e697d97f03d8c
parentb3603c0466a85bed302e80226950092ceaf09b94
Merge branch 'allwinner-a523-rename-emac0-to-gmac0'

Chen-Yu Tsai says:

====================
allwinner: a523: Rename emac0 to gmac0

This small series aims to align the name of the first ethernet
controller found on the Allwinner A523 SoC family with the name
found in the datasheets. It renames the compatible string and
any other references from "emac0" to "gmac0".

When support of the hardware was introduced, the name chosen was
"EMAC", which followed previous generations. However the datasheets
use the name "GMAC" instead, likely because there is another "GMAC"
based on a newer DWMAC IP.
====================

Link: https://patch.msgid.link/20250628054438.2864220-1-wens@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>