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:	Thu, 14 Mar 2013 15:59:09 +0530
From:	Vivek Gautam <gautam.vivek@...sung.com>
To:	linux-usb@...r.kernel.org, linux-samsung-soc@...r.kernel.org,
	devicetree-discuss@...ts.ozlabs.org
Cc:	linux-kernel@...r.kernel.org, gregkh@...uxfoundation.org,
	balbi@...com, rob.herring@...xeda.com, kgene.kim@...sung.com,
	thomas.abraham@...aro.org, dianders@...omium.org,
	p.paneri@...sung.com
Subject: [PATCH v7 0/2] Adding USB 3.0 DRD-phy support for exynos5250

Changes from v6:
 - Changing the file names accordingly as per
   [PATCH] usb: phy: rename all phy drivers to phy-$name.c
 - Using devm_clk_get for PHY ref clocks "ext_xtal" and "xusbxti"
 - Adding the bindings documentation for separate USB 2.0 phy and
   USB 3.0 phy.

Based on 'usb-next' plus Felipe's 'testing' branch patches;
(some 194 patches in fact ;-), on top of 3.9rc2 tag).

Tested after merging linux-samsung's 'for-next' into 'usb-next'
to verify things with recently merged common clock framework for
samsung's SoCs.

Vivek Gautam (2):
  usb: phy: samsung: Common out the generic stuff
  usb: phy: samsung: Add PHY support for USB 3.0 controller

 .../devicetree/bindings/usb/samsung-usbphy.txt     |   76 ++-
 drivers/usb/phy/Kconfig                            |   22 +-
 drivers/usb/phy/Makefile                           |    2 +
 drivers/usb/phy/phy-samsung-usb.c                  |  726 +-------------------
 drivers/usb/phy/phy-samsung-usb.h                  |  327 +++++++++
 drivers/usb/phy/phy-samsung-usb2.c                 |  509 ++++++++++++++
 drivers/usb/phy/phy-samsung-usb3.c                 |  349 ++++++++++
 7 files changed, 1291 insertions(+), 720 deletions(-)
 create mode 100644 drivers/usb/phy/phy-samsung-usb.h
 create mode 100644 drivers/usb/phy/phy-samsung-usb2.c
 create mode 100644 drivers/usb/phy/phy-samsung-usb3.c

-- 
1.7.6.5

--
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