From: Kishon Vijay Abraham I <kishon@ti.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, <kishon@ti.com>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] PHY: For 5.3
Date: Mon, 1 Jul 2019 16:00:01 +0530 [thread overview]
Message-ID: <20190701103001.21235-1-kishon@ti.com> (raw)
Hi Greg,
Please find the pull request for 5.3 merge window below. It adds couple
of new PHY drivers and other misc driver fixes. Please see the tag message
for complete list of changes.
Let me know if I have to change something.
Thanks
Kishon
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-5.3
for you to fetch changes up to 5206026404190125436f81088eb3667076e56083:
phy: qcom-qmp: Raise qcom_qmp_phy_enable() polling delay (2019-06-25 19:17:38 +0530)
----------------------------------------------------------------
phy: for 5.3
*) Add a new PHY driver for Qualcomm PCIe2 PHY
*) Add a new PHY driver for Mixel DPHY present in i.MX8
*) Fix Qualcomm QMP UFS PHY driver from incorrectly reporting that
PHY enable failed
*) Fix _BUG_ on Amlogic G12A USB3 + PCIE Combo PHY Driver due to
calling a sleeping function from invalid context
*) Fix WARN_ON dump on rcar-gen3-usb2 PHY driver caused due to
imbalance powered flag
*) Fix .cocci and sparse warnings
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
----------------------------------------------------------------
Bjorn Andersson (3):
dt-bindings: phy: Add binding for Qualcomm PCIe2 PHY
phy: qcom: Add Qualcomm PCIe2 PHY driver
phy: qcom-qmp: Correct READY_STATUS poll break condition
Guido Günther (2):
dt-bindings: phy: Add documentation for mixel dphy
phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCs
Gustavo A. R. Silva (1):
phy: samsung: Use struct_size() in devm_kzalloc()
Lubomir Rintel (1):
dt-bindings: phy-pxa-usb: add bindings
Marc Gonzalez (2):
phy: qcom-qmp: Drop useless msm8998_pciephy_cfg setting
phy: qcom-qmp: Raise qcom_qmp_phy_enable() polling delay
Neil Armstrong (1):
phy: meson-g12a-usb3-pcie: disable locking for cr_regmap
Yoshihiro Shimoda (1):
phy: renesas: rcar-gen3-usb2: fix imbalance powered flag
YueHaibing (2):
phy: usb: phy-brcm-usb: Fix platform_no_drv_owner.cocci warnings
phy: ti: am654-serdes: Make serdes_am654_xlate() static
Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.txt | 29 ++++++++
Documentation/devicetree/bindings/phy/phy-pxa-usb.txt | 18 +++++
Documentation/devicetree/bindings/phy/qcom-pcie2-phy.txt | 42 ++++++++++++
drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c | 2 +-
drivers/phy/broadcom/phy-brcm-usb.c | 1 -
drivers/phy/freescale/Kconfig | 10 +++
drivers/phy/freescale/Makefile | 1 +
drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c | 497 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/phy/qualcomm/Kconfig | 8 +++
drivers/phy/qualcomm/Makefile | 1 +
drivers/phy/qualcomm/phy-qcom-pcie2.c | 331 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/phy/qualcomm/phy-qcom-qmp.c | 5 +-
drivers/phy/renesas/phy-rcar-gen3-usb2.c | 19 ++++--
drivers/phy/samsung/phy-samsung-usb2.c | 5 +-
drivers/phy/ti/phy-am654-serdes.c | 4 +-
15 files changed, 960 insertions(+), 13 deletions(-)
create mode 100644 Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.txt
create mode 100644 Documentation/devicetree/bindings/phy/phy-pxa-usb.txt
create mode 100644 Documentation/devicetree/bindings/phy/qcom-pcie2-phy.txt
create mode 100644 drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c
create mode 100644 drivers/phy/qualcomm/phy-qcom-pcie2.c
--
2.17.1
next reply other threads:[~2019-07-01 10:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-01 10:30 Kishon Vijay Abraham I [this message]
2019-07-01 13:05 ` Greg Kroah-Hartman
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=20190701103001.21235-1-kishon@ti.com \
--to=kishon@ti.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®