mbox series

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

Message ID cover.1702289232.git.siyanteng@loongson.cn
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(-)