Message ID | 20241118-schema-v1-0-11b7c1583c0c@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | Add standalone ethernet MAC entries for qcs615 | expand |
On 11/18/24 07:16, Yijie Yang wrote: > Add separate EMAC entries for qcs615 since its core version is 2.3.1, > compared to sm8150's 2.1.2. > > Signed-off-by: Yijie Yang <quic_yijiyang@quicinc.com> ## Form letter - net-next-closed The merge window for v6.13 has begun and net-next is closed for new drivers, features, code refactoring and optimizations. We are currently accepting bug fixes only. Please repost when net-next reopens after Dec 2nd. RFC patches sent for review only are welcome at any time. See: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#development-cycle
On 2024-11-19 19:18, Paolo Abeni wrote: > On 11/18/24 07:16, Yijie Yang wrote: >> Add separate EMAC entries for qcs615 since its core version is 2.3.1, >> compared to sm8150's 2.1.2. >> >> Signed-off-by: Yijie Yang <quic_yijiyang@quicinc.com> > ## Form letter - net-next-closed > > The merge window for v6.13 has begun and net-next is closed for new > drivers, features, code refactoring and optimizations. We are currently > accepting bug fixes only. > > Please repost when net-next reopens after Dec 2nd. > > RFC patches sent for review only are welcome at any time. > > See: > https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#development-cycle > Thank you for the reminder. >
Add separate EMAC entries for qcs615 since its core version is 2.3.1, compared to sm8150's 2.1.2. Signed-off-by: Yijie Yang <quic_yijiyang@quicinc.com> --- Yijie Yang (3): dt-bindings: net: qcom,ethqos: revise description for qcs615 dt-bindings: net: snps,dwmac: add description for qcs615 net: stmmac: dwmac-qcom-ethqos: add support for EMAC on qcs615 platforms Documentation/devicetree/bindings/net/qcom,ethqos.yaml | 5 +---- Documentation/devicetree/bindings/net/snps,dwmac.yaml | 2 ++ drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c | 17 +++++++++++++++++ 3 files changed, 20 insertions(+), 4 deletions(-) --- base-commit: 3664e6c4f4d07fa51834cd59d94b42b7f803e79b change-id: 20241111-schema-7915779020f5 Best regards,