lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 17 Jun 2016 12:25:17 +0200
From:	Neil Armstrong <narmstrong@...libre.com>
To:	balbi@...nel.org, gregkh@...uxfoundation.org
Cc:	Neil Armstrong <narmstrong@...libre.com>,
	linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [PATCH 0/2] usb: phy: Add support for the Qualcomm HSIC USB PHY

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

Powered by blists - more mailing lists