]> git.baikalelectronics.ru Git - kernel.git/commit
net: mdio: add ipq8064 mdio driver
authorAnsuel Smith <ansuelsmth@gmail.com>
Wed, 4 Mar 2020 21:38:32 +0000 (22:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Mar 2020 06:07:05 +0000 (22:07 -0800)
commitee6fa401842ca559a9d8fc8edda5e071836354ef
tree204df07159e3a6ecddbe5d024f10fba84c6cacd9
parentfa3bdb9a74efb7aae4bc9657b61a917dabdbd1f2
net: mdio: add ipq8064 mdio driver

Currently ipq806x soc use generic bitbang driver to
comunicate with the gmac ethernet interface.
Add a dedicated driver created by chunkeey to fix this.

Co-developed-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/mdio-ipq8064.c [new file with mode: 0644]