diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-11-10 19:36:42 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-11-10 19:36:42 +0300 |
commit | 8395ee62b1b78a3d2789840bf6bf1a7c43deaa32 (patch) | |
tree | b36da8e352e5ceb1967f59e484812d9356d0a5b5 /MAINTAINERS | |
parent | 179228654ddefcbd99060a113ad02079dcdf22f1 (diff) | |
parent | 819b885cd886c193782891c4f51bbcab3de119a4 (diff) | |
download | linux-8395ee62b1b78a3d2789840bf6bf1a7c43deaa32.tar.xz |
Merge tag 'phy-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy
Pull phy fixes from Vinod Koul:
"A bunch of odd driver fixes and a MAINTAINER email update:
- Update Kishon's email
- 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"
* tag 'phy-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy:
phy: ralink: mt7621-pci: add sentinel to quirks table
phy: sunplus: Fix an IS_ERR() vs NULL bug in sp_usb_phy_probe
phy: qcom-qmp-combo: fix NULL-deref on runtime resume
phy: tegra: xusb: Fix crash during pad power on/down
phy: stm32: fix an error code in probe
MAINTAINERS: Update Kishon's email address in GENERIC PHY FRAMEWORK
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 046ff06ff97f..8b3e9097137d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8602,8 +8602,8 @@ F: include/asm-generic/ F: include/uapi/asm-generic/ GENERIC PHY FRAMEWORK -M: Kishon Vijay Abraham I <kishon@ti.com> M: Vinod Koul <vkoul@kernel.org> +M: Kishon Vijay Abraham I <kishon@kernel.org> L: linux-phy@lists.infradead.org S: Supported Q: https://patchwork.kernel.org/project/linux-phy/list/ |