mbox series

[net-next,v2,0/2] Add support for ICSSG on AM64x EVM

Message ID 20230911054308.2163076-1-danishanwar@ti.com
Headers show
Series Add support for ICSSG on AM64x EVM | expand

Message

MD Danish Anwar Sept. 11, 2023, 5:43 a.m. UTC
This series adds support for ICSSG driver on AM64x EVM.

First patch of the series adds compatible for AM64x EVM in icssg-prueth
dt binding. Second patch adds support for AM64x compatible in the ICSSG 
driver.

This series addresses comments on [v1] (which was posted as RFC).
This series is based on the latest net-next/main. This series has no
dependency.

Changes from v1 to v2:
*) Made the compatible list in patch 1 alphanumerically ordered as asked
   by Krzysztof.
*) Dropped the RFC tag.
*) Added RB tags of Andrew and Roger.

[v1] https://lore.kernel.org/all/20230830113724.1228624-1-danishanwar@ti.com/

Thanks and Regards,
Md Danish Anwar

MD Danish Anwar (2):
  dt-bindings: net: Add compatible for AM64x in ICSSG
  net: ti: icssg-prueth: Add AM64x icssg support

 Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml | 1 +
 drivers/net/ethernet/ti/icssg/icssg_prueth.c               | 5 +++++
 2 files changed, 6 insertions(+)


base-commit: 73be7fb14e83d24383f840a22f24d3ed222ca319

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 12, 2023, 8:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 11 Sep 2023 11:13:06 +0530 you wrote:
> This series adds support for ICSSG driver on AM64x EVM.
> 
> First patch of the series adds compatible for AM64x EVM in icssg-prueth
> dt binding. Second patch adds support for AM64x compatible in the ICSSG
> driver.
> 
> This series addresses comments on [v1] (which was posted as RFC).
> This series is based on the latest net-next/main. This series has no
> dependency.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] dt-bindings: net: Add compatible for AM64x in ICSSG
    https://git.kernel.org/netdev/net-next/c/0caab0a46d06
  - [net-next,v2,2/2] net: ti: icssg-prueth: Add AM64x icssg support
    https://git.kernel.org/netdev/net-next/c/b256e13378a9

You are awesome, thank you!