The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

  Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci.git 
tags/for-usb-next-2013-12-02

for you to fetch changes up to 7dd09a1af2c7150269350aaa567a11b06e831003:

  xhci: replace xhci_write_64() with writeq() (2013-12-02 12:59:50 -0800)

----------------------------------------------------------------
xhci: Cleanup for 3.14: Sparse fixes, replace xhci_read/write, misc

Hi Greg,

Here's fifteen patches for 3.14.  They include some non-urgent cleanups,
and the patches to replace the xhci_read/write variants with standard
read/write calls.  As you asked, the big endian fixes are being queued for
3.14 and they aren't marked for stable.

This also includes a couple of streams fixes, but not the full set from
Hans.  (I'll test those later this week.)  The goal is to get both the
xHCI driver streams support and the UAS driver fixed up for 3.14.  We
don't want to mark the fixes for stable, as all the code changes are
really too big for stable.

Please queue for 3.14.

Sarah Sharp

----------------------------------------------------------------
Xenia Ragiadakou (15):
      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()
      xhci: replace USB_MAXINTERFACES with config->desc.bNumInterface
      xhci: fix SCT_FOR_CTX(p) macro
      xhci: remove unnecessary check in xhci_free_stream_info()
      xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints()
      xhci: fix incorrect type in assignment in 
xhci_count_num_dropped_endpoints()
      xhci: remove conversion from generic to pci device in xhci_mem.c
      xhci: replace xhci_readl() with readl()
      xhci: replace xhci_writel() with writel()
      xhci: replace xhci_read_64() with readq()
      xhci: replace xhci_write_64() with writeq()

 drivers/usb/host/xhci-dbg.c   |   42 +++++-----
 drivers/usb/host/xhci-hub.c   |  106 ++++++++++++-------------
 drivers/usb/host/xhci-mem.c   |   68 ++++++++--------
 drivers/usb/host/xhci-ring.c  |   36 ++++-----
 drivers/usb/host/xhci-trace.h |    6 +-
 drivers/usb/host/xhci.c       |  173 ++++++++++++++++++++---------------------
 drivers/usb/host/xhci.h       |   54 +++----------
 7 files changed, 223 insertions(+), 262 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to