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

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

Pull-request

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

Message

Vinod Koul Nov. 10, 2022, 9:38 a.m. UTC
  Hello Linus,

Please pull to receive the Generic phy subsystem fixes for v6.1. This
contains bunch of odd driver fixes

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -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.1

for you to fetch changes up to 819b885cd886c193782891c4f51bbcab3de119a4:

  phy: ralink: mt7621-pci: add sentinel to quirks table (2022-11-05 13:01:25 +0530)

----------------------------------------------------------------
phy: fixes for 6.1

- Update Kishon's email
- Fixes in drivers:
  - stms32 error code fix in driver probe
  - tegra: fix for checking valid pointer
  - qcom_qmp: null deref fix
  - sunplus: error check fix
  - ralink: add missing sentinel to table

----------------------------------------------------------------
Dan Carpenter (1):
      phy: stm32: fix an error code in probe

Johan Hovold (1):
      phy: qcom-qmp-combo: fix NULL-deref on runtime resume

John Thomson (1):
      phy: ralink: mt7621-pci: add sentinel to quirks table

Jon Hunter (1):
      phy: tegra: xusb: Fix crash during pad power on/down

Kishon Vijay Abraham I (1):
      MAINTAINERS: Update Kishon's email address in GENERIC PHY FRAMEWORK

Peng Wu (1):
      phy: sunplus: Fix an IS_ERR() vs NULL bug in sp_usb_phy_probe

 MAINTAINERS                               |  2 +-
 drivers/phy/qualcomm/phy-qcom-qmp-combo.c |  2 +-
 drivers/phy/ralink/phy-mt7621-pci.c       |  3 ++-
 drivers/phy/st/phy-stm32-usbphyc.c        |  2 ++
 drivers/phy/sunplus/phy-sunplus-usb2.c    |  4 ++--
 drivers/phy/tegra/xusb.c                  | 20 ++++++++++++++++----
 6 files changed, 24 insertions(+), 9 deletions(-)

Thanks
  

Comments

pr-tracker-bot@kernel.org Nov. 10, 2022, 5:03 p.m. UTC | #1
The pull request you sent on Thu, 10 Nov 2022 15:08:22 +0530:

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

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

Thank you!