mbox series

[PATCHv2,0/3] net: tsec: Fix issues of DM driver

Message ID 20200503144843.36949-1-Zhiqiang.Hou@nxp.com
Headers show
Series net: tsec: Fix issues of DM driver | expand

Message

Zhiqiang Hou May 3, 2020, 2:48 p.m. UTC
From: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>

This patch set is to fix some issues of eTSEC DM driver.

Hou Zhiqiang (3):
  doc: dt-bindings: tsec: Correct the Ethernet port compatible string
  net: tsec: Access eTSEC registers using virtual address
  net: tsec: Access TBI PHY through the corresponding MII

 doc/device-tree-bindings/net/fsl-tsec-phy.txt |  4 +--
 drivers/net/tsec.c                            | 32 ++++++++++++++++---
 2 files changed, 29 insertions(+), 7 deletions(-)