Hi Greg,

Please find the pull request for 4.16 merge window below.

It includes a fix in exynos5-usbdrd to enumerate SuperSpeed devices on
Odroid XU3 and includes fixes/cleanups in Broadcom and Mediatek PHYs.
Please see the tag message for the complete list of changes.

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 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the git repository at:

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

for you to fetch changes up to e4b227c1ca70ae779c39e5284742555b9e1cdf9f:

  phy: phy-mtk-tphy: use of_device_get_match_data() (2017-12-29 13:00:35 +0530)

----------------------------------------------------------------
phy: for 4.16

 *) Fix in exynos5-usbdrd to enumerate SuperSpeed devices on Odroid XU3
 *) Fix in Broadcom USB PHY to get Dell Low Speed keyboards working
 *) Fix in Broadcom USB PHY to power down the PHY when XHCI disabled
    to save power
 *) Fix in Broadcom USB PHY to prevent abort in DRD mode
 *) Fix in Broadcom USB PHY to use the correct dt properties
 *) Fix in Mediatek PHY to detect device connection
 *) Make getting resource optional for Mediatek V1 TPHY
 *) Cleanup in Mediatek PHY

Signed-off-by: Kishon Vijay Abraham I <kis...@ti.com>

----------------------------------------------------------------
Al Cooper (4):
  phy: phy-brcm-usb: Fix two DT properties to match bindings doc
  phy: phy-brcm-usb-init: Some Low Speed keyboards fail on 7271
  phy: phy-brcm-usb-init: Power down USB 3.0 PHY when XHCI disabled
  phy: phy-brcm-usb-init: DRD mode can cause crash on startup

Chunfeng Yun (3):
  phy: phy-mtk-tphy: use auto instead of force to bypass utmi signals
  phy: phy-mtk-tphy: make shared banks optional for V1 TPHY
  phy: phy-mtk-tphy: use of_device_get_match_data()

Vivek Gautam (1):
  phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800

 drivers/phy/broadcom/phy-brcm-usb-init.c |  22 ++--
 drivers/phy/broadcom/phy-brcm-usb.c      |   4 +-
 drivers/phy/mediatek/phy-mtk-tphy.c      |  35 +++---
 drivers/phy/samsung/phy-exynos5-usbdrd.c | 183 +++++++++++++++++++++++++++++++
 drivers/usb/dwc3/core.c                  |   2 +
 5 files changed, 212 insertions(+), 34 deletions(-)

-- 
2.11.0

Reply via email to