From: Vinod Koul <vkoul@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>,
Linux Phy <linux-phy@lists.infradead.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL]: Generic phy fixes for v5.17
Date: Fri, 4 Feb 2022 22:17:37 +0530 [thread overview]
Message-ID: <Yf1YqcqUmResNevN@matsya> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 2245 bytes --]
Hello Greg,
Please pull to recieve the fixes for v5.17 for Generic phy subsystem.
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-5.17
for you to fetch changes up to 9a8406ba1a9a2965c27e0db1d7753471d12ee9ff:
phy: dphy: Correct clk_pre parameter (2022-02-02 10:33:04 +0530)
----------------------------------------------------------------
phy: fixes for 5.17
Fixes for bunch of drivers:
- clk params for dphy
- arg fix for mtk-tphy
- refcount leak fix for stm32
- bus width fix for zynqmp
- sentinel fix ti
- PHY_BRCM_USB Kconfig fix
- clk fix for usb phy
----------------------------------------------------------------
Al Cooper (2):
phy: usb: Leave some clocks running during suspend
phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option
Dan Carpenter (2):
phy: cadence: Sierra: fix error handling bugs in probe()
phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()
Kishon Vijay Abraham I (1):
phy: ti: Fix missing sentinel for clk_div_table
Liu Ying (1):
phy: dphy: Correct clk_pre parameter
Robert Hancock (1):
phy: xilinx: zynqmp: Fix bus width setting for SGMII
Wan Jiabing (1):
phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy
drivers/gpu/drm/bridge/nwl-dsi.c | 12 ++++----
drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c | 3 +-
drivers/phy/broadcom/Kconfig | 3 +-
drivers/phy/broadcom/phy-brcm-usb.c | 38 ++++++++++++++++++++++++
drivers/phy/cadence/phy-cadence-sierra.c | 35 +++++++++++++---------
drivers/phy/mediatek/phy-mtk-tphy.c | 2 +-
drivers/phy/phy-core-mipi-dphy.c | 4 +--
drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c | 3 +-
drivers/phy/st/phy-stm32-usbphyc.c | 2 +-
drivers/phy/ti/phy-j721e-wiz.c | 1 +
drivers/phy/xilinx/phy-zynqmp.c | 11 +++----
11 files changed, 80 insertions(+), 34 deletions(-)
--
~Vinod
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 112 bytes --]
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vkoul@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>,
Linux Phy <linux-phy@lists.infradead.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL]: Generic phy fixes for v5.17
Date: Fri, 4 Feb 2022 22:17:37 +0530 [thread overview]
Message-ID: <Yf1YqcqUmResNevN@matsya> (raw)
[-- Attachment #1: Type: text/plain, Size: 2245 bytes --]
Hello Greg,
Please pull to recieve the fixes for v5.17 for Generic phy subsystem.
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-5.17
for you to fetch changes up to 9a8406ba1a9a2965c27e0db1d7753471d12ee9ff:
phy: dphy: Correct clk_pre parameter (2022-02-02 10:33:04 +0530)
----------------------------------------------------------------
phy: fixes for 5.17
Fixes for bunch of drivers:
- clk params for dphy
- arg fix for mtk-tphy
- refcount leak fix for stm32
- bus width fix for zynqmp
- sentinel fix ti
- PHY_BRCM_USB Kconfig fix
- clk fix for usb phy
----------------------------------------------------------------
Al Cooper (2):
phy: usb: Leave some clocks running during suspend
phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option
Dan Carpenter (2):
phy: cadence: Sierra: fix error handling bugs in probe()
phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()
Kishon Vijay Abraham I (1):
phy: ti: Fix missing sentinel for clk_div_table
Liu Ying (1):
phy: dphy: Correct clk_pre parameter
Robert Hancock (1):
phy: xilinx: zynqmp: Fix bus width setting for SGMII
Wan Jiabing (1):
phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy
drivers/gpu/drm/bridge/nwl-dsi.c | 12 ++++----
drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c | 3 +-
drivers/phy/broadcom/Kconfig | 3 +-
drivers/phy/broadcom/phy-brcm-usb.c | 38 ++++++++++++++++++++++++
drivers/phy/cadence/phy-cadence-sierra.c | 35 +++++++++++++---------
drivers/phy/mediatek/phy-mtk-tphy.c | 2 +-
drivers/phy/phy-core-mipi-dphy.c | 4 +--
drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c | 3 +-
drivers/phy/st/phy-stm32-usbphyc.c | 2 +-
drivers/phy/ti/phy-j721e-wiz.c | 1 +
drivers/phy/xilinx/phy-zynqmp.c | 11 +++----
11 files changed, 80 insertions(+), 34 deletions(-)
--
~Vinod
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2022-02-04 16:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-04 16:47 Vinod Koul [this message]
2022-02-04 16:47 ` [GIT PULL]: Generic phy fixes for v5.17 Vinod Koul
2022-02-05 10:53 ` Greg KH
2022-02-05 10:53 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Yf1YqcqUmResNevN@matsya \
--to=vkoul@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.