Re: [PATCH net-next 0/4] enetc: code cleanups

2020-12-16 Thread Andrew Lunn
> Ah, I thought it will be picked up automatically after the merge > window is closed, no? Nope. With netdev, if it is not merged in about 3 days, it needs to be reposted. And it might need a rebased after the merge window closes and net-next reopens. Andrew

Re: [PATCH net-next 0/4] enetc: code cleanups

2020-12-16 Thread Michael Walle
Am 2020-12-16 20:25, schrieb Vladimir Oltean: Hi Michael, On Tue, Dec 15, 2020 at 10:21:56PM +0100, Michael Walle wrote: This are some code cleanups in the MDIO part of the enetc. They are intended to make the code more readable. Nice cleanup, please resend it after net-next opens again. Ah

Re: [PATCH net-next 0/4] enetc: code cleanups

2020-12-16 Thread Vladimir Oltean
Hi Michael, On Tue, Dec 15, 2020 at 10:21:56PM +0100, Michael Walle wrote: > This are some code cleanups in the MDIO part of the enetc. They are > intended to make the code more readable. Nice cleanup, please resend it after net-next opens again.

[PATCH net-next 0/4] enetc: code cleanups

2020-12-15 Thread Michael Walle
This are some code cleanups in the MDIO part of the enetc. They are intended to make the code more readable. Michael Walle (4): enetc: drop unneeded indirection enetc: don't use macro magic for the readx_poll_timeout() callback enetc: drop MDIO_DATA() macro enetc: reorder macros and functi