[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1361976229-16024-1-git-send-email-gautam.vivek@samsung.com>
Date: Wed, 27 Feb 2013 20:13:47 +0530
From: Vivek Gautam <gautam.vivek@...sung.com>
To: linux-usb@...r.kernel.org
Cc: linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree-discuss@...ts.ozlabs.org, gregkh@...uxfoundation.org,
balbi@...com, kgene.kim@...sung.com, dianders@...omium.org,
p.paneri@...sung.com
Subject: [PATCH v6 0/2] Adding USB 3.0 DRD-phy support for exynos5250
Based on 'usb-next'
Changes from v5:
- Squashed the following change from Felipe in this patch-set:
[PATCH] usb: phy: samsung: let it be built as a module
- Using EXPORT_SYMBOL_GPL() to export symbols in "samsung-usbphy.c"
to allow module builds of these samsung PHY drivers.
Vivek Gautam (2):
usb: phy: samsung: Common out the generic stuff
usb: phy: samsung: Add PHY support for USB 3.0 controller
drivers/usb/phy/Kconfig | 25 +-
drivers/usb/phy/Makefile | 2 +
drivers/usb/phy/samsung-usb2phy.c | 511 ++++++++++++++++++++++++++
drivers/usb/phy/samsung-usb3phy.c | 349 ++++++++++++++++++
drivers/usb/phy/samsung-usbphy.c | 722 +------------------------------------
drivers/usb/phy/samsung-usbphy.h | 328 +++++++++++++++++
6 files changed, 1224 insertions(+), 713 deletions(-)
create mode 100644 drivers/usb/phy/samsung-usb2phy.c
create mode 100644 drivers/usb/phy/samsung-usb3phy.c
create mode 100644 drivers/usb/phy/samsung-usbphy.h
--
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