diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-01-13 12:26:40 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-01-13 12:26:40 -0500 |
commit | 237f38c3b3ab08eadecc89b7c9647b1cdb996bbe (patch) | |
tree | ed3740f13723f9082715d656d2bd3d37967ca858 /MAINTAINERS | |
parent | 67990608c8b95d2b8ccc29932376ae73d5818727 (diff) | |
parent | 60d77b3d2229eaf29eddf0d7a7947c3c922b1a4d (diff) |
Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB updates from Greg KH:
"Here is the big USB drivers update for 4.5-rc1.
Lots of gadget driver updates and fixes, like usual, and a mix of
other USB driver updates as well. Full details in the shortlog. All
of these have been in linux-next for a while"
* tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (191 commits)
MAINTAINERS: change my email address
USB: usbmon: remove assignment from IS_ERR argument
USB: mxu11x0: drop redundant function name from error messages
USB: mxu11x0: fix debug-message typos
USB: mxu11x0: rename usb-serial driver
USB: mxu11x0: fix modem-control handling on B0-transitions
USB: mxu11x0: fix memory leak on firmware download
USB: mxu11x0: fix memory leak in port-probe error path
USB: serial: add Moxa UPORT 11x0 driver
USB: cp210x: add ID for ELV Marble Sound Board 1
usb: chipidea: otg: use usb autosuspend to suspend bus for HNP
usb: chipidea: host: set host to be null after hcd is freed
usb: chipidea: removing of_find_property
usb: chipidea: implement platform shutdown callback
usb: chipidea: clean up CONFIG_USB_CHIPIDEA_DEBUG reference
usb: chipidea: delete static debug support
usb: chipidea: support debugfs without CONFIG_USB_CHIPIDEA_DEBUG
usb: chipidea: udc: improve error handling on _hardware_enqueue
usb: chipidea: udc: _ep_queue and _hw_queue cleanup
usb: dwc3: of-simple: fix build warning on !PM
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ded96408efe6..795846fada25 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2767,7 +2767,7 @@ S: Maintained | |||
2767 | F: Documentation/zh_CN/ | 2767 | F: Documentation/zh_CN/ |
2768 | 2768 | ||
2769 | CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER | 2769 | CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER |
2770 | M: Peter Chen <Peter.Chen@freescale.com> | 2770 | M: Peter Chen <Peter.Chen@nxp.com> |
2771 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git | 2771 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git |
2772 | L: linux-usb@vger.kernel.org | 2772 | L: linux-usb@vger.kernel.org |
2773 | S: Maintained | 2773 | S: Maintained |
@@ -8992,6 +8992,12 @@ L: linux-sh@vger.kernel.org | |||
8992 | F: drivers/net/ethernet/renesas/ | 8992 | F: drivers/net/ethernet/renesas/ |
8993 | F: include/linux/sh_eth.h | 8993 | F: include/linux/sh_eth.h |
8994 | 8994 | ||
8995 | RENESAS USB2 PHY DRIVER | ||
8996 | M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | ||
8997 | L: linux-sh@vger.kernel.org | ||
8998 | S: Maintained | ||
8999 | F: drivers/phy/phy-rcar-gen3-usb2.c | ||
9000 | |||
8995 | RESET CONTROLLER FRAMEWORK | 9001 | RESET CONTROLLER FRAMEWORK |
8996 | M: Philipp Zabel <p.zabel@pengutronix.de> | 9002 | M: Philipp Zabel <p.zabel@pengutronix.de> |
8997 | S: Maintained | 9003 | S: Maintained |
@@ -11188,7 +11194,7 @@ F: Documentation/usb/ohci.txt | |||
11188 | F: drivers/usb/host/ohci* | 11194 | F: drivers/usb/host/ohci* |
11189 | 11195 | ||
11190 | USB OTG FSM (Finite State Machine) | 11196 | USB OTG FSM (Finite State Machine) |
11191 | M: Peter Chen <Peter.Chen@freescale.com> | 11197 | M: Peter Chen <Peter.Chen@nxp.com> |
11192 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git | 11198 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git |
11193 | L: linux-usb@vger.kernel.org | 11199 | L: linux-usb@vger.kernel.org |
11194 | S: Maintained | 11200 | S: Maintained |