1. 14 Sep, 2012 9 commits
  2. 13 Sep, 2012 14 commits
  3. 12 Sep, 2012 14 commits
  4. 11 Sep, 2012 3 commits
    • Kuninori Morimoto's avatar
    • Greg Kroah-Hartman's avatar
      Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next · 1cd572fc
      Greg Kroah-Hartman authored
      usb: musb: patches for v3.7 merge window
      
      Here we have a bunch of miscellaneous cleanups and fixes
      to the musb driver. It fixes a bunch of mistakes errors
      which nobody has triggered before, so I'm not Ccing stable
      tree.
      
      We are finally improving OMAP's VBUS/ID Mailbox usage so
      that we can introduce our PHY drivers properly. Also, we're
      adding support for multiple instances of the MUSB IP in
      the same SoC, as seen on some platforms from TI which
      have 2 MUSB instances.
      
      Other than that, we have some small fixes like not kicking
      DMA for a zero byte transfer, or properly handling NAK timeout
      on MUSB's host side, and the enabling of DMA Mode1 for any
      transfers which are aligned to wMaxPacketSize.
      
      All patches have been pending on mailing list for a long time
      and I don't expect any big surprises with this pull request.
      1cd572fc
    • Greg Kroah-Hartman's avatar
      Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next · e6d49d09
      Greg Kroah-Hartman authored
      usb: dwc3: patches for v3.7 merge window
      
      Some much needed changes for our dwc3 driver. First there's a
      rework on the ep0 handling due to some Silicon issue we uncovered
      which affects all users of this IP core (there's a missing
      XferNotReady(DATA) event in some conditions). This issue which
      show up as a SETUP transfers which wouldn't complete ever and
      we would fail TD 7.06 of the Link Layer Test from USB-IF and
      Lecroy's USB3 Exerciser.
      
      We also fix a long standing bug regarding EP0 enable sequencing
      where we weren't setting a particular bit (Ignore Sequence
      Number). Since we never saw any problems caused by that, it
      didn't deserve being sent to stable tree.
      
      On this pull request we also fix Burst Size initialization which
      should be done only in SuperSpeed and we were mistakenly setting
      Burst Size to the maximum value on non-SuperSpeed mode. Again,
      since we never saw any problems caused by that, we're not sending
      this patch to stable.
      
      There's also a memory ordering fix regarding usage of bitmaps in
      dwc3 driver.
      
      You will also find some sparse warnings fix, a fix for missed
      isochronous packets when the endpoint is already busy, and a
      fix for synchronization delay on dwc3_stop_active_transfer().
      e6d49d09