[GIT PULL v2] PHY: For 5.1 -rc

From: Kishon Vijay Abraham I
Date: Wed Apr 17 2019 - 08:59:10 EST


Hi Greg,

Please find the updated pull request for 5.1 -rc.

I've removed the lengthy ti-pipe3 PHY driver changes to follow the TRM
sequence. This will be included in 5.2 -rc1 pull request.

I've also added an additional patch to fix gadget mode working in
Allwinner's sun4i-usb PHY driver.

Let me know if I have to make any modifications.

Thanks
Kishon

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

Linux 5.1-rc1 (2019-03-17 14:22:26 -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.1-rc-v2

for you to fetch changes up to e6f32efb1b128344a2c7df9875bc1a1abaa1d395:

phy: sun4i-usb: Make sure to disable PHY0 passby for peripheral mode (2019-04-17 12:06:02 +0530)

----------------------------------------------------------------
phy: for 5.1-rc

*) Fix sun4i-usb PHY driver to get USB gadget working on H3/R40/V3/V3s
*) Fix cable state handling in phy-twl4030-usb driver to get rid of
regulator_put() warning
*) Fix linker errors and compilation warnings got with randconfig
*) Fix sparse warnings and .cocci warnings

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

----------------------------------------------------------------
Arnd Bergmann (3):
phy: allwinner: allow compile testing
phy: ti: usb2: fix OMAP_CONTROL_PHY dependency
phy: mapphone-mdm6600: add gpiolib dependency

Paul Kocialkowski (1):
phy: sun4i-usb: Make sure to disable PHY0 passby for peripheral mode

Tony Lindgren (1):
phy: phy-twl4030-usb: Fix cable state handling

YueHaibing (3):
phy: rockchip-typec: Make usb3_pll_cfg and dp_pll_cfg static
phy: qcom-ufs: Make ufs_qcom_phy_disable_iface_clk static
phy: fix platform_no_drv_owner.cocci warnings

drivers/phy/allwinner/Kconfig | 9 ++++++---
drivers/phy/allwinner/phy-sun4i-usb.c | 4 ++++
drivers/phy/marvell/phy-mvebu-a3700-utmi.c | 1 -
drivers/phy/motorola/Kconfig | 2 +-
drivers/phy/qualcomm/phy-qcom-ufs.c | 2 +-
drivers/phy/rockchip/phy-rockchip-typec.c | 4 ++--
drivers/phy/ti/Kconfig | 2 +-
drivers/phy/ti/phy-twl4030-usb.c | 35 +++++++++++++----------------------
8 files changed, 28 insertions(+), 31 deletions(-)