mbox series

[V2,net-next,0/2] add interface mode select and RMII

Message ID 20220822015949.1569969-1-wei.fang@nxp.com (mailing list archive)
Headers show
Series add interface mode select and RMII | expand

Message

Wei Fang Aug. 22, 2022, 1:59 a.m. UTC
From: Wei Fang <wei.fang@nxp.com>

The patches add the below feature support for both TJA1100 and
TJA1101 PHYs cards:
- Add MII and RMII mode support.
- Add REF_CLK input/output support for RMII mode.

Wei Fang (2):
  dt-bindings: net: tja11xx: add nxp,refclk_in property
  net: phy: tja11xx: add interface mode and RMII REF_CLK support

 .../devicetree/bindings/net/nxp,tja11xx.yaml  | 17 ++++
 drivers/net/phy/nxp-tja11xx.c                 | 83 +++++++++++++++++--
 2 files changed, 95 insertions(+), 5 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 24, 2022, 12:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 22 Aug 2022 09:59:47 +0800 you wrote:
> From: Wei Fang <wei.fang@nxp.com>
> 
> The patches add the below feature support for both TJA1100 and
> TJA1101 PHYs cards:
> - Add MII and RMII mode support.
> - Add REF_CLK input/output support for RMII mode.
> 
> [...]

Here is the summary with links:
  - [V2,net-next,1/2] dt-bindings: net: tja11xx: add nxp,refclk_in property
    https://git.kernel.org/netdev/net-next/c/52b2fe4535ad
  - [V2,net-next,2/2] net: phy: tja11xx: add interface mode and RMII REF_CLK support
    https://git.kernel.org/netdev/net-next/c/60ddc78d1636

You are awesome, thank you!