mbox series

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

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

Message

Zhiqiang Hou May 3, 2020, 6:23 a.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                            | 22 +++++++++++++++----
 2 files changed, 20 insertions(+), 6 deletions(-)