mbox series

[v3,0/2] StarFive DWMAC support for JH7100

Message ID 20231222101001.2541758-1-cristian.ciocaltea@collabora.com (mailing list archive)
Headers show
Series StarFive DWMAC support for JH7100 | expand

Message

Cristian Ciocaltea Dec. 22, 2023, 10:09 a.m. UTC
This is just a subset of the initial patch series [1] adding networking
support for StarFive JH7100 SoC.

[1]: https://lore.kernel.org/lkml/20231218214451.2345691-1-cristian.ciocaltea@collabora.com/

Changes in v3:
 - Optimized jh7110 resets & reset-names properties (Rob)
 - Added R-b tag from Jacob in PATCH 1
 - v2:
   https://lore.kernel.org/lkml/20231220002824.2462655-1-cristian.ciocaltea@collabora.com/

Changes in v2:
 - Add the missing binding patch (Conor)
 - v1:
   https://lore.kernel.org/lkml/20231219231040.2459358-1-cristian.ciocaltea@collabora.com/

Cristian Ciocaltea (2):
  dt-bindings: net: starfive,jh7110-dwmac: Add JH7100 SoC compatible
  net: stmmac: dwmac-starfive: Add support for JH7100 SoC

 .../devicetree/bindings/net/snps,dwmac.yaml   | 11 +--
 .../bindings/net/starfive,jh7110-dwmac.yaml   | 72 +++++++++++++------
 drivers/net/ethernet/stmicro/stmmac/Kconfig   |  6 +-
 .../ethernet/stmicro/stmmac/dwmac-starfive.c  | 32 +++++++--
 4 files changed, 88 insertions(+), 33 deletions(-)

Comments

Jakub Kicinski Jan. 2, 2024, 11:02 p.m. UTC | #1
On Fri, 22 Dec 2023 12:09:58 +0200 Cristian Ciocaltea wrote:
> This is just a subset of the initial patch series [1] adding networking
> support for StarFive JH7100 SoC.

We shut down the development at the end of the year:

https://lore.kernel.org/all/20231205101002.1c09e027@kernel.org/

looks like this patch got dropped during the break.

Please rebase & repost.