Re: [PATCH net-next 1/6] net: dsa: vsc73xx: convert to PHYLINK
From: Linus Walleij
Date: Wed Jun 21 2023 - 17:21:42 EST
On Wed, Jun 21, 2023 at 9:13 PM Pawel Dembicki <paweldembicki@xxxxxxxxx> wrote:
> This patch replaces the adjust_link api with the phylink apis that provide
> equivalent functionality.
>
> The remaining functionality from the adjust_link is now covered in the
> phylink_mac_link_* and phylink_mac_config.
>
> Removes:
> .adjust_link
> Adds:
> .phylink_get_caps
> .phylink_mac_link_down
> .phylink_mac_link_up
> .phylink_mac_link_down
>
> Signed-off-by: Pawel Dembicki <paweldembicki@xxxxxxxxx>
Thanks for doing this!
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
Yours,
Linus Walleij