On 2025/4/14 19:49, Zijun Hu wrote: > This patch series is to remove the following 2 APIs: > > devm_of_phy_provider_unregister() > devm_phy_destroy() > > Both APIs have not had callers for more than 10 years. > > Signed-off-by: Zijun Hu <quic_zijuhu@xxxxxxxxxxx> > --- > Zijun Hu (2): > phy: core: Remove API devm_of_phy_provider_unregister() > phy: core: Remove API devm_phy_destroy() > > Documentation/driver-api/phy/phy.rst | 11 ++----- > .../translations/zh_CN/driver-api/phy/phy.rst | 12 ++------ > drivers/phy/phy-core.c | 36 ---------------------- > include/linux/phy/phy.h | 11 ------- > 4 files changed, 6 insertions(+), 64 deletions(-) Hi Vinod, Gentle ping you for your awareness since this patch series have pended for more than 3 months without no response.