From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752956AbbJQCXB (ORCPT ); Fri, 16 Oct 2015 22:23:01 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:39800 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752444AbbJQCWU (ORCPT ); Fri, 16 Oct 2015 22:22:20 -0400 From: Kishon Vijay Abraham I To: CC: , Subject: [GIT PULL] phy: for 4.4 merge window Date: Sat, 17 Oct 2015 07:52:11 +0530 Message-ID: <1445048538-4855-1-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, Please find the pull request for 4.4 merge window below. It's a rather short pull request adding two new PHY drivers for broadcom and mediatek SoCs and a cleanup in sun4i usb PHY driver. Let me know If I have to modify something. Thanks Kishon The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: Linux 4.3-rc1 (2015-09-12 16:35:56 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next for you to fetch changes up to 0f8669e343982ac66f4420335777cb5456b8abb0: MAINTAINERS: add Mediatek usb3 phy driver (2015-10-17 07:32:22 +0530) ---------------------------------------------------------------- phy: for 4.4 *) Add new PHY driver for Broadcom's cygnus PCIe PHY *) Add USB3 PHY driver for mediatek's SoCs *) Add VBUS regulator support for Samsung's exynos PHY *) Misc cleanup Signed-off-by: Kishon Vijay Abraham I ---------------------------------------------------------------- Axel Lin (1): phy: sun4i-usb: Use devm_gpiod_get_optional for optional GPIOs Chunfeng Yun (3): dt-bindings: Add usb3.0 phy binding for MT65xx SoCs phy: add usb3.0 phy driver for mt65xx SoCs MAINTAINERS: add Mediatek usb3 phy driver Marek Szyprowski (1): phy: exynos-usb2: add vbus regulator support Ray Jui (2): dt-bindings: Add Cygnus PCIe PHY binding doc phy: cygnus: pcie: Add Cygnus PCIe PHY support .../bindings/phy/brcm,cygnus-pcie-phy.txt | 47 ++ .../devicetree/bindings/phy/phy-mt65xx-usb.txt | 68 +++ .../devicetree/bindings/phy/samsung-phy.txt | 3 + MAINTAINERS | 7 + drivers/phy/Kconfig | 18 + drivers/phy/Makefile | 2 + drivers/phy/phy-bcm-cygnus-pcie.c | 213 ++++++++ drivers/phy/phy-mt65xx-usb3.c | 506 ++++++++++++++++++++ drivers/phy/phy-samsung-usb2.c | 25 +- drivers/phy/phy-samsung-usb2.h | 2 + drivers/phy/phy-sun4i-usb.c | 22 +- 11 files changed, 898 insertions(+), 15 deletions(-) create mode 100644 Documentation/devicetree/bindings/phy/brcm,cygnus-pcie-phy.txt create mode 100644 Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt create mode 100644 drivers/phy/phy-bcm-cygnus-pcie.c create mode 100644 drivers/phy/phy-mt65xx-usb3.c -- 1.7.9.5