Skip to content
  1. Oct 20, 2013
    • Alan Stern's avatar
      USB: OHCI: fix and explain sparse errors · 7c71c6e6
      Alan Stern authored
      
      
      This patch fixes an endian-related error in ohci-hcd (detected by
      sparse) and clarifies a comment explaining a peculiar locking
      arrangement that sparse warns about.
      
      Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      7c71c6e6
    • Alan Stern's avatar
      USB: EHCI: fix sparse errors · 4a71f242
      Alan Stern authored
      This patch fixes several sparse errors in ehci-hcd introduced by
      commit 3d091a6f
      
       (USB: EHCI: AMD periodic frame list table quirk).
      Although the problem fixed by that commit affects only little-endian
      systems, the source code has to use types appropriate for big-endian
      too.
      
      Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      4a71f242
    • Alan Stern's avatar
      USB: EHCI: fix type mismatch in check_intr_schedule · 5d8f681f
      Alan Stern authored
      This patch fixes a type mismatch in ehci-hcd caused by commit
      b35c5009
      
       (USB: EHCI: create per-TT bandwidth tables).  The c_maskp
      parameter in check_intr_schedule() was changed to point to unsigned
      int rather than __hc32, but the prototype declaration wasn't adjusted
      accordingly.
      
      Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
      Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      5d8f681f
    • Greg Kroah-Hartman's avatar
      Merge tag 'for-usb-next-2013-10-17' of... · 9afcdb10
      Greg Kroah-Hartman authored
      Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next
      
      Sarah writes:
      
      xhci: Final patches for 3.13
      
      Hi Greg,
      
      Here's my pull request for usb-next and 3.13.  My xHCI tree is closed
      after this point, since I won't be able to run my full tests while I'm in
      Scotland.  After Kernel Summit, I'll be on vacation with access to email
      from Oct 26th to Nov 6th.
      
      Here's what's in this request:
      
       - Patches to fix USB 2.0 Link PM issues that cause USB 3.0 devices to not
         enumerate or misbehave when plugged into a USB 2.0 port.  Those are
         marked for stable.
      
       - A msec vs jiffies bug fix by xiao jin, which results in fairly harmless
         behavior, and thus isn't marked for stable.
      
       - Xenia's patches to refactor the xHCI command handling code, which makes
         it much more readable and consistent.
      
       - Misc cleanup patches, one by Sachin Kamat and three from Dan Williams.
      
      Here's what's not in this request:
      
       - Dan's two patches to allow the xHCI host to use the "Windows" or "new"
         enumeration scheme.  I did not have time to test those, and I want to
         run them with as many USB devices as I can get a hold of.  That will
         have to wait for 3.14.
      
       - Xenia's patches to remove xhci_readl in favor of readl.  I'll queue
         those for 3.14 after I test them.
      
       - The xHCI streams update, UAS fixes, and usbfs streams support.  I'm not
         comfortable with changes and fixes to that patchset coming in this late.
         I would rather wait for 3.14 and be really sure the streams support is
         stable before we add new userspace API and remove CONFIG_BROKEN from the
         uas driver.
      
       - Julius' patch to clear the port reset bit on hub resume that came in
         a couple days ago.  It looks harmless, but I would rather take the time
         to test and queue it for usb-linus and the stable trees once 3.13-rc1
         is out.
      
      Sarah Sharp
      9afcdb10
    • Greg Kroah-Hartman's avatar
      Merge 3.12-rc6 into usb-next. · 5584cfba
      Greg Kroah-Hartman authored
      
      
      We want those USB fixes in here as well.
      
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      5584cfba
    • Linus Torvalds's avatar
      Linux 3.12-rc6 · 31d141e3
      Linus Torvalds authored
      v3.12-rc6
      31d141e3
  2. Oct 19, 2013
  3. Oct 18, 2013
  4. Oct 17, 2013