Hi Greg,
Here are the transceiver patches for v3.8 merge window. Let me know
if you want any changes.
Have a nice weekend
ps: for samsung folks, I'm sorry but I couldn't wait any longer.
The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
tags/xceiv-for-v3.8
for you to fetch changes up to 1789e52acc90c87484a109d6349eefe63cabb257:
usb: phy: add R-Car USB phy driver (2012-11-01 12:17:53 +0200)
----------------------------------------------------------------
usb: phy: patches for v3.8 merge window
Not too many patches this time. First two patches are only
cleanups where one of them switches over to module_platform_driver
macro and the second removes inclusion of <mach/iomap.h> and is
part of a bigger set of include cleanups from the Tegra folks.
The only substantial change here is the addition of a driver
for Renesas' R-Car USB Phy controller.
----------------------------------------------------------------
Kuninori Morimoto (1):
usb: phy: add R-Car USB phy driver
Srinivas Kandagatla (1):
usb: phy: mv_otg: use module_platform_driver macro
Stephen Warren (1):
usb: phy: tegra remove include of <mach/iomap.h>
drivers/usb/otg/mv_otg.c | 14 +--
drivers/usb/phy/Kconfig | 12 +++
drivers/usb/phy/Makefile | 1 +
drivers/usb/phy/rcar-phy.c | 220 ++++++++++++++++++++++++++++++++++++++++
drivers/usb/phy/tegra_usb_phy.c | 4 +-
5 files changed, 237 insertions(+), 14 deletions(-)
create mode 100644 drivers/usb/phy/rcar-phy.c
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html