From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755430AbcFQKZ0 (ORCPT ); Fri, 17 Jun 2016 06:25:26 -0400 Received: from mail-wm0-f48.google.com ([74.125.82.48]:35082 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752815AbcFQKZY (ORCPT ); Fri, 17 Jun 2016 06:25:24 -0400 From: Neil Armstrong To: balbi@kernel.org, gregkh@linuxfoundation.org Cc: Neil Armstrong , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [PATCH 0/2] usb: phy: Add support for the Qualcomm HSIC USB PHY Date: Fri, 17 Jun 2016 12:25:17 +0200 Message-Id: <1466159119-20310-1-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In order to support the Qualcomm MDM9615 in the Sierra Wireless WP8548 Modules, add the Qualcomm HSIC USB PHY used inside the MDM9615 SoC. This patchset is part of a global SoC + Module + Board support for the Sierra Wireless mangOH Board support with the WP8548 module. Neil Armstrong (2): usb: phy: Add initial support for Qualcomm HSIC PHY dt-bindings: phy: Add qcom,usb-hsic-phy bindings .../devicetree/bindings/phy/qcom,usb-hsic-phy.txt | 95 ++++ drivers/usb/phy/Kconfig | 13 + drivers/usb/phy/Makefile | 1 + drivers/usb/phy/phy-qcom-hsic-usb.c | 506 +++++++++++++++++++++ 4 files changed, 615 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/qcom,usb-hsic-phy.txt create mode 100644 drivers/usb/phy/phy-qcom-hsic-usb.c -- 1.9.1