Merge tag 'phy-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Jul 2019 13:04:59 +0000 (15:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Jul 2019 13:04:59 +0000 (15:04 +0200)
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>
* tag 'phy-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy:
  phy: qcom-qmp: Raise qcom_qmp_phy_enable() polling delay
  phy: meson-g12a-usb3-pcie: disable locking for cr_regmap
  phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCs
  dt-bindings: phy: Add documentation for mixel dphy
  dt-bindings: phy-pxa-usb: add bindings
  phy: renesas: rcar-gen3-usb2: fix imbalance powered flag
  phy: qcom-qmp: Drop useless msm8998_pciephy_cfg setting
  phy: qcom-qmp: Correct READY_STATUS poll break condition
  phy: ti: am654-serdes: Make serdes_am654_xlate() static
  phy: usb: phy-brcm-usb: Fix platform_no_drv_owner.cocci warnings
  phy: samsung: Use struct_size() in devm_kzalloc()
  phy: qcom: Add Qualcomm PCIe2 PHY driver
  dt-bindings: phy: Add binding for Qualcomm PCIe2 PHY

1  2 
drivers/phy/broadcom/phy-brcm-usb.c
drivers/phy/freescale/Kconfig
drivers/phy/freescale/Makefile
drivers/phy/qualcomm/Kconfig
drivers/phy/samsung/phy-samsung-usb2.c

index fc7df391d48f9cdeca4e762f53e641e7c4a5e79c,5283d70a82c955f7d7f0ed0e1b92ba886fce4bb2..f5c1f2983a1d1cd954b9ef6af39571be4e35b9b4
@@@ -440,10 -441,8 +440,9 @@@ MODULE_DEVICE_TABLE(of, brcm_usb_dt_ids
  
  static struct platform_driver brcm_usb_driver = {
        .probe          = brcm_usb_phy_probe,
 +      .remove         = brcm_usb_phy_remove,
        .driver         = {
                .name   = "brcmstb-usb-phy",
-               .owner  = THIS_MODULE,
                .pm = &brcm_usb_phy_pm_ops,
                .of_match_table = brcm_usb_dt_ids,
        },
Simple merge
index a459a44f6ecda626e9b66365a4470ae2dc67e2fb,07491c926a2cf4cb285c8b7aee5bb2be73e73965..1d02e3869b45e2bd4d7f17fce1be2c8eaea42823
@@@ -1,2 -1,2 +1,3 @@@
 +# SPDX-License-Identifier: GPL-2.0-only
  obj-$(CONFIG_PHY_FSL_IMX8MQ_USB)      += phy-fsl-imx8mq-usb.o
+ obj-$(CONFIG_PHY_MIXEL_MIPI_DPHY)     += phy-fsl-imx8-mipi-dphy.o
Simple merge