Re: [PATCH v6 2/8] phy: sort Kconfig and Makefile
From: Vladimir Oltean
Date: Tue Feb 10 2026 - 14:37:37 EST
Hi Theo,
On Tue, Jan 27, 2026 at 06:09:30PM +0100, Théo Lebrun wrote:
> Neither Kconfig nor Makefile are sorted; reorder them.
>
> $ diff -U100 <(grep ^config drivers/phy/Kconfig) \
> <(grep ^config drivers/phy/Kconfig | sort)
>
> $ diff -U100 <(grep ^obj-\\$ drivers/phy/Makefile) \
> <(grep ^obj-\\$ drivers/phy/Makefile | sort)
>
> Signed-off-by: Théo Lebrun <theo.lebrun@xxxxxxxxxxx>
> ---
This patch is appreciated, however it no longer applies on top of
current linux-phy/next.
Since we are in the merge window currently, would you mind reposting in
2 weeks (or as RFC in the meantime)?