Re: [PATCH v2 net-next 3/3] nfc: s3fwrn5: extract the common phy blocks

From: Jakub Kicinski
Date: Fri Nov 27 2020 - 19:04:49 EST


On Fri, 27 Nov 2020 20:22:18 +0900 bongsu.jeon2@xxxxxxxxx wrote:
> From: Bongsu Jeon <bongsu.jeon@xxxxxxxxxxx>
>
> Extract the common phy blocks to reuse it.
> The UART module will use the common blocks.
>
> Signed-off-by: Bongsu Jeon <bongsu.jeon@xxxxxxxxxxx>
> ---
> Changes in v2:
> - remove the common function's definition in common header file.
> - make the common phy_common.c file to define the common function.
> - wrap the lines.
> - change the Header guard.
> - remove the unused common function.

You need to repost the entire series.

Please wait around 8 hours and rebase on top of net-next. At that point
Krzysztof's fix which you were including as patch 1 should already be
in net-next, so you should be able to post just the latter two patches.