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:	Wed, 13 May 2015 17:48:55 -0500
From:	Rob Herring <robh@...nel.org>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Alan Stern <stern@...land.harvard.edu>,
	Kishon Vijay Abraham I <kishon@...com>
Cc:	linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
	linux-usb@...r.kernel.org, Rob Herring <robh@...nel.org>
Subject: [PATCH 0/5] Marvell PXA1928 USB support

This series adds USB PHYs and EHCI host drivers for the Marvell PXA1928 
SOC.

The OTG block is based on ChipIdea and works with "chipidea,usb2" 
compatible driver as is just by adding the PHY driver. Yay!

Rob

Rob Herring (5):
  dt-bindings: Add Marvell PXA1928 USB and HSIC PHY bindings
  dt-bindings: Add Marvell PXA1928 USB EHCI controller binding
  phy: Add Marvell USB 2.0 OTG 28nm PHY
  phy: add Marvell HSIC 28nm PHY
  usb: add pxa1928 ehci support

 .../devicetree/bindings/phy/pxa1928-usb-phy.txt    |  18 ++
 .../devicetree/bindings/usb/ehci-pxa1928.txt       |  19 ++
 drivers/phy/Kconfig                                |  20 ++
 drivers/phy/Makefile                               |   2 +
 drivers/phy/phy-mv-hsic.c                          | 208 +++++++++++++
 drivers/phy/phy-mv-usb2.c                          | 329 +++++++++++++++++++++
 drivers/usb/host/Kconfig                           |  15 +-
 drivers/usb/host/Makefile                          |   1 +
 drivers/usb/host/ehci-mv-of.c                      | 243 +++++++++++++++
 9 files changed, 854 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/phy/pxa1928-usb-phy.txt
 create mode 100644 Documentation/devicetree/bindings/usb/ehci-pxa1928.txt
 create mode 100644 drivers/phy/phy-mv-hsic.c
 create mode 100644 drivers/phy/phy-mv-usb2.c
 create mode 100644 drivers/usb/host/ehci-mv-of.c

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ