aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/meson-gxl.c
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2017-12-18 10:44:46 +0100
committerDavid S. Miller <davem@davemloft.net>2017-12-18 13:24:56 -0500
commitafb4fa47fe94b5f0e97f9afb7251b34e2eb8fbdc (patch)
tree9d62fe2d6e78f2d28db479a2edcb8052b145a674 /drivers/net/phy/meson-gxl.c
parentnet: phy: meson-gxl: add interrupt support (diff)
downloadlinux-dev-afb4fa47fe94b5f0e97f9afb7251b34e2eb8fbdc.tar.xz
linux-dev-afb4fa47fe94b5f0e97f9afb7251b34e2eb8fbdc.zip
net: phy: meson-gxl: join the authors
Following previous changes, join the other authors of this driver and take the blame with them Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/meson-gxl.c')
-rw-r--r--drivers/net/phy/meson-gxl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/meson-gxl.c b/drivers/net/phy/meson-gxl.c
index ee0aa18af631..ddc2c5ea3787 100644
--- a/drivers/net/phy/meson-gxl.c
+++ b/drivers/net/phy/meson-gxl.c
@@ -255,4 +255,5 @@ MODULE_DEVICE_TABLE(mdio, meson_gxl_tbl);
MODULE_DESCRIPTION("Amlogic Meson GXL Internal PHY driver");
MODULE_AUTHOR("Baoqi wang");
MODULE_AUTHOR("Neil Armstrong <narmstrong@baylibre.com>");
+MODULE_AUTHOR("Jerome Brunet <jbrunet@baylibre.com>");
MODULE_LICENSE("GPL");