[GIT PULL] PHY: for 5.5 -rc

From: Kishon Vijay Abraham I
Date: Tue Dec 31 2019 - 06:14:05 EST


Hi Greg,

Please find the pull request for 5.5 -rc cycle.

It includes a bunch of bug fixes for cpcap-usb PHY driver which is used
for configuring USB PHY and debug UART used in certain Motorola droid4
phones. It also includes a minor fix in qcom-qmp PHY driver and
rockchip-inno-hdmi causing a display issue in RK3328.

Please see the tag message below for the complete list of changes and
let me know If I have to change something.

Thanks
Kishon

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 4f510aa10468954b1da4e94689c38ac6ea8d3627:

phy/rockchip: inno-hdmi: round clock rate down to closest 1000 Hz (2019-12-31 15:46:08 +0530)

----------------------------------------------------------------
phy: for 5.5-rc

*) Fix error path in cpcap-usb driver when no host driver is loaded to
avoid debug serial console from stop working
*) Fix to let USB host idle before switching to UART mode in cpcap-usb
driver in order to avoid flakey enumeration next time
*) Prevent USB line glitches from waking up modem by enabling the USB
lines (GPIO mux) after configuring the cpcap-usb PHY
*) Improve host vs docked mode detection in cpcap-usb PHY driver to keep
VBUS enabled in host mode
*) Fix to prevent cpcap-usb PHY driver from enabling the PHY twice
*) Increase PHY ready timeout in qcom-qmp PHY as it takes more than 1ms
to initialize
*) Round clock rate down to closest 1000 Hz in phy-rockchip-inno-hdmi to
prevent wrong pixel clock to be used and result in no-signal when
configuring a mode on RK3328

----------------------------------------------------------------
Bjorn Andersson (1):
phy: qcom-qmp: Increase PHY ready timeout

Jonas Karlman (1):
phy/rockchip: inno-hdmi: round clock rate down to closest 1000 Hz

Tony Lindgren (6):
phy: cpcap-usb: Fix error path when no host driver is loaded
phy: cpcap-usb: Fix flakey host idling and enumerating of devices
phy: mapphone-mdm6600: Fix uninitialized status value regression
phy: cpcap-usb: Prevent USB line glitches from waking up modem
phy: cpcap-usb: Improve host vs docked mode detection
phy: cpcap-usb: Drop extra write to usb2 register

drivers/phy/motorola/phy-cpcap-usb.c | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------
drivers/phy/motorola/phy-mapphone-mdm6600.c | 11 +++--------
drivers/phy/qualcomm/phy-qcom-qmp.c | 2 +-
drivers/phy/rockchip/phy-rockchip-inno-hdmi.c | 4 ++++
4 files changed, 98 insertions(+), 47 deletions(-)
--
2.17.1