From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 CA90024DCF6 for ; Sun, 2 Aug 2026 04:57:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785646658; cv=none; b=L4rIScGXGsrb+/hZ844h4roCg1+tKFlzzeYMKILcm9j65rzxg3tTu3Uamd+LhRgJWM9ZUbVHLyPKk/W7EJHHP3DsMkOY7aVQB+zVomJB2kVP1lSCPc4J0hyPVo2W8sPLszN5twSX7PtXtLHzSkIPqTjj2u5cXb5kavAqmojV9Xg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785646658; c=relaxed/simple; bh=B9feOOeA/leqBOIZQlikVIf77lkGgcBHgVwlA3NwxJY=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=s/WNe2i0LS7fiUxevn+v0HGf7yc2mrlcqnF8CJJ1bkCfri2I7zglTO+YdQjobA7Pn96Z78HhebZHFiY2pf18ceC2UudbVUR8RC1c0CqBjUPoF/Y/TXwJRUOcEgxuqiVh3jbRRNx8dSKL+UM8wl84NQ4N97wH/MQOOEhiK0cKBmU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mybcwc6O; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="mybcwc6O" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 804DB1F00AC4; Sun, 2 Aug 2026 04:57:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785646657; bh=WI1hY2ZwszpJfX3uxxlyEGZ00NrGQCfA7JYcnaw4crk=; h=Date:From:To:Cc:Subject; b=mybcwc6OSYpChVxG17dw8rhUkH3bPFoqGE0KyKvSeBwo3jgE1Gvr/8Ic8fltzOOxG 6otqBLu3D6oCHW0kT1xWouE1Up/+Wm0fA9PdAYAsZLL0HjCLbXPXnbpQSrKz2vHk9A bPe2WAl0HoPhsjEjFH2BKMbN/vIaLqhbBI1zMsOuQZ2/rY0sGO2FIx8fjcB0WDfwug Bps5Vk6qgXWndmAgW5lop45DiI7Hd2leT3U35/riygYoTb5MH4cp2wEf2pT1I0J2b1 vwVA2j5sCTg+tnL8LCs9cH2U7mvAnLG4sM9jooumbHZCoklBui4/y8f2TqjghBgohl qSZ4aDOo6f+4g== Date: Sun, 2 Aug 2026 10:27:32 +0530 From: Vinod Koul To: Linus Torvalds Cc: LKML Subject: [GIT PULL]: Generic phy fixes for v7.2 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="96vYCUY+vVsO3OgV" Content-Disposition: inline --96vYCUY+vVsO3OgV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hey Linus, Please consider this pull request for couple of driver fixes for Generic phy subsystem. The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-= fixes-7.2 for you to fetch changes up to 7eb61caf45607e1e1270f51f8f93f0ded53146da: phy: zynqmp: keep SERDES scrambler and 8b/10b enabled for USB (2026-07-22= 20:52:59 +0530) ---------------------------------------------------------------- phy fixes for 7.2 Couple of driver fixes - Couple of zynqmp clock and pm error handling and SERDES scrambler register handling - Rockchip SSC spread fix - Qualcomm musb return call fix ---------------------------------------------------------------- Alexey Charkov (1): phy: rockchip: naneng-combphy: Always configure SSC spread direction Krishna Kurapati (1): phy: qcom: m31-eusb2: Fix return value of init call Nava kishore Manne (3): phy: zynqmp: fix L0_TM_DISABLE_SCRAMBLE_ENCODER mask phy: zynqmp: use read-modify-write for SERDES scrambler bypass phy: zynqmp: keep SERDES scrambler and 8b/10b enabled for USB Radhey Shyam Pandey (2): phy: zynqmp: fix clock error handling in xpsgtr_phy_init() phy: zynqmp: fix runtime PM leak on probe allocation failure drivers/phy/qualcomm/phy-qcom-m31-eusb2.c | 2 +- drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | 6 +-- drivers/phy/xilinx/phy-zynqmp.c | 62 ++++++++++++++++--= ---- 3 files changed, 49 insertions(+), 21 deletions(-) Thanks --=20 ~Vinod --96vYCUY+vVsO3OgV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE+vs47OPLdNbVcHzyfBQHDyUjg0cFAmpuzjwACgkQfBQHDyUj g0c0cg/8DDMNIi76KMZV0fHkeQiN4J6hW9QUaZrHJrUEJ+vEbFogrdo+l81QY0J2 wzEwVE1mv7NuLdmgFUlv2ECbsmwdETzD/vVrJF6nVOkshJn2Tz6cvAVp6AVxnJca czjLzaPnAbFyZt+qcTzYlwUpw60xCxHS8/+8tyRt6rAs71SLC/ocueSSU+dvMfX6 YuDilevRk9zMYbWgbD1VUpUP9GWg2Vy26YcMJzymNQZ0emZnX1h2lkvE7mtzCsPi KaPFdgxExL0H5m2M4l890+hcTdTS7K+FQqBleP+BV7FYJpfHCMWIaPbyZ1ExMwO6 Ppbhm1qTPUqM9gySqqUv6lZlwvecKhqLdn9iNoMemqNDsJDf6dM0hpBZOEyARr0U pIkXH6PiT/0jHWDPclkuWirLij0fGvfCsEaiOxGpGp/vV2sg8CavNqicTbAwp5hc 6NzByz2luYOtwmSyGzltsiGppFqWaCAZ5/Xte19LtgMAlH08LBf4KldU3AYG9Kwa uTkn76YTKPoWGluBxK2P3Cd4M/IGN5QaiOmKzEKejP/nBWt/4fn0Euxb4UvQ3Ttx nVg0B9CDV2+DltBMwP27xqEkBg1EVqlbCjoWJsPKdeUai/Q1mJ4IXXrqDJVu/5a+ UBHL2+n5h4DVv0Qmw85ZXWggVhMjDlkgk7nVho7X+89yC+pxHN8= =53Ys -----END PGP SIGNATURE----- --96vYCUY+vVsO3OgV--