Hi Greg
In addition to all the xhci cleanups, refactoring, and features for
xhci, there's a patch for usb core hub driver that changes how usb3
devices are disabled.
It fixes a automatic re-mount issue seen when users try to "safely remove"
or eject a usb mass storage device.
Also happy to point out that this whole series removes more code than adds
-Mathias
Lu Baolu (4):
usb: xhci: clean up error_bitmask usage
usb: xhci: cleanup cmd_completion in xhci_virt_device
usb: xhci: remove the use of xhci->addr_dev
usb: xhci: move slot_id from xhci_hcd to xhci_command structure
Mathias Nyman (16):
xhci: remove unnecessary xhci_quiesce call before xhci_halt
xhci: cleanup error message if halting the host failed.
xhci: don't try to reset the host if it is unaccessible
xhci: use trb helper functions when possible
xhci: add trb_is_noop() helper function
xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most
cases
xhci: cleanup and refactor process_ctrl_td()
xhci: cleanup and refactor process_bulk_intr_td()
xhci: rename endpoint related trb variables
xhci: refactor and cleanup process_isoc_td()
xhci: cleanup and refactor td_to_noop()
xhci: refactor handle_tx_event() urb giveback
xhci: Giveback urb in finish_td directly
xhci: Remove duplicate xhci urb giveback functions
xhci: add helper to get the endpoint state of a endpoint context
usb: hub: Fix auto-remount of safely removed or ejected USB-3 devices
Wei Yongjun (1):
xhci: fix non static symbol warning
Yoshihiro Shimoda (2):
usb: host: xhci: rcar: add a new firmware version for r8a7796
usb: host: xhci: plat: add support for Renesas r8a7796 SoC
Documentation/devicetree/bindings/usb/usb-xhci.txt | 1 +
drivers/usb/core/hub.c | 78 +--
drivers/usb/host/xhci-mem.c | 2 -
drivers/usb/host/xhci-plat.c | 9 +
drivers/usb/host/xhci-rcar.c | 4 +
drivers/usb/host/xhci-rcar.h | 1 +
drivers/usb/host/xhci-ring.c | 680 +++++++++------------
drivers/usb/host/xhci.c | 42 +-
drivers/usb/host/xhci.h | 8 +-
9 files changed, 339 insertions(+), 486 deletions(-)
--
1.9.1
--
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