[PATCH 0/3] phy: fix device leaks at unbind

Johan Hovold posted 3 patches 2 months, 1 week ago
drivers/phy/tegra/xusb-tegra210.c |  6 +++++-
drivers/phy/ti/phy-omap-usb2.c    | 13 +++++++++++++
drivers/phy/ti/phy-ti-pipe3.c     | 13 +++++++++++++
3 files changed, 31 insertions(+), 1 deletion(-)
[PATCH 0/3] phy: fix device leaks at unbind
Posted by Johan Hovold 2 months, 1 week ago
This series fixes device leaks due to failure to drop the reference
taken by of_find_device_by_node().

Johan

Johan Hovold (3):
  phy: tegra: xusb: fix device and OF node leak at probe
  phy: ti: omap-usb2: fix device leak at unbind
  phy: ti-pipe3: fix device leak at unbind

 drivers/phy/tegra/xusb-tegra210.c |  6 +++++-
 drivers/phy/ti/phy-omap-usb2.c    | 13 +++++++++++++
 drivers/phy/ti/phy-ti-pipe3.c     | 13 +++++++++++++
 3 files changed, 31 insertions(+), 1 deletion(-)

-- 
2.49.1
Re: [PATCH 0/3] phy: fix device leaks at unbind
Posted by Vinod Koul 1 month, 3 weeks ago
On Thu, 24 Jul 2025 15:12:03 +0200, Johan Hovold wrote:
> This series fixes device leaks due to failure to drop the reference
> taken by of_find_device_by_node().
> 
> Johan
> 
> Johan Hovold (3):
>   phy: tegra: xusb: fix device and OF node leak at probe
>   phy: ti: omap-usb2: fix device leak at unbind
>   phy: ti-pipe3: fix device leak at unbind
> 
> [...]

Applied, thanks!

[1/3] phy: tegra: xusb: fix device and OF node leak at probe
      commit: bca065733afd1e3a89a02f05ffe14e966cd5f78e
[2/3] phy: ti: omap-usb2: fix device leak at unbind
      commit: 64961557efa1b98f375c0579779e7eeda1a02c42
[3/3] phy: ti-pipe3: fix device leak at unbind
      commit: e19bcea99749ce8e8f1d359f68ae03210694ad56

Best regards,
-- 
~Vinod