[PATCH RESEND 0/2] phy: core: Remove 2 APIs

Zijun Hu posted 2 patches 8 months ago
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(-)
[PATCH RESEND 0/2] phy: core: Remove 2 APIs
Posted by Zijun Hu 8 months ago
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@quicinc.com>
---
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(-)
---
base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b
change-id: 20250210-remove-apis-b4e48d4c4712

Best regards,
-- 
Zijun Hu <quic_zijuhu@quicinc.com>
Re: [PATCH RESEND 0/2] phy: core: Remove 2 APIs
Posted by Zijun Hu 7 months ago
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@quicinc.com>
> ---
> 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.