public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] usb: phy: Add support for the Qualcomm HSIC USB PHY
@ 2016-06-17 10:25 Neil Armstrong
  2016-06-17 10:25 ` [PATCH 1/2] usb: phy: Add initial support for Qualcomm HSIC PHY Neil Armstrong
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Neil Armstrong @ 2016-06-17 10:25 UTC (permalink / raw)
  To: balbi, gregkh; +Cc: Neil Armstrong, linux-kernel, linux-usb

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-06-20 16:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-17 10:25 [PATCH 0/2] usb: phy: Add support for the Qualcomm HSIC USB PHY Neil Armstrong
2016-06-17 10:25 ` [PATCH 1/2] usb: phy: Add initial support for Qualcomm HSIC PHY Neil Armstrong
2016-06-18  4:58   ` kbuild test robot
2016-06-17 10:25 ` [PATCH 2/2] dt-bindings: phy: Add qcom,usb-hsic-phy bindings Neil Armstrong
2016-06-20 16:26   ` Rob Herring
2016-06-17 16:39 ` [PATCH 0/2] usb: phy: Add support for the Qualcomm HSIC USB PHY Stephen Boyd
2016-06-20  9:21   ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox