mbox series

[v2,0/2] Fix the arc emac driver

Message ID 20241104130147.440125-1-andyshrk@163.com (mailing list archive)
Headers show
Series Fix the arc emac driver | expand

Message

Andy Yan Nov. 4, 2024, 1:01 p.m. UTC
From: Andy Yan <andy.yan@rock-chips.com>


The arc emac driver was broken for a long time,
The first broken happens when a dma releated fix introduced in Linux 5.10.
The second broken happens when a emac device tree node restyle introduced
in Linux 6.1.

These two patches are try to make the arc emac work again.

Changes in v2:
- Add cover letter.
- Add fix tag.
- Add more detail explaination.

Johan Jonker (2):
  net: arc: fix the device for dma_map_single/dma_unmap_single
  net: arc: rockchip: fix emac mdio node support

 drivers/net/ethernet/arc/emac_main.c | 27 ++++++++++++++++-----------
 drivers/net/ethernet/arc/emac_mdio.c |  9 ++++++++-
 2 files changed, 24 insertions(+), 12 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 7, 2024, 1 p.m. UTC | #1
Hello:

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

On Mon,  4 Nov 2024 21:01:37 +0800 you wrote:
> From: Andy Yan <andy.yan@rock-chips.com>
> 
> 
> The arc emac driver was broken for a long time,
> The first broken happens when a dma releated fix introduced in Linux 5.10.
> The second broken happens when a emac device tree node restyle introduced
> in Linux 6.1.
> 
> [...]

Here is the summary with links:
  - [v2,1/2] net: arc: fix the device for dma_map_single/dma_unmap_single
    https://git.kernel.org/netdev/net/c/71803c1dfa29
  - [v2,2/2] net: arc: rockchip: fix emac mdio node support
    https://git.kernel.org/netdev/net/c/0a1c7a7b0adb

You are awesome, thank you!