Re: [PATCH v2 0/4] phy: core: Add phy bulk helpers support
From: Vladimir Oltean
Date: Mon Sep 07 2026 - 08:06:56 EST
On Mon, Sep 07, 2026 at 07:29:49PM +0800, Inochi Amaoto wrote:
> Yes, I have one for it. This is the spacemit pcie driver.
> https://lore.kernel.org/linux-pci/20260907112606.465778-1-inochiama@xxxxxxxxx/
>
> But it only uses a few of these helpers. So should I remove all the
> things that are not directly used, and let others add these if they
> need?
How many functions would go away, and how difficult would they be to
reconstruct, if we only were to add them on an "as-needed" basis?
If the answer is "many", I suppose you could also leave a note in
phy.rst that links to v2 and mentions unimplemented functions because
they lack a user.