OSDN Git Service

mdio: Add support for mdio drivers.
authorAndrew Lunn <andrew@lunn.ch>
Wed, 6 Jan 2016 19:11:26 +0000 (20:11 +0100)
committerAnthony Mah <amah@codeaurora.org>
Mon, 10 Sep 2018 18:42:06 +0000 (11:42 -0700)
commitb40bf2be3cc9eeccb763b06b409782441a1cbb27
treebbe8a2c49cd8b3a3d6e944c19472834854752874
parent3e17d59abf397e8457aeac489fe2c28966cf95fe
mdio: Add support for mdio drivers.

Not all devices on an MDIO bus are PHYs. Meaning not all MDIO drivers
are PHY drivers. Add support for generic MDIO drivers.

Change-Id: I65c7c8a497bbac9ef67b3d21c869818a09378e3c
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Git-Commit: a9049e0c513c4521dbfaa302af8ed08b3366b41f
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Signed-off-by: Anthony Mah <amah@codeaurora.org>
drivers/net/phy/mdio_device.c [new file with mode: 0644]
include/linux/mdio.h
include/linux/phy.h