The following changes since commit 7d49f0bac41ee9b012af1efe2f725d91a87a8fe9: USB: Maintainers change for usb serial drivers (2013-10-31 08:53:52 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci.git tags/for-usb-linus-2013-11-27 for you to fetch changes up to 172a894f74e090f3aada7b0347d334ad9db14a36: xhci: fix incorrect type in assignment in xhci_address_device() (2013-11-18 10:10:13 -0800) ---------------------------------------------------------------- xhci: Big-endian sparse fixes. Hi Greg, Here's five sparse cleanups that make the xHCI driver actually work on big-endian machines. They're all marked for stable. Please merge usb-linus into usb-next after this request. My for-usb-next queue has some patches that depend on these. Sarah Sharp ---------------------------------------------------------------- Xenia Ragiadakou (5): xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bit xhci: fix incorrect type in assignment in handle_device_notification() xhci: fix derivation of TRB's DMA address in xhci_log_event Trace Event Class xhci: fix sparse warning in xhci-trace.h xhci: fix incorrect type in assignment in xhci_address_device() drivers/usb/host/xhci-mem.c | 5 +++-- drivers/usb/host/xhci-ring.c | 2 +- drivers/usb/host/xhci-trace.h | 6 +++--- drivers/usb/host/xhci.c | 6 +++--- 4 files changed, 10 insertions(+), 9 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html