Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753179AbbBQTTU (ORCPT ); Tue, 17 Feb 2015 14:19:20 -0500 Received: from mail-gw1-out.broadcom.com ([216.31.210.62]:47205 "EHLO mail-gw1-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751749AbbBQTTS (ORCPT ); Tue, 17 Feb 2015 14:19:18 -0500 X-IronPort-AV: E=Sophos;i="5.09,595,1418112000"; d="scan'208";a="57509496" From: Arun Ramamurthy To: Kishon Vijay Abraham I , Rob Herring , Pawel Moll , Mark Rutland , "Ian Campbell" , Kumar Gala , CC: Jonathan Richardson , Scott Branden , Ray Jui , , , , Dmitry Torokhov , Anatol Pomazau , "Arun Ramamurthy" Subject: [PATCH 0/2] USB PHY driver for Broadcom's Cygnus chipset Date: Tue, 17 Feb 2015 11:20:19 -0800 Message-ID: <1424200821-16368-1-git-send-email-arun.ramamurthy@broadcom.com> X-Mailer: git-send-email 2.3.0 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 Content-Length: 1070 Lines: 25 This patchset adds the USB phy driver and documentation for Broadom's Cygnus chipset. The phy is configurable from device tree and is capable of both device and host functions. It also provides a clock and reset to the host controller Arun Ramamurthy (2): phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver phy: usbphy: Add Broadcom Cygnus USB PHY driver .../bindings/phy/brcm,cygnus-usb-phy.txt | 50 +++ drivers/phy/Kconfig | 12 + drivers/phy/Makefile | 2 + drivers/phy/phy-bcm-cygnus-usb.c | 491 +++++++++++++++++++++ 4 files changed, 555 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/brcm,cygnus-usb-phy.txt create mode 100644 drivers/phy/phy-bcm-cygnus-usb.c -- 2.3.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/