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

Message ID ZTVWUesRwVaLKW+O@matsya
State New
Headers
Series [GIT,PULL] : Generic phy fixes for v6.6 |

Pull-request

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

Message

Vinod Koul Oct. 22, 2023, 5:05 p.m. UTC
  Hello Linus,

Kindly pull to receive phy driver fixes for v6.6. This is spread over
couple of drivers like mapphone, qualcomm and realtek ones.

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -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.6

for you to fetch changes up to 089667aaaa6aa33715d22b21a72216b43af3e896:

  phy: realtek: Realtek PHYs should depend on ARCH_REALTEK (2023-09-29 21:47:37 +0530)

----------------------------------------------------------------
phy fixes for 6.6

 - Driver fixes for
   - mapphone-mdm6600 runtime pm & pinctrl handling fixes
   - Qualcomm qmp usb pcs register fixes, qmp pcie register size warning
     fix, m31 fixes for wrong pointer in PTR_ERR and dropping wrong vreg
     check, qmp combo fix for 8550 power config register
   - realtek usb fix for debugfs_create_dir() and kconfig dependency

----------------------------------------------------------------
Adrien Thierry (2):
      phy: qcom-qmp-usb: initialize PCS_USB registers
      phy: qcom-qmp-usb: split PCS_USB init table for sc8280xp and sa8775p

Bo Liu (1):
      phy: qualcomm: Fix typos in comments

Dmitry Baryshkov (1):
      dt-bindings: phy: qcom,ipq8074-qmp-pcie: fix warning regarding reg size

Geert Uytterhoeven (1):
      phy: realtek: Realtek PHYs should depend on ARCH_REALTEK

Jinjie Ruan (1):
      phy: realtek: usb: Drop unnecessary error check for debugfs_create_dir()

Konrad Dybcio (2):
      phy: qcom-qmp-combo: Square out 8550 POWER_STATE_CONFIG1
      phy: qcom-qmp-combo: initialize PCS_USB registers

Tony Lindgren (3):
      phy: mapphone-mdm6600: Fix runtime disable on probe
      phy: mapphone-mdm6600: Fix runtime PM for remove
      phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins

Varadarajan Narayanan (1):
      phy: qcom: m31: Remove unwanted qphy->vreg is NULL check

Yang Yingliang (2):
      phy: qcom: phy-qcom-m31: fix wrong pointer pass to PTR_ERR()
      phy: qcom: phy-qcom-m31: change m31_ipq5332_regs to static

 .../bindings/phy/qcom,ipq8074-qmp-pcie-phy.yaml    |  2 +-
 drivers/phy/motorola/phy-mapphone-mdm6600.c        | 38 ++++++++++------------
 drivers/phy/qualcomm/phy-qcom-apq8064-sata.c       |  2 +-
 drivers/phy/qualcomm/phy-qcom-m31.c                |  7 ++--
 drivers/phy/qualcomm/phy-qcom-qmp-combo.c          |  6 +++-
 drivers/phy/qualcomm/phy-qcom-qmp-pcs-usb-v6.h     |  3 +-
 drivers/phy/qualcomm/phy-qcom-qmp-usb.c            | 24 +++++++++++---
 drivers/phy/realtek/Kconfig                        |  5 +++
 drivers/phy/realtek/phy-rtk-usb2.c                 | 10 ++----
 drivers/phy/realtek/phy-rtk-usb3.c                 | 10 ++----
 10 files changed, 58 insertions(+), 49 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Oct. 22, 2023, 5:14 p.m. UTC | #1
The pull request you sent on Sun, 22 Oct 2023 22:35:21 +0530:

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

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

Thank you!