[PATCH 00/11] phy: drop unused module aliases

Johan Hovold posted 11 patches 2 months, 1 week ago
drivers/phy/broadcom/phy-brcm-sata.c        | 1 -
drivers/phy/broadcom/phy-brcm-usb.c         | 1 -
drivers/phy/cadence/phy-cadence-sierra.c    | 1 -
drivers/phy/hisilicon/phy-hi6220-usb.c      | 1 -
drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c | 1 -
drivers/phy/samsung/phy-exynos5-usbdrd.c    | 1 -
drivers/phy/samsung/phy-samsung-usb2.c      | 1 -
drivers/phy/ti/phy-dm816x-usb.c             | 1 -
drivers/phy/ti/phy-omap-control.c           | 1 -
drivers/phy/ti/phy-omap-usb2.c              | 1 -
drivers/phy/ti/phy-ti-pipe3.c               | 1 -
11 files changed, 11 deletions(-)
[PATCH 00/11] phy: drop unused module aliases
Posted by Johan Hovold 2 months, 1 week ago
When fixing up some device leaks in the TI drivers I noticed that the
commits introducing the leaks had also converted the drivers to only
support OF probe.

This series drops the unused platform module alias from the PHY drivers
that never have supported or no longer supports anything but OF probing.

Johan


Johan Hovold (11):
  phy: broadcom: brcm-sata: drop unused module alias
  phy: broadcom: brcm-usb: drop unused module alias
  phy: cadence: Sierra: drop unused module alias
  phy: hisilicon: hi6220-usb: drop unused module alias
  phy: qualcomm: ipq806x-usb: drop unused module alias
  phy: samsung: exynos5-usbdrd: drop unused module alias
  phy: samsung: usb2: drop unused module alias
  phy: ti: omap-usb2: drop unused module alias
  phy: ti: ti-pipe3: drop unused module alias
  phy: ti: dm816x-usb: drop unused module alias
  phy: ti: omap-control: drop unused module alias

 drivers/phy/broadcom/phy-brcm-sata.c        | 1 -
 drivers/phy/broadcom/phy-brcm-usb.c         | 1 -
 drivers/phy/cadence/phy-cadence-sierra.c    | 1 -
 drivers/phy/hisilicon/phy-hi6220-usb.c      | 1 -
 drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c | 1 -
 drivers/phy/samsung/phy-exynos5-usbdrd.c    | 1 -
 drivers/phy/samsung/phy-samsung-usb2.c      | 1 -
 drivers/phy/ti/phy-dm816x-usb.c             | 1 -
 drivers/phy/ti/phy-omap-control.c           | 1 -
 drivers/phy/ti/phy-omap-usb2.c              | 1 -
 drivers/phy/ti/phy-ti-pipe3.c               | 1 -
 11 files changed, 11 deletions(-)

-- 
2.49.1
Re: [PATCH 00/11] phy: drop unused module aliases
Posted by Vinod Koul 1 month, 3 weeks ago
On Thu, 24 Jul 2025 17:48:12 +0200, Johan Hovold wrote:
> When fixing up some device leaks in the TI drivers I noticed that the
> commits introducing the leaks had also converted the drivers to only
> support OF probe.
> 
> This series drops the unused platform module alias from the PHY drivers
> that never have supported or no longer supports anything but OF probing.
> 
> [...]

Applied, thanks!

[01/11] phy: broadcom: brcm-sata: drop unused module alias
        commit: b4e1e9108c948896661ecf5c61a29f6086e53f38
[02/11] phy: broadcom: brcm-usb: drop unused module alias
        commit: 33e64f6e38b2dccbaba8c3533cd0c45e1245c205
[03/11] phy: cadence: Sierra: drop unused module alias
        commit: d81e02d02b5f0c0f53e6cfb8982489fdacd546b6
[04/11] phy: hisilicon: hi6220-usb: drop unused module alias
        commit: b4d4af09092b50b940b37892445f0ae5a007e888
[05/11] phy: qualcomm: ipq806x-usb: drop unused module alias
        commit: 8cbb931b8ac285cd1ec46f8764a91a627704ccab
[06/11] phy: samsung: exynos5-usbdrd: drop unused module alias
        commit: a4c3d8015f4298d90d4d145101dd04de8854e6f9
[07/11] phy: samsung: usb2: drop unused module alias
        commit: 7ee2e0347cc781f0f87777558218961c51ec6aba
[08/11] phy: ti: omap-usb2: drop unused module alias
        commit: 36d20c023bfe98eb999ec5ba4f051460f6080564
[09/11] phy: ti: ti-pipe3: drop unused module alias
        commit: e709cc0741e8f155a39174d97eb9ae9c0cba2623
[10/11] phy: ti: dm816x-usb: drop unused module alias
        commit: 00837ae34f6321f9b6c290f92eb369e7f9259d41
[11/11] phy: ti: omap-control: drop unused module alias
        commit: e04f91e1d881120ff97389960cf7c765d510213e

Best regards,
-- 
~Vinod
Re: [PATCH 00/11] phy: drop unused module aliases
Posted by neil.armstrong@linaro.org 2 months ago
On 24/07/2025 17:48, Johan Hovold wrote:
> When fixing up some device leaks in the TI drivers I noticed that the
> commits introducing the leaks had also converted the drivers to only
> support OF probe.
> 
> This series drops the unused platform module alias from the PHY drivers
> that never have supported or no longer supports anything but OF probing.
> 
> Johan
> 
> 
> Johan Hovold (11):
>    phy: broadcom: brcm-sata: drop unused module alias
>    phy: broadcom: brcm-usb: drop unused module alias
>    phy: cadence: Sierra: drop unused module alias
>    phy: hisilicon: hi6220-usb: drop unused module alias
>    phy: qualcomm: ipq806x-usb: drop unused module alias
>    phy: samsung: exynos5-usbdrd: drop unused module alias
>    phy: samsung: usb2: drop unused module alias
>    phy: ti: omap-usb2: drop unused module alias
>    phy: ti: ti-pipe3: drop unused module alias
>    phy: ti: dm816x-usb: drop unused module alias
>    phy: ti: omap-control: drop unused module alias
> 
>   drivers/phy/broadcom/phy-brcm-sata.c        | 1 -
>   drivers/phy/broadcom/phy-brcm-usb.c         | 1 -
>   drivers/phy/cadence/phy-cadence-sierra.c    | 1 -
>   drivers/phy/hisilicon/phy-hi6220-usb.c      | 1 -
>   drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c | 1 -
>   drivers/phy/samsung/phy-exynos5-usbdrd.c    | 1 -
>   drivers/phy/samsung/phy-samsung-usb2.c      | 1 -
>   drivers/phy/ti/phy-dm816x-usb.c             | 1 -
>   drivers/phy/ti/phy-omap-control.c           | 1 -
>   drivers/phy/ti/phy-omap-usb2.c              | 1 -
>   drivers/phy/ti/phy-ti-pipe3.c               | 1 -
>   11 files changed, 11 deletions(-)
> 

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Re: [PATCH 00/11] phy: drop unused module aliases
Posted by neil.armstrong@linaro.org 2 months ago
On 24/07/2025 17:48, Johan Hovold wrote:
> When fixing up some device leaks in the TI drivers I noticed that the
> commits introducing the leaks had also converted the drivers to only
> support OF probe.
> 
> This series drops the unused platform module alias from the PHY drivers
> that never have supported or no longer supports anything but OF probing.
> 
> Johan
> 
> 
> Johan Hovold (11):
>    phy: broadcom: brcm-sata: drop unused module alias
>    phy: broadcom: brcm-usb: drop unused module alias
>    phy: cadence: Sierra: drop unused module alias
>    phy: hisilicon: hi6220-usb: drop unused module alias
>    phy: qualcomm: ipq806x-usb: drop unused module alias
>    phy: samsung: exynos5-usbdrd: drop unused module alias
>    phy: samsung: usb2: drop unused module alias
>    phy: ti: omap-usb2: drop unused module alias
>    phy: ti: ti-pipe3: drop unused module alias
>    phy: ti: dm816x-usb: drop unused module alias
>    phy: ti: omap-control: drop unused module alias
> 
>   drivers/phy/broadcom/phy-brcm-sata.c        | 1 -
>   drivers/phy/broadcom/phy-brcm-usb.c         | 1 -
>   drivers/phy/cadence/phy-cadence-sierra.c    | 1 -
>   drivers/phy/hisilicon/phy-hi6220-usb.c      | 1 -
>   drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c | 1 -
>   drivers/phy/samsung/phy-exynos5-usbdrd.c    | 1 -
>   drivers/phy/samsung/phy-samsung-usb2.c      | 1 -
>   drivers/phy/ti/phy-dm816x-usb.c             | 1 -
>   drivers/phy/ti/phy-omap-control.c           | 1 -
>   drivers/phy/ti/phy-omap-usb2.c              | 1 -
>   drivers/phy/ti/phy-ti-pipe3.c               | 1 -
>   11 files changed, 11 deletions(-)
> 

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>