Re: [PATCH net-next v8 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
Bartosz Golaszewski <[email protected]> Fri, 13 Mar 2026 09:55:43 +0100
| Newsgroups | dev.linux.lists.sophgo,dev.linux.lists.imx,dev.linux.lists.linux-sunxi,org.infradead.lists.linux-amlogic,org.infradead.lists.linux-riscv,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-mips,org.kernel.vger.linux-renesas-soc,org.kernel.vger.netdev |
|---|---|
| Message-ID | <CAMRc=Md8i6oCAqOBB_3q9PkkbaUxrCftum+WBjvac2O+Hk8kTg@mail.gmail.com> |
On Fri, Mar 13, 2026 at 2:16 AM Jakub Kicinski <[email protected]> wrote: > > On Wed, 11 Mar 2026 18:03:35 +0100 Bartosz Golaszewski wrote: > > Add support for the firmware-managed variant of the DesignWare MAC on > > the sa8255p platform. This series contains new DT bindings and driver > > changes required to support the MAC in the STMMAC driver. > > > > It also reorganizes the ethqos code quite a bit to make the introduction > > of power domains into the driver a bit easier on the eye. > > Not entirely sure what the conclusion was in the sub-thread with Russell > but FWIW this doesn't apply to net-next as posted so respin will be > needed either way. net-next is quite the moving target, isn't it? I did just that between v7 and v8. :) As for Russell's response: I think this is the third time we're doing this for this driver. :( This series is not touching the existing functionality and rebasing of Russell's changes on top of this should for most part be trivial. The core of the changeset is to add support for power domains to enable ethernet on SCMI driven SoCs. I would really appreciate it if we could get it upstream and then any subsequent rework can take into account the two types of systems we support. Russell: I see your point and didn't mind the first two times but it's been way too long since I posted v1. Bartosz