Re: [net-next PATCH v3 1/5] net: phy: move at803x PHY driver to dedicated directory

From: Andrew Lunn
Date: Sun Jan 28 2024 - 18:39:51 EST


> @@ -36,7 +36,7 @@ obj-$(CONFIG_ADIN_PHY) += adin.o
> obj-$(CONFIG_ADIN1100_PHY) += adin1100.o
> obj-$(CONFIG_AMD_PHY) += amd.o
> obj-$(CONFIG_AQUANTIA_PHY) += aquantia/
> -obj-$(CONFIG_AT803X_PHY) += at803x.o
> +obj-y += qcom/

nitpick:

Please could you insert qcom before qsemi, so we keep it correctly
sorted.

Otherwise:

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew