[PATCH v2 0/5] dd ethernet support for RPi5

Stanimir Varbanov posted 5 patches 1 month, 1 week ago
.../devicetree/bindings/net/cdns,macb.yaml     |  1 +
.../boot/dts/broadcom/bcm2712-rpi-5-b.dts      | 18 ++++++++++++++++++
arch/arm64/boot/dts/broadcom/rp1-common.dtsi   | 16 ++++++++++++++++
drivers/net/ethernet/cadence/macb_main.c       | 18 +++++++++++++++++-
4 files changed, 52 insertions(+), 1 deletion(-)
[PATCH v2 0/5] dd ethernet support for RPi5
Posted by Stanimir Varbanov 1 month, 1 week ago
Hello,

Changes in v2:
 - In 1/5 updates according to review comments (Nicolas)
 - In 1/5 added Fixes tag (Nicolas)
 - Added Reviewed-by and Acked-by tags.

v1 can found at [1].

Comments are welcome!

regards,
~Stan

[1] www.spinics.net/lists/netdev/msg1115266.html

Dave Stevenson (2):
  dt-bindings: net: cdns,macb: Add compatible for Raspberry Pi RP1
  net: cadence: macb: Add support for Raspberry Pi RP1 ethernet
    controller

Stanimir Varbanov (3):
  net: cadence: macb: Set upper 32bits of DMA ring buffer
  arm64: dts: rp1: Add ethernet DT node
  arm64: dts: broadcom: Enable RP1 ethernet for Raspberry Pi 5

 .../devicetree/bindings/net/cdns,macb.yaml     |  1 +
 .../boot/dts/broadcom/bcm2712-rpi-5-b.dts      | 18 ++++++++++++++++++
 arch/arm64/boot/dts/broadcom/rp1-common.dtsi   | 16 ++++++++++++++++
 drivers/net/ethernet/cadence/macb_main.c       | 18 +++++++++++++++++-
 4 files changed, 52 insertions(+), 1 deletion(-)

-- 
2.47.0
Re: [PATCH v2 0/5] dd ethernet support for RPi5
Posted by Florian Fainelli 4 weeks, 1 day ago
On 8/22/25 02:34, Stanimir Varbanov wrote:
> Hello,
> 
> Changes in v2:
>   - In 1/5 updates according to review comments (Nicolas)
>   - In 1/5 added Fixes tag (Nicolas)
>   - Added Reviewed-by and Acked-by tags.
> 
> v1 can found at [1].
> 
> Comments are welcome!

netdev maintainers, I took patches 4 and 5 through the Broadcom ARM SoC 
tree, please take patches 1 through 3 inclusive, or let me know if I 
should take patch 2 as well.

Thanks!

-- 
Florian
Re: [PATCH v2 0/5] dd ethernet support for RPi5
Posted by Jakub Kicinski 4 weeks ago
On Thu, 4 Sep 2025 14:07:36 -0700 Florian Fainelli wrote:
> On 8/22/25 02:34, Stanimir Varbanov wrote:
> > Hello,
> > 
> > Changes in v2:
> >   - In 1/5 updates according to review comments (Nicolas)
> >   - In 1/5 added Fixes tag (Nicolas)
> >   - Added Reviewed-by and Acked-by tags.
> > 
> > v1 can found at [1].
> > 
> > Comments are welcome!  
> 
> netdev maintainers, I took patches 4 and 5 through the Broadcom ARM SoC 
> tree, please take patches 1 through 3 inclusive, or let me know if I 
> should take patch 2 as well.

Thanks for the heads up! Let me take patch 3 right now.
I'm a bit unclear on where we landed with the parallel efforts to add
the >32b address support :(
Re: [PATCH v2 0/5] dd ethernet support for RPi5
Posted by Jakub Kicinski 4 weeks ago
On Thu, 4 Sep 2025 18:47:57 -0700 Jakub Kicinski wrote:
> > netdev maintainers, I took patches 4 and 5 through the Broadcom ARM SoC 
> > tree, please take patches 1 through 3 inclusive, or let me know if I 
> > should take patch 2 as well.  
> 
> Thanks for the heads up! Let me take patch 3 right now.

s/patch 3/patch 2/

> I'm a bit unclear on where we landed with the parallel efforts to add
> the >32b address support :(
Re: [PATCH v2 0/5] dd ethernet support for RPi5
Posted by Stanimir Varbanov 4 weeks ago
Hi Jacub,

On 9/5/25 4:49 AM, Jakub Kicinski wrote:
> On Thu, 4 Sep 2025 18:47:57 -0700 Jakub Kicinski wrote:
>>> netdev maintainers, I took patches 4 and 5 through the Broadcom ARM SoC 
>>> tree, please take patches 1 through 3 inclusive, or let me know if I 
>>> should take patch 2 as well.  
>>
>> Thanks for the heads up! Let me take patch 3 right now.
> 
> s/patch 3/patch 2/
> 
>> I'm a bit unclear on where we landed with the parallel efforts to add
>> the >32b address support :(
> 

If you talk about 1/5 from this series, you can ignore it for now. I'll
monitor the fixes series from Théo Lebrun and will resend it if needed.

regards,
~Stan