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

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

Pull-request

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

Message

Vinod Koul Dec. 17, 2023, 4:54 p.m. UTC
  Hello Linus,

Please pull to receive generic phy susbystem fixes.

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -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.7

for you to fetch changes up to 2a9c713825b3127ece11984abf973672c9779518:

  phy: sunplus: return negative error code in sp_usb_phy_probe (2023-11-27 18:39:18 +0530)

----------------------------------------------------------------
phy fixes for 6.7

 - Driver fixes for
   - register offset fix for TI driver
   - mediatek driver minimal supported frequency fix
   - negative error code in probe fix for sunplus driver

----------------------------------------------------------------
Andrew Davis (1):
      phy: ti: gmii-sel: Fix register offset when parent is not a syscon node

Michael Walle (1):
      phy: mediatek: mipi: mt8183: fix minimal supported frequency

Su Hui (1):
      phy: sunplus: return negative error code in sp_usb_phy_probe

 drivers/phy/mediatek/phy-mtk-mipi-dsi-mt8183.c | 2 +-
 drivers/phy/sunplus/phy-sunplus-usb2.c         | 2 +-
 drivers/phy/ti/phy-gmii-sel.c                  | 5 ++++-
 3 files changed, 6 insertions(+), 3 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 17, 2023, 5:38 p.m. UTC | #1
The pull request you sent on Sun, 17 Dec 2023 22:24:36 +0530:

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

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

Thank you!