mbox series

[net-next,0/2] Add FEC support on s32v234 platform

Message ID 20220907095649.3101484-1-wei.fang@nxp.com (mailing list archive)
Headers show
Series Add FEC support on s32v234 platform | expand

Message

Wei Fang Sept. 7, 2022, 9:56 a.m. UTC
From: Wei Fang <wei.fang@nxp.com>

This series patches are to add FEC support on s32v234 platfom.
1. Add compatible string and quirks for fsl,s32v234
2. Update Kconfig to also check for ARCH_S32.

Wei Fang (2):
  dt-bindings: net: fec: add fsl,s32v234-fec to compatible property
  net: fec: Add initial s32v234 support

 Documentation/devicetree/bindings/net/fsl,fec.yaml |  1 +
 drivers/net/ethernet/freescale/Kconfig             |  6 +++---
 drivers/net/ethernet/freescale/fec_main.c          | 12 ++++++++++++
 3 files changed, 16 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 20, 2022, 1:10 a.m. UTC | #1
Hello:

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

On Wed,  7 Sep 2022 17:56:47 +0800 you wrote:
> From: Wei Fang <wei.fang@nxp.com>
> 
> This series patches are to add FEC support on s32v234 platfom.
> 1. Add compatible string and quirks for fsl,s32v234
> 2. Update Kconfig to also check for ARCH_S32.
> 
> Wei Fang (2):
>   dt-bindings: net: fec: add fsl,s32v234-fec to compatible property
>   net: fec: Add initial s32v234 support
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] dt-bindings: net: fec: add fsl,s32v234-fec to compatible property
    https://git.kernel.org/netdev/net-next/c/00f5303c17ee
  - [net-next,2/2] net: fec: Add initial s32v234 support
    https://git.kernel.org/netdev/net-next/c/167d5fe0f6c9

You are awesome, thank you!