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 6DD961361 for ; Thu, 26 Dec 2024 13:42:36 +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=1735220556; cv=none; b=TlIBXeeWzr2b1KzX0Dpl+Izyk9n6qqUUlywiXgOIH1WDnzUCNoTpejivulpOlODdhz/m5QCGWtuBZVCjCJqH18hYdNCmu3Cu+J72hljRsDM21BBbPihF6pgY3CRkWXk0z6zACwDZYvqMGxmyAWulb42/a6fC49YjsFX9RRhjEfg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735220556; c=relaxed/simple; bh=ly9AsShc/xBsXyKaprH3u6RFXDqytrWqmZMMzxife+s=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=f2Q3i1oeSBbJsq57SmSJL6IUDRy8E+obsShYKpcRAANggNiEyb3GBDxdT1JmrWhZGW4yET+ApbUr4UM8mewYOy1kwtSJPssrTVeNQwwpUXunNda8SL4pqNCWcpw8i4mdr52JFFLGwGjPYEXm3bMt3Ch14zin7gVNDS+zwbs6fNc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fKDALO6u; 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="fKDALO6u" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C8A48C4CED1; Thu, 26 Dec 2024 13:42:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1735220556; bh=ly9AsShc/xBsXyKaprH3u6RFXDqytrWqmZMMzxife+s=; h=Date:From:To:Cc:Subject:From; b=fKDALO6ujK40HJuA4yEqNi9YRC6k3PtjIYUNXuM24015MC2sgpMI5+dIeCd5wNiov IIWeO2c0aC+BwrurP4EmfRMDMpsHaAWs+uQs7ScyS9ME2exu2iAkAMpf4eT9c4VG0O nw2jhIaAbTJXOlNbrZSKDaq8M2BiStbbCYdrIx2rFES5vqXZMvfwqBUYjRDJySCwJK EKHFv6gg03D1l5cugq7hYdU9h+tPfSUEjm4eOCf8+lPOAyMPpe+yK9sTXgDkUwmwJt 0PTz/a+q4f8OJnYyp5/HCj940kWeM5WcbQj6p4ZISwJAGkH5EcLS7KDQ//qgWkZvrc OS/bK1a5nJEtA== Date: Thu, 26 Dec 2024 19:12:32 +0530 From: Vinod Koul To: Linus Torvalds Cc: LKML Subject: [GIT PULL]: Generic phy updates for v6.13 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="Y37/LXBCC3SiFxhk" Content-Disposition: inline --Y37/LXBCC3SiFxhk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Linus, Here is the 6.13 fixes for Generic phy subsystem. A few core API fixes for devm calls and bunch of driver fixes as usual The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-= fixes-6.13 for you to fetch changes up to 17194c2998d39ab366a2ecbc4d1f3281e00d6a05: phy: mediatek: phy-mtk-hdmi: add regulator dependency (2024-12-24 20:38:5= 3 +0530) ---------------------------------------------------------------- phy fixes for 6.13 - devm_phy_xxx fixes for few APIs in the phy core - qmp driver register name config - init sequence fix for usb driver - rockchip driver setting drvdata correctly in samsung hdptx and reset fix for naneng combophy - regulator dependency fix for mediatek hdmi driver - overflow assertion fix for stm32 driver ---------------------------------------------------------------- Adam Ford (1): phy: freescale: fsl-samsung-hdmi: Fix 64-by-32 division cocci warnings Arnd Bergmann (2): phy: stm32: work around constant-value overflow assertion phy: mediatek: phy-mtk-hdmi: add regulator dependency Chukun Pan (1): phy: rockchip: naneng-combphy: fix phy reset Cristian Ciocaltea (1): phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PM Justin Chen (1): phy: usb: Toggle the PHY power during init Krishna Kurapati (1): phy: qcom-qmp: Fix register name in RX Lane config of SC8280XP Zijun Hu (5): phy: core: Fix that API devm_phy_put() fails to release the phy phy: core: Fix that API devm_of_phy_provider_unregister() fails to un= register the phy provider phy: core: Fix that API devm_phy_destroy() fails to destroy the phy phy: core: Fix an OF node refcount leakage in _of_phy_get() phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup() drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c | 6 ++++++ drivers/phy/freescale/phy-fsl-samsung-hdmi.c | 3 +-- drivers/phy/mediatek/Kconfig | 1 + drivers/phy/phy-core.c | 21 +++++++++++++-----= --- drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 2 +- drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | 2 +- drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c | 3 ++- drivers/phy/st/phy-stm32-combophy.c | 21 +++++++++++++++---= --- 8 files changed, 40 insertions(+), 19 deletions(-) --=20 ~Vinod --Y37/LXBCC3SiFxhk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE+vs47OPLdNbVcHzyfBQHDyUjg0cFAmdtXUgACgkQfBQHDyUj g0dKHRAAt4ZtIjPQAghInt1ut0WzLx1GtOoOgUuKWqHxI+mF4zGme4vACBDY831O KhRP0Xd6sQ2R49Nn0Le1EEG+Lx+X2TZqO5XtvskMTSxR+PsWKHC1Zsil7ByRcCXK EkE8RaJCdxmc1PYyKf60eBzGXg8LMlrOsDDDCF1mHLMw+D4jkBsaHRvh8QenCz5N szxJl0l/869CaJOTAYONl0sX/BTomNkTUMa3FJAGENRqypwDJ/zK5nLjc3ugv3lb XwfuDD9HB4P+jybYO9+n4OSCbaSdc9H5BmowaiRvM1UIEUalCt41fwqybnz8hnwC kMF/46VS8OGsi3bZxXS3q5/LG4TSycfJJFAmlcJZeO9M+1cS81IEGeOFk18Qnt8V UdhLRh8ca+b3SmYBbuzwfoSszojoLTlkycdm8TN75IrVgTBrTxF6cThyGdDV3ku7 29X7u+oWS3kyhLR/JxPrFYSTivtLuajy/JGfgPnz5Wf6Siw5wzVk3U1WN30jThC+ ltUqFaoaMXYbCHaaVIIVwRZkOFSJXf97AnXYzhqw/6SOIBu769UWPKCTZgA1PWE+ 7AbRJSraLebC7kymMhN5Jl9NVSgHN2vm9t8Tnl9qBeLrdnJDtWFgdX9/KHzDnYjW J62iMvOg9SF1tBYJ1/7JaKJPCKvMjYt3hewwY06H2p4DjscWiVM= =KOsP -----END PGP SIGNATURE----- --Y37/LXBCC3SiFxhk--