[GIT PULL] PHY: for 4.19

From: Kishon Vijay Abraham I
Date: Tue Jul 24 2018 - 03:19:49 EST


Hi Greg,

Please find the pull request for 4.19 merge window below. It contains
addition of 2 new PCIe PHY drivers for Broadcom's Stingray and Renesas
R-Car SoCs, switches to SPDX identifier in a few PHY drivers and enables
battery charging in Mediatek T-PHY driver.

Consider merging it for the next merge window and let me know if I have
to make any changes.

Thanks
Kishon

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.19

for you to fetch changes up to ec14b83a1ee40a9a72d84f0af356eccc948b24c4:

phy: mvebu-cp110-comphy: switch to SPDX identifier (2018-07-24 11:12:15 +0530)

----------------------------------------------------------------
phy: for 4.19

*) Add new PHY driver for GEN3 PCIe PHY on Renesas R-Car
*) Add new PHY driver for PCIe PHY on Broadcom's Stingray SoC
*) Enable battery charging in Mediatek T-PHY
*) Switch to SPDX identifier in Marvell PHY drivers
*) Fix compilation warning in phy-qcom-usb-hs.c

Signed-off-by: Kishon Vijay Abraham I <kishon@xxxxxx>

----------------------------------------------------------------
Antoine Tenart (1):
phy: mvebu-cp110-comphy: switch to SPDX identifier

Chunfeng Yun (5):
phy: phy-mtk-tphy: use SPDX license tag
dt-bindings: phy-mtk-tphy: add optional properties for u2phy
phy: phy-mtk-tphy: add properties for eye diagram test
phy: phy-mtk-tphy: add property for BC12
MAINTAINERS: update files of MediaTek USB3 PHYs

Douglas Anderson (1):
phy: qcom-qmp: Fix dts bindings to reflect reality

Gustavo A. R. Silva (1):
phy: qcom-usb-hs: Mark expected switch fall-through

Jisheng Zhang (1):
phy: berlin: switch to SPDX license identifier

Ray Jui (2):
dt-bindings: phy: Add binding doc for Stingray PCIe PHY
phy: bcm-sr-pcie: Add Stingray PCIe PHY driver

Sergei Shtylyov (2):
dt-bindings: phy: Renesas R-Car Gen3 PCIe PHY bindings
phy: Renesas R-Car gen3 PCIe PHY driver

Yoshihiro Shimoda (1):
dt-bindings: rcar-gen3-phy-usb2: Add bindings for r8a77990

Documentation/devicetree/bindings/phy/brcm,sr-pcie-phy.txt | 41 +++++++++++++++++++
Documentation/devicetree/bindings/phy/phy-mtk-tphy.txt | 6 +++
Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt | 14 ++++++-
Documentation/devicetree/bindings/phy/rcar-gen3-phy-pcie.txt | 24 +++++++++++
Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 +
MAINTAINERS | 3 +-
drivers/phy/broadcom/Kconfig | 10 +++++
drivers/phy/broadcom/Makefile | 2 +
drivers/phy/broadcom/phy-bcm-sr-pcie.c | 305 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/phy/marvell/phy-berlin-sata.c | 5 +--
drivers/phy/marvell/phy-berlin-usb.c | 5 +--
drivers/phy/marvell/phy-mvebu-cp110-comphy.c | 5 +--
drivers/phy/mediatek/Makefile | 1 +
drivers/phy/mediatek/phy-mtk-tphy.c | 85 ++++++++++++++++++++++++++++++++++----
drivers/phy/qualcomm/phy-qcom-usb-hs.c | 1 +
drivers/phy/renesas/Kconfig | 7 ++++
drivers/phy/renesas/Makefile | 1 +
drivers/phy/renesas/phy-rcar-gen3-pcie.c | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
18 files changed, 644 insertions(+), 24 deletions(-)
create mode 100644 Documentation/devicetree/bindings/phy/brcm,sr-pcie-phy.txt
create mode 100644 Documentation/devicetree/bindings/phy/rcar-gen3-phy-pcie.txt
create mode 100644 drivers/phy/broadcom/phy-bcm-sr-pcie.c
create mode 100644 drivers/phy/renesas/phy-rcar-gen3-pcie.c