driver: net: ti: introduce common mdio support library
authorGrygorii Strashko <grygorii.strashko@ti.com>
Wed, 31 Oct 2018 21:21:43 +0000 (16:21 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 5 Nov 2018 16:42:00 +0000 (10:42 -0600)
commit6c4bbccc6ed22464ef70500025e109ce63adaf74
tree4d25a2238a0cdce0ac486baac5b747af2087cb02
parentcbec53b434d290689ece1111f395d97f27f5c17f
driver: net: ti: introduce common mdio support library

All existing TI SoCs network HW have similar MDIO implementation, so
introduce common mdio support library which can be reused by TI networking
drivers.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/ti/Makefile
drivers/net/ti/cpsw_mdio.c [new file with mode: 0644]
drivers/net/ti/cpsw_mdio.h [new file with mode: 0644]