Commits
Roger Quadros committed 1358df1af91
net: prueth: Add TI PRUSS Ethernet driver This driver brings dual-EMAC functionality on TI SoCs that support Ethernet over PRUSS. [s-anna@ti.com: Add K2G ICE board compatibles] [nsekhar@ti.com: checkpatch warning fixes] [jjhilbolt@ti.com: defer probe fixes] I've squased the following commits from ti-4.19 2f6670debd34 net: prueth: Set proper MII TX_DELAY for 10M link 87ec7c8052d2 net: ti: prueth: Hook up net device's ioctl to phy_mii_ioctl() 92de0880b758 net: ethernet: ti: prueth: support allmulti c3e853bfe719 net: ethernet: ti: prueth: request_irq after rproc_boot 535350934243 net: ethernet: ti: prueth: add multicast filtering And following new commits from my working tree net: ti: prueth: Enable OCP master port access net: ti: prueth: drop unsupported link modes Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>