1. 09 Jul, 2012 5 commits
  2. 06 Jul, 2012 13 commits
  3. 05 Jul, 2012 5 commits
    • Greg Kroah-Hartman's avatar
      Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next · ff9cce82
      Greg Kroah-Hartman authored
      usb: phy: patches for v3.6 merge window
      
      We are starting to support multiple USB phys as
      we should thanks for Kishon's work. DeviceTree support
      for USB PHYs won't come until discussion with DeviceTree
      maintainer is finished.
      
      Together with that series, we have one fix for twl4030
      which missed a IRQF_ONESHOT annotation when requesting
      a threaded IRQ without a top half handler, and removal
      of an unused variable compilation warning to isp1301_omap.
      ff9cce82
    • Greg Kroah-Hartman's avatar
      Merge tag 'dwc3-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next · 93314150
      Greg Kroah-Hartman authored
      usb: dwc3: patches for v3.6 merge window
      
      lots of changes for the dwc3 driver which will make
      the driver a lot more stable and some changes which
      are just cosmetic.
      
      The bulk of changes is related to mis-defined macros
      which were never used before, some fixes to error path
      which e.g. prevent the driver from initiating two
      transfer on ep0out in case of stall, some fixes to
      request dequeueing and the End Transfer Command.
      
      We have some changes to U1/U2 handling where we were
      enabling those transtions at the wrong spot (though
      we haven't seen a problem from that as of today).
      
      A few patches will make it easier to add support for
      newer releases of the core by adding definitions for
      new registers and changing the code to act accordingly
      when certain revisions are detected.
      
      There's also the usual comestic changes to make the
      driver easier to maintain and make it easier for new-
      comers to understand the driver. Also one patch fixing
      a double inclusion of a header.
      93314150
    • Greg Kroah-Hartman's avatar
      Merge tag 'gadget-for-v3.6' of... · 94ff447c
      Greg Kroah-Hartman authored
      Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
      
      usb: gadget: patches for v3.6 merge window
      
      This is quite a big pull request and contains patches
      all over the place.
      
      omap_udc is now a bit cleaner after removing omap2 support,
      fixing some checkpatch.pl warnings and errors, switching over
      to generic map/unmap routines and preventing a NULL pointer
      de-reference.
      
      s3c-hsotg has been switched over to devm_* API, got some
      locking fixes and improvements and it also got an implementation
      for the pullup() method.
      
      the mass storage gadgets changed default value of the removable
      parameter, dropped some unused options and made "file" and "ro"
      module_parameters read-only in some cases.
      
      ffs function got support for HID descriptor.
      
      Some UDCs have been converted to clk_prepare_enable() and
      clk_disable_unprepare().
      
      Marvell now got support for its USB3 controller in mainline
      after introducing its mv_u3d_core.c driver.
      94ff447c
    • Greg Kroah-Hartman's avatar
      Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next · 979eef33
      Greg Kroah-Hartman authored
      usb: musb: patches for v3.6 merge window
      
      Just two patches here:
      
      First we have a fix to disable DMA in case DMA channel
      request fails.
      
      Second, there's a fix for situations where the user
      kills musb (by rmmod or any other means) while a
      transfer is on the fly. In such cases, we could be
      led into a NULL pointer dereference due to endpoint
      being disabled and endpoint descriptor being NULL.
      979eef33
    • Greg Kroah-Hartman's avatar
      Merge 3.5-rc5 into usb-next · e765bf84
      Greg Kroah-Hartman authored
      This resolves a merge issue with the option.c USB serial driver.
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      e765bf84
  4. 02 Jul, 2012 12 commits
  5. 30 Jun, 2012 5 commits