1. 26 1月, 2013 4 次提交
    • G
      Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next · 4811f53f
      Greg Kroah-Hartman 提交于
      Felipe writes:
      	usb: xceiv: patches for v3.9 merge window
      
      	Two new PHY drivers coming here: one for Samsung,
      	one for OMAP. Both architectures are adding USB3
      	support to mainline kernel.
      
      	The PHY layer now allows us to have mulitple PHYs
      	of the same type, which is necessary for platforms
      	which provide more than one USB peripheral port.
      
      	There's also a few cleanups here: removal of __dev*
      	annotations, conversion of a cast to to_delayed_work(),
      	and mxs-phy learns about ->set_suspend.
      4811f53f
    • G
      Merge tag 'gadget-for-v3.9' of... · cba6c850
      Greg Kroah-Hartman 提交于
      Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
      
      Felipe writes:
      	usb: gadget: patches for v3.9 merge window
      
      	finally getting rid of the old ->start()/->stop() methods
      	in favor of the better and improved ->udc_start()/->udc_stop().
      
      	There were surprisingly quite a few users left, but all of them
      	have been converted.
      
      	f_mass_storage removed some dead code, which is always great ;-)
      
      	There's also a big cleanup to the gadget framework from Sebastian
      	which gets us a lot closer to having only function drivers in
      	kernel and move over to configfs-based binding.
      
      	Other than these, there's the usual set of cleanups: s3c UDCs are
      	moving over to devm_regulator_bulk_get() API, at91_udc removed
      	an unnecessary check for work_pending() before scheduling and
      	there's the removal of an unused variable from uac2_pcm_trigger().
      cba6c850
    • G
      Merge tag 'dwc3-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next · a9b8676c
      Greg Kroah-Hartman 提交于
      Felipe writes:
      	usb: dwc3: patches for v3.9 merge window
      
      	We're saving some extra memory now by being a lot
      	more conservative when allocating our event buffers.
      
      	Our default HIRD threshold value was mistakenly set
      	as one of the unsupported which would cause undefined
      	behavior. Turns out that it broke OMAP5 ES2.0, so we're
      	fixing it now by setting the maximum allowed HIRD
      	threshold (12).
      
      	Quite a few fixes to Isochronous transfers and scatter/gather
      	support from Pratyush.
      
      	We're also starting to support devicetree-based probe with
      	the latest changes from Kishon.
      
      	The usual set of cleanups also available: converting debugfs
      	regdump utility to regsets, better "compatible" strings for
      	Exynos platforms and the removal of the dependency for
      	Host and Gadget; now dwc3 can be compiled host-only, device-only,
      	and/or Dual-Role.
      a9b8676c
    • G
      Merge tag 'musb-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next · 46823498
      Greg Kroah-Hartman 提交于
      Felipe writes:
      	usb: musb: patches for v3.9 merge window
      
      	Mostly fixes all over which weren't urgent enough for
      	the late -rc cycle.
      
      	There is a Double Buffering fix for Host Mode TX,
      	a dependency fix for the transceiver driver, some
      	fixes to the error path and a fix for the use of
      	omap_musb_maibox.
      
      	Other than these fixes, there a removal duplicate
      	headers from the dsps glue layer and removal of
      	redundant assignments in omap2430_probe().
      46823498
  2. 25 1月, 2013 36 次提交