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

Message ID ZFUELDT/xaxm0lmP@matsya
State New
Headers
Series [GIT,PULL] : Generic phy fixes for v6.4-rc1 |

Pull-request

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

Message

Vinod Koul May 5, 2023, 1:27 p.m. UTC
  Hi Linus,

Please pull to receive the two fixes for Mediatek driver warnings
as reported. Kbuild bot and my tests indicate that this fixes the reported
issue.

The following changes since commit a0106132372120dd0abf5ad7636614e5aeb5da08:

  phy: cadence: cdns-dphy-rx: Add common module reset support (2023-04-12 22:16:16 +0530)

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-1

for you to fetch changes up to 9d9ff3d2a4a567b543b71c2967d2ccc5e0ac6816:

  phy: mediatek: hdmi: mt8195: fix wrong pll calculus (2023-05-04 23:12:11 +0530)

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

 - Fix for mediatek driver warning for variable used uninitialized and fix
   for wrong pll math

----------------------------------------------------------------
Guillaume Ranquet (2):
      phy: mediatek: hdmi: mt8195: fix uninitialized variable usage in pll_calc
      phy: mediatek: hdmi: mt8195: fix wrong pll calculus

 drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)
  

Comments

pr-tracker-bot@kernel.org May 5, 2023, 7:12 p.m. UTC | #1
The pull request you sent on Fri, 5 May 2023 18:57:08 +0530:

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

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

Thank you!