From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755379AbdLOKxW (ORCPT ); Fri, 15 Dec 2017 05:53:22 -0500 Received: from fllnx209.ext.ti.com ([198.47.19.16]:9272 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753478AbdLOKxT (ORCPT ); Fri, 15 Dec 2017 05:53:19 -0500 From: Kishon Vijay Abraham I To: CC: , Subject: [GIT PULL v2] phy: for 4.15 -rc Date: Fri, 15 Dec 2017 16:22:50 +0530 Message-ID: <20171215105250.6978-1-kishon@ti.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, Please find the updated pull request for 4.15 -rc cycle below. It removes calibrate ops patch done in exynos5-usbdrd to enumerate superspeed devices on Odroid XU3. Rest of it all are same, the details of which can be found in the tag message. Consider merging it for this -rc cycle 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.15-rc_v2 for you to fetch changes up to 2b88212c4cc67ff33dec5bb4d690044b97a5f979: phy: rcar-gen3-usb2: select USB_COMMON (2017-12-15 16:00:41 +0530) ---------------------------------------------------------------- phy: for 4.15 -rc *) Fix device-tree node lookups in tegra xusb *) Fix platform_get_irq_byname's error checking in cpcap-usb phy driver *) Fix in rockchip-typec phy driver to balance pm_runtime_enable/disable *) Fix compiler error in rcar-gen3-usb2 phy when USB is disabled Signed-off-by: Kishon Vijay Abraham I ---------------------------------------------------------------- Arnd Bergmann (1): phy: rcar-gen3-usb2: select USB_COMMON Arvind Yadav (1): phy: cpcap-usb: Fix platform_get_irq_byname's error checking. Chris Zhong (1): phy: rockchip-typec: add pm_runtime_disable in err case Johan Hovold (1): phy: tegra: fix device-tree node lookups drivers/phy/motorola/phy-cpcap-usb.c | 2 +- drivers/phy/renesas/Kconfig | 2 ++ drivers/phy/rockchip/phy-rockchip-typec.c | 2 ++ drivers/phy/tegra/xusb.c | 58 +++++++++++++++++++++++++++++----------------------------- 4 files changed, 34 insertions(+), 30 deletions(-)