Message ID | 20230522122829.24945-1-harini.katakam@amd.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for VSC85xx DT RGMII delays | expand |
Hi Harini, On Mon, May 22, 2023 at 05:58:27PM +0530, Harini Katakam wrote: > Provide an option to change RGMII delay value via devicetree. > > v4: > - Remove VSC8531_02 support. Existing code will identify VSC8531_01/02 > and there is no unique functionality to be added for either version. > - Correct type of rx/tx_delay to accept correct return value. > - Added Andrew's tag to patch 1 Would you mind waiting until this patch set for "net" is merged first, then rebasing your "net-next" work on top of it? https://patchwork.kernel.org/project/netdevbpf/cover/20230523153108.18548-1-david.epping@missinglinkelectronics.com/ You should be able to resend your patch set tomorrow, after the net pull request and the subsequent net -> net-next merge. There are going to be merge conflicts if your series gets applied simultaneously, and they're ugly enough that I would prefer you to deal with them locally, before submitting, rather than leaving the netdev maintainers do it.
Hi Vladimir, > -----Original Message----- > From: Vladimir Oltean <vladimir.oltean@nxp.com> > Sent: Wednesday, May 24, 2023 3:27 PM > To: Katakam, Harini <harini.katakam@amd.com> > Cc: andrew@lunn.ch; hkallweit1@gmail.com; linux@armlinux.org.uk; > davem@davemloft.net; kuba@kernel.org; edumazet@google.com; > pabeni@redhat.com; wsa+renesas@sang-engineering.com; > simon.horman@corigine.com; netdev@vger.kernel.org; linux- > kernel@vger.kernel.org; harinikatakamlinux@gmail.com; Simek, Michal > <michal.simek@amd.com>; Pandey, Radhey Shyam > <radhey.shyam.pandey@amd.com> > Subject: Re: [PATCH net-next v4 0/2] Add support for VSC85xx DT RGMII > delays > > Hi Harini, > > On Mon, May 22, 2023 at 05:58:27PM +0530, Harini Katakam wrote: > > Provide an option to change RGMII delay value via devicetree. > > > > v4: > > - Remove VSC8531_02 support. Existing code will identify VSC8531_01/02 > > and there is no unique functionality to be added for either version. > > - Correct type of rx/tx_delay to accept correct return value. > > - Added Andrew's tag to patch 1 > > Would you mind waiting until this patch set for "net" is merged first, then > rebasing your "net-next" work on top of it? > https://patchwork.kernel.org/project/netdevbpf/cover/20230523153108.1854 > 8-1-david.epping@missinglinkelectronics.com/ > > You should be able to resend your patch set tomorrow, after the net pull > request and the subsequent net -> net-next merge. > > There are going to be merge conflicts if your series gets applied > simultaneously, and they're ugly enough that I would prefer you to deal with > them locally, before submitting, rather than leaving the netdev maintainers do > it. Ok sure, I'll wait and rebase after the above set is merged. Regards, Harini