]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jan 2013 17:09:46 +0000 (09:09 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jan 2013 17:09:46 +0000 (09:09 -0800)
commit9240fcf24092f8a16e5474ba96238619c251a9f4
tree7087507a15fe828ce80576a357a2a2d40c1ae191
parent5d04cb10e9f9f08b0cb598e26d43d9b3dea590a7
parentb4d677decac5e0e12951ef44d89222a32139be53
Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next

Felipe writes:
usb: xceiv: patches for v3.9 merge window

Two new PHY drivers coming here: one for Samsung,
one for OMAP. Both architectures are adding USB3
support to mainline kernel.

The PHY layer now allows us to have mulitple PHYs
of the same type, which is necessary for platforms
which provide more than one USB peripheral port.

There's also a few cleanups here: removal of __dev*
annotations, conversion of a cast to to_delayed_work(),
and mxs-phy learns about ->set_suspend.
drivers/usb/dwc3/core.c
drivers/usb/gadget/s3c-hsotg.c
drivers/usb/host/ehci-s5p.c
drivers/usb/host/ohci-exynos.c
drivers/usb/musb/omap2430.c
drivers/usb/otg/mv_otg.c