[GIT,PULL] : Generic phy fixes for v6.5

Message ID ZMJXZoBpjdKbGwxa@matsya
State New
Headers
Series [GIT,PULL] : Generic phy fixes for v6.5 |

Pull-request

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

Message

Vinod Koul July 27, 2023, 11:39 a.m. UTC
  Hello Linus,

Please pull to receive few of odd fixes for phy driver for 6.5

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 13c088cf3657d70893d75cf116be937f1509cc0f:

  phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe() (2023-07-24 16:23:37 +0530)

----------------------------------------------------------------
phy fixes for 6.5

 - Driver fixes for
   - Out of bound fix for hisilicon phy
   - Qualcomm synopsis femto phy for keeping clock enabled during suspend
     and enabling ref clocks
   - Mediatek driver fixes for upper limit test and error code

----------------------------------------------------------------
Adrien Thierry (3):
      phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime suspend
      phy: qcom-snps-femto-v2: properly enable ref clock
      phy: qcom-snps-femto-v2: use qcom_snps_hsphy_suspend/resume error code

Dan Carpenter (1):
      phy: phy-mtk-dp: Fix an error code in probe()

Guillaume Ranquet (1):
      phy: mediatek: hdmi: mt8195: fix prediv bad upper limit test

Harshit Mogalapalli (1):
      phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe()

 drivers/phy/hisilicon/phy-hisi-inno-usb2.c    |  2 +-
 drivers/phy/mediatek/phy-mtk-dp.c             |  2 +-
 drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c    |  2 +-
 drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c | 78 +++++++++++++++++----------
 4 files changed, 53 insertions(+), 31 deletions(-)

Thanks
  

Comments

pr-tracker-bot@kernel.org July 27, 2023, 7:49 p.m. UTC | #1
The pull request you sent on Thu, 27 Jul 2023 17:09:18 +0530:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/53c8621b9e6c3fa2607cb36db76780f6e327f57d

Thank you!