mbox series

[GIT,PULL] : Generic phy fixes for v5.18

Message ID YmFQonkAlGNUx+OY@matsya
State Mainlined
Headers show
Series [GIT,PULL] : Generic phy fixes for v5.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-5.18

Message

Vinod Koul April 21, 2022, 12:40 p.m. UTC
Hello Greg,

Please consider pull to receive the generic phy fixes for v5.18 which
contains bunch of driver fixes for error patch handling, missing
device/of_node_put etc.

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-5.18

for you to fetch changes up to 2c8045d48dee703ad8eab2be7d6547765a89c069:

  phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe() (2022-04-20 14:42:44 +0530)

----------------------------------------------------------------
phy: fixes for 5.18

Fixes for bunch of drivers:
 - TI fixes for runtime disable, missing of_node_put and error handling
 - Samsung fixes for device_put and of_node_put
 - Amlogic error path handling

----------------------------------------------------------------
Christophe JAILLET (1):
      phy: ti: tusb1210: Fix an error handling path in tusb1210_probe()

Hans de Goede (1):
      phy: ti: tusb1210: Make tusb1210_chg_det_states static

Heiner Kallweit (1):
      phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe()

Krzysztof Kozlowski (1):
      phy: samsung: exynos5250-sata: fix missing device put in probe error paths

Lv Ruyi (1):
      phy: ti: Fix missing of_node_put in ti_pipe3_get_sysctrl()

Miaoqian Lin (4):
      phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe
      phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks
      phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe
      phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe

 drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c | 20 ++++++++++++--------
 drivers/phy/motorola/phy-mapphone-mdm6600.c    |  3 ++-
 drivers/phy/samsung/phy-exynos5250-sata.c      | 21 +++++++++++++++------
 drivers/phy/ti/phy-am654-serdes.c              |  2 +-
 drivers/phy/ti/phy-omap-usb2.c                 |  2 +-
 drivers/phy/ti/phy-ti-pipe3.c                  |  1 +
 drivers/phy/ti/phy-tusb1210.c                  | 12 +++++++++---
 7 files changed, 41 insertions(+), 20 deletions(-)

Thanks

Comments

Greg Kroah-Hartman April 22, 2022, 1:49 p.m. UTC | #1
On Thu, Apr 21, 2022 at 06:10:02PM +0530, Vinod Koul wrote:
> Hello Greg,
> 
> Please consider pull to receive the generic phy fixes for v5.18 which
> contains bunch of driver fixes for error patch handling, missing
> device/of_node_put etc.
> 
> The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
> 
>   Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-5.18

Pulled and pushed out, thanks.

greg k-h