]> Git Repo - J-u-boot.git/commit
net: phy: Add Amlogic Meson GXL Internal PHY support
authorNeil Armstrong <[email protected]>
Wed, 18 Oct 2017 08:02:10 +0000 (10:02 +0200)
committerTom Rini <[email protected]>
Fri, 17 Nov 2017 12:44:13 +0000 (07:44 -0500)
commit8995a96d1d6760c930e37fc92fb718624f5d8fbf
treec9d5c60ce91091dfa6d5a1de484a545cd51c190d
parent50a327ded68b7e675389ad284ea3f8c62e683bda
net: phy: Add Amlogic Meson GXL Internal PHY support

The Amlogic Meson GXL/GXM families embeds an internal RMII Ethernet PHY.

The PHY acts as a generic PHY but needs a slight configuration right
before it's configuration.

Signed-off-by: Neil Armstrong <[email protected]>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/meson-gxl.c [new file with mode: 0644]
drivers/net/phy/phy.c
include/phy.h
This page took 0.037738 seconds and 4 git commands to generate.