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 54BAC175A7D for ; Sun, 29 Mar 2026 11:53:05 +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=1774785185; cv=none; b=DX/+6HqYLL2z2AWjVapvXeoS2SIj9uUNyMRONoUOt/MEtD8wtfiIfViAFaoaGY5onwAnJB06Mm7dR6FMMdr5wGPwI0w+PkpCFPfJzAuJg6VWJtfIuI0uoca1ThXkPxj4OJSHYlJycbykwnXYHT94OCVyl8ITnxU188n0Pke9H9w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774785185; c=relaxed/simple; bh=KFTCdA22lBl7mqNPViCRJylqyvNSQT1REtZjeot+AGc=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=PcnDPJ/HP39WWgZzo3tDaEYFtAQ1Ue8aeSfExWnA7V7NwenVtA3JFSGcd2sRuuF/ejDmUYzodsCOyXhpwqrb1gm+7Tk3EiJ7kXcn+zpurT4KNTc67+TZAvTXS+YeRmANDEVVkxAsRsCTqLOzNZom/53nLRBWfYLIsZjAKDG8Blk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IshWnmuK; 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="IshWnmuK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6EA8DC116C6; Sun, 29 Mar 2026 11:53:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774785185; bh=KFTCdA22lBl7mqNPViCRJylqyvNSQT1REtZjeot+AGc=; h=Date:From:To:Cc:Subject:From; b=IshWnmuK51PFYTZxLR3Q9x/iiOnDidC9zF44Ug9C6apX1ui7qWccb6B7vx4OErizQ qoF4/JtEwTZrEGKm2qsViG4FGLyG/94q1b+j3HkcRMCaBCgaVBMNKuLgv5lkcj0PEP lBLRavKngKGwpvqoDwXsZeu6el1KW95pRZRPEmqH9V/0Z/um28SGYDvhMjJV3rsJQS fzFEMxh+0/VIef3o22QvS6hLt4xQYonkieYhr2j8T2CFchQHCdvxo+rGGQU+Y5Ce8J bybdJitCjHL48ZgK1YmcNwKa05QYiz260bNrFO7g31HmL+jn5CFgwIAWRdH+mpN9gZ Hqc9hem3PYZ0g== Date: Sun, 29 Mar 2026 17:23:00 +0530 From: Vinod Koul To: Linus Torvalds Cc: LKML Subject: [GIT PULL]: Generic phy fixes for v7.0 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="cxCJd4S6tDBaXfnz" Content-Disposition: inline --cxCJd4S6tDBaXfnz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Linus, Please pull to recive coupld of driver fixes for the phy subsystem. The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f: Linux 7.0-rc1 (2026-02-22 13:18:59 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-= fixes-7.0 for you to fetch changes up to 81af9e40e2e4e1aa95f09fb34811760be6742c58: phy: qcom: qmp-ufs: Fix SM8650 PCS table for Gear 4 (2026-02-27 20:46:57 = +0530) ---------------------------------------------------------------- phy fixes for 7.0 Couple of driver fixes - Qualcomm PCS table fix for ufs phy - TI device node reference fix - Common prop kconfig fix - lynx CDR lock workaround for lanes disabled - usb disconnect function fix of k1 driver ---------------------------------------------------------------- Abel Vesa (1): phy: qcom: qmp-ufs: Fix SM8650 PCS table for Gear 4 Felix Gu (1): phy: ti: j721e-wiz: Fix device node reference leak in wiz_get_lane_ph= y_types() Vladimir Oltean (2): phy: make PHY_COMMON_PROPS Kconfig symbol conditionally user-selectab= le phy: lynx-28g: skip CDR lock workaround for lanes disabled in the dev= ice tree Yixun Lan (1): phy: k1-usb: add disconnect function support drivers/phy/Kconfig | 5 ++--- drivers/phy/freescale/phy-fsl-lynx-28g.c | 2 ++ drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 3 +-- drivers/phy/spacemit/phy-k1-usb2.c | 14 ++++++++++++++ drivers/phy/ti/phy-j721e-wiz.c | 2 ++ 5 files changed, 21 insertions(+), 5 deletions(-) --=20 ~Vinod --cxCJd4S6tDBaXfnz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE+vs47OPLdNbVcHzyfBQHDyUjg0cFAmnJEpwACgkQfBQHDyUj g0cCVQ/9FZe9FViEA+tYRSnJ0190iTlUdvvdlZWcZe6g7sJae3bvSyvXXyqV88UM ssUbUw9C0bPJpAL0RoKxB3j71PmKfK4/XKQJ4f9DGWf6pMKwJ1eQTJR1hpJeCYnj CvfR5/K/DWSlc6LwiHV4rHDqgcm2D6txM3uOGi2KdaLk2UMaPtjym98DpcKINiJp 4g7gdRjdEETzHsj12nJTLlFn1MKD6cDrrRWjWCYzCPn8hWqegGruF3h4SNBHq0Eb GikAA87/19LGqgIj4I0pfSPA3ByRtaqwyRBT1wI+8ZJ0pIOseM2xJBdj5kKxHJRq B3YZ4CK+xOxCD0TR/5jI8c9GAPf8/zCNS3sApB5I25ct78WNU63gTGwC31qR5igC BMOR/USl2tfswaJWJ+A32WYNYJ1DhD2t4ATT86WsbP44h/o5yXwHxDt+yHTx3kF/ rLNc5DC9NT3o4TdVPqE7vqgGpXAM/npGaqqfSm9E8yDRmXTcqaz3oXbTe4BbJ6W6 fHkpmV6K5FWzFYSDMpR0Y4N7vNrib1E2JEeEqsTmKyZBE0HzqDv5D92VW8bPxsA0 kEF+JOJlfsF4aLCobjqeLPiyO4EtPPyExsmFd2sCCGTrNJVJCGBz8DE9WQL8ojUf Yz6orM+6VpCbuyDodqTdu2oJQrC3+7HzxUfFpnR4Q7qG0sqYk/c= =svaI -----END PGP SIGNATURE----- --cxCJd4S6tDBaXfnz--