From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 61B781A262A for ; Sun, 18 Jan 2026 15:28:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768750094; cv=none; b=A1JGEcHv0NXw56GM67s1r97xVZEU/EU0zUdjHycRLJLTA+9b5poTAsRk1fnyudRDxhzrqEDxVwZCDQbJBEOQiO/miXJw3sWP1INEp9zWY5UIX2a6EKqpeGAlF/UjgdgmFwcFTgytKZCRK19pWWBeZxyU00Lzzgou+kJv7tH30Yc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768750094; c=relaxed/simple; bh=rlbNoL9DB9IX3rekznPzTJ8RnloS5hmbtae/X1KBzmg=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=X5aZRNb1y+/uptB0honNDzdUvNOe41cWTTnSr8prSwwyPOQN+eUM/FFY/9jDObdR4EuO5vRAPDiXru5ZqozYuu5xjBDrFR9F9P7vVUA2BWpgiJnaJsUbxQtyxHub/XgmGUYqrD8niFbHXcv5Jc159ESbadbpajepW/hNl7iSLF0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Tbuqkkk1; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Tbuqkkk1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51425C116D0; Sun, 18 Jan 2026 15:28:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768750093; bh=rlbNoL9DB9IX3rekznPzTJ8RnloS5hmbtae/X1KBzmg=; h=Date:From:To:Cc:Subject:From; b=Tbuqkkk1HvBsA+/gzdNmU5hn5sAt40j2aaulSZ0mqP3KXkzirHy5SkTmzVQNofVQW pwpQZg5r0F5Tb839v6rCYl+U7cba9oDt11yE8gaweTw8pASoNyRZXBv2Oc1h3EFNVE OGx1/HIl9jQ15gVRnHSlXCdNtDHE+dZ5E+k4QkFMhqgNz1OO4Tqyh4K4Yx9LT8L002 GhG4+kXjVqlW1ZLXQ6g5BzRRLTd2rwSTPvHTMZkMunFPGBKb+v/Ub0CjGijXLZxN0L ZFi4bdwNaOvs070cnC6tHDx78Ac+l5eqOGPHK67ebnjk8SjvbvvPhJCGg9TCFQpaiJ Ukt1ymnEavbgg== Date: Sun, 18 Jan 2026 20:58:09 +0530 From: Vinod Koul To: Linus Torvalds Cc: LKML Subject: [GIT PULL]: Generic phy fixes for v6.19 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="lsy1aPxU2sLoduOY" Content-Disposition: inline --lsy1aPxU2sLoduOY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Linus, Here is the second one for Generic phy fixes. This has bunch of driver fixes described below The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8: Linux 6.19-rc1 (2025-12-14 16:05:07 +1200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-= fixes-6.19 for you to fetch changes up to f2ec4723defbc66a50e0abafa830ae9f8bceb0d7: phy: freescale: imx8m-pcie: assert phy reset during power on (2026-01-14 = 21:44:39 +0530) ---------------------------------------------------------------- phy fixes for 6.19 Bunch of driver fixes: - Freescale typec orientation switch fix, clearing register fix, assertion of phy reset during power on - Qualcomm pcs register clear before using - stm one off fix - TI runtimepm error handling, regmap leak fixes - Rockchip gadget mode disconnection and disruption fixes - Tegra register level fix - Broadcom pointer cast warning fix ---------------------------------------------------------------- Dan Carpenter (1): phy: stm32-usphyc: Fix off by one in probe() Franz Schnyder (1): phy: fsl-imx8mq-usb: fix typec orientation switch when built as module Haotian Zhang (1): phy: ti: da8xx-usb: Handle devm_pm_runtime_enable() errors Johan Hovold (1): phy: ti: gmii-sel: fix regmap leak on probe failure Krzysztof Kozlowski (1): phy: broadcom: ns-usb3: Fix Wvoid-pointer-to-enum-cast warning (again) Loic Poulain (1): phy: qcom-qusb2: Fix NULL pointer dereference on early suspend Louis Chauvet (1): phy: rockchip: inno-usb2: fix disconnection in gadget mode Luca Ceresoli (1): phy: rockchip: inno-usb2: fix communication disruption in gadget mode Rafael Beims (1): phy: freescale: imx8m-pcie: assert phy reset during power on Robert Marko (1): phy: sparx5-serdes: make it selectable for ARCH_LAN969X Stefano Radaelli (1): phy: fsl-imx8mq-usb: Clear the PCS_TX_SWING_FULL field before using it Wayne Chang (1): phy: tegra: xusb: Explicitly configure HS_DISCON_LEVEL to 0x7 Wentao Liang (1): phy: rockchip: inno-usb2: Fix a double free bug in rockchip_usb2phy_p= robe() Ziyue Zhang (1): dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy binding= s for qcs8300 .../bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml | 17 ++-----------= ---- drivers/phy/broadcom/phy-bcm-ns-usb3.c | 2 +- drivers/phy/freescale/phy-fsl-imx8m-pcie.c | 3 ++- drivers/phy/freescale/phy-fsl-imx8mq-usb.c | 15 +------------= -- drivers/phy/microchip/Kconfig | 2 +- drivers/phy/qualcomm/phy-qcom-qusb2.c | 16 ++++++++-----= --- drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 14 +++++++++----- drivers/phy/st/phy-stm32-usbphyc.c | 2 +- drivers/phy/tegra/xusb-tegra186.c | 3 +++ drivers/phy/ti/phy-da8xx-usb.c | 7 ++++--- drivers/phy/ti/phy-gmii-sel.c | 2 +- 11 files changed, 33 insertions(+), 50 deletions(-) --=20 ~Vinod --lsy1aPxU2sLoduOY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE+vs47OPLdNbVcHzyfBQHDyUjg0cFAmls/AkACgkQfBQHDyUj g0eFNBAAqG+w5dUgvwgUR28uywVIKqTyq6z1iSIesLR1PlIMub7GGDAJ0AiDWjbq M1a8E9rADvW69BVelN8siH0ETM1COXiL2aRw4VdLQkgUt/y1a9ZVNXApcUjho1yo BuUTBHLgPLLyyfuWh8d5g7LRr/UWi1AFMifu2x5pnhNh6VnFXFoNtWhLMkQqzlAU vI2vWfrrp+GW3AJV6ym9F6MdOb9B22mhg0J3uze2cVRquceuGmCGg9V6YBs/Aflj pZ3QSzc3mtSGGvqVLHLoxvxKRWCWYy/uboY8nWVwxHxdedY9vK0VGWY6vn75Jf9T eiwIWXRhqEw2m0vodYC14FIbc6reKP9+CYTecsuITy1JHMZEvVOO38gl7+kSzsi4 1oMhCZt6LNyUvxn3GGf0RmtQ8AHQfQ/3FMDcWauceNZHIdOdy3B8nxC50NV0VgAq jnRFlXzZ2yQIs+zOZGXUB4Gp0yrE1bHHPNYMM+94lxYgejk5F5UUulmG1I3Msrv6 p0QsdJzmhhOJEe+dx4nnbpzS1K/CS3QMMkDSezj8djK2Kh2USm7UkXWMH77T/0NJ eDQ/pkNIomGGQ5AuZKMPeNmJ53ehqrXINitxh+xAPeTXtH6BQ3MCPmDh+Vz95naG sfrhXVgJElZiF5MhKrWTwKjq/e69EskBvKQG9hIJFeknS+cCW94= =eQJ0 -----END PGP SIGNATURE----- --lsy1aPxU2sLoduOY--