Message ID | 20211207015505.16746-1-biao.huang@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | MediaTek Ethernet Patches on MT8195 | expand |
On Tue, 7 Dec 2021 09:54:58 +0800 Biao Huang wrote: > Changes in v5: > 1. remove useless inclusion in dwmac-mediatek.c as Angelo's comments. > 2. add acked-by in "net-next: stmmac: dwmac-mediatek: add support for > mt8195" patch Which tree is this series based on? It doesn't seem to apply to net-next. Also the net-next in the subjects is misplaced. If the series is supposed to be merged to net-next the subject should be like: [PATCH net-next v5 1/7] stmmac: dwmac-mediatek: add platform level clocks management You can use --subject-prefix="PATCH net-next v6" in git-format-patch to add the prefix.
On Tue, 7 Dec 2021 06:43:45 -0800 Jakub Kicinski wrote: > On Tue, 7 Dec 2021 09:54:58 +0800 Biao Huang wrote: > > Changes in v5: > > 1. remove useless inclusion in dwmac-mediatek.c as Angelo's comments. > > 2. add acked-by in "net-next: stmmac: dwmac-mediatek: add support for > > mt8195" patch > > Which tree is this series based on? It doesn't seem to apply to > net-next. Also the net-next in the subjects is misplaced. If the series > is supposed to be merged to net-next the subject should be like: > > [PATCH net-next v5 1/7] stmmac: dwmac-mediatek: add platform level clocks management > > You can use --subject-prefix="PATCH net-next v6" in git-format-patch to > add the prefix. FWIW patch 6 is the one with the conflict: "arm64: dts: mt8195: add ethernet device node"
Dear Jakub, Thanks for your comments~ On Tue, 2021-12-07 at 06:46 -0800, Jakub Kicinski wrote: > On Tue, 7 Dec 2021 06:43:45 -0800 Jakub Kicinski wrote: > > On Tue, 7 Dec 2021 09:54:58 +0800 Biao Huang wrote: > > > Changes in v5: > > > 1. remove useless inclusion in dwmac-mediatek.c as Angelo's > > > comments. > > > 2. add acked-by in "net-next: stmmac: dwmac-mediatek: add support > > > for > > > mt8195" patch > > > > Which tree is this series based on? It doesn't seem to apply to > > net-next. Also the net-next in the subjects is misplaced. If the > > series > > is supposed to be merged to net-next the subject should be like: > > > > [PATCH net-next v5 1/7] stmmac: dwmac-mediatek: add platform level > > clocks management > > > > You can use --subject-prefix="PATCH net-next v6" in git-format- > > patch to > > add the prefix. > > FWIW patch 6 is the one with the conflict: "arm64: dts: mt8195: add > ethernet device node" I'll rebase to the latest net-next tree, and fix these issues in next send