mbox series

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

Message ID ZHOUGa/W46wBDwmv@matsya
State Accepted
Commit e338142b39cf40155054f95daa28d210d2ee1b2d
Headers show
Series [GIT,PULL] : Generic phy fixes for v6.4 | expand

Pull-request

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

Message

Vinod Koul May 28, 2023, 5:49 p.m. UTC
Hello Linus,

Please pull to receive couple of driver fixes for generic phy subsystem

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -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.4

for you to fetch changes up to 2a881183dc5ab2474ef602e48fe7af34db460d95:

  phy: qcom-snps: correct struct qcom_snps_hsphy kerneldoc (2023-05-16 19:48:55 +0530)

----------------------------------------------------------------
phy fixes for 6.4

 - init count imbalance fix in qcom-qmp-pcie and combo drivers
 - kernel doc header fix for qcom-snps driver
 - mediatek floating point comparison fix
 - amlogic fix register value

----------------------------------------------------------------
Johan Hovold (2):
      phy: qcom-qmp-combo: fix init-count imbalance
      phy: qcom-qmp-pcie-msm8996: fix init-count imbalance

Krzysztof Kozlowski (1):
      phy: qcom-snps: correct struct qcom_snps_hsphy kerneldoc

Neil Armstrong (1):
      phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix CNTL2_DIF_TX_CTL0 value

Tom Rix (1):
      phy: mediatek: rework the floating point comparisons to fixed point

 drivers/phy/amlogic/phy-meson-g12a-mipi-dphy-analog.c |  2 +-
 drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c            | 10 +++++-----
 drivers/phy/qualcomm/phy-qcom-qmp-combo.c             |  5 +++--
 drivers/phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c      |  5 +++--
 drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c         |  2 +-
 5 files changed, 13 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org May 29, 2023, 12:11 a.m. UTC | #1
The pull request you sent on Sun, 28 May 2023 23:19:13 +0530:

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

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

Thank you!