mbox series

[v1,net,0/3] Some bug fixes

Message ID cover.1702289232.git.siyanteng@loongson.cn (mailing list archive)
Headers show
Series Some bug fixes | expand

Message

Yanteng Si Dec. 11, 2023, 10:20 a.m. UTC
* Put Krzysztof's patch into my thread, pick Conor's Reviewed-by
  tag and Jiaxun's Acked-by tag.(prev version is RFC patch)

* I fixed an Oops related to mdio, mainly to ensure that
  mdio is initialized before use, because it will be used
  in a series of patches I am working on.

see <https://lore.kernel.org/loongarch/cover.1699533745.git.siyanteng@loongson.cn/T/#t>


Krzysztof Kozlowski (2):
  stmmac: dwmac-loongson: drop useless check for compatible fallback
  MIPS: dts: loongson: drop incorrect dwmac fallback compatible

Yanteng Si (1):
  stmmac: dwmac-loongson: Make sure MDIO is initialized before use

 .../boot/dts/loongson/loongson64-2k1000.dtsi  |  3 +--
 arch/mips/boot/dts/loongson/ls7a-pch.dtsi     |  3 +--
 .../ethernet/stmicro/stmmac/dwmac-loongson.c  | 19 ++++++-------------
 3 files changed, 8 insertions(+), 17 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 13, 2023, 11 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon, 11 Dec 2023 18:20:32 +0800 you wrote:
> * Put Krzysztof's patch into my thread, pick Conor's Reviewed-by
>   tag and Jiaxun's Acked-by tag.(prev version is RFC patch)
> 
> * I fixed an Oops related to mdio, mainly to ensure that
>   mdio is initialized before use, because it will be used
>   in a series of patches I am working on.
> 
> [...]

Here is the summary with links:
  - [v1,net,1/3] stmmac: dwmac-loongson: Make sure MDIO is initialized before use
    https://git.kernel.org/netdev/net/c/e87d3a1370ce
  - [v1,net,2/3] stmmac: dwmac-loongson: drop useless check for compatible fallback
    https://git.kernel.org/netdev/net/c/31fea092c6f9
  - [v1,net,3/3] MIPS: dts: loongson: drop incorrect dwmac fallback compatible
    https://git.kernel.org/netdev/net/c/4907a3f54b12

You are awesome, thank you!