1. 31 10月, 2013 1 次提交
    • B
      USB: ehci-atmel: add usb_clk for transition to CCF · 0d768fcf
      Boris BREZILLON 提交于
      The AT91 PMC (Power Management Controller) provides a USB clock used by
      the different USB controllers (ehci, ohci and udc).
      The atmel-ehci driver must configure the usb clock rate to 48Mhz in order
      to get a fully functionnal USB host controller.
      This configuration was formely done in mach-at91/clock.c, but will be
      bypassed when moving to common clk framework.
      
      This patch adds support for usb clock retrieval and configuration only if
      CCF is enabled (CONFIG_COMMON_CLK).
      Signed-off-by: NBoris BREZILLON <b.brezillon@overkiz.com>
      Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      0d768fcf
  2. 30 10月, 2013 14 次提交
  3. 25 10月, 2013 2 次提交
  4. 24 10月, 2013 1 次提交
    • G
      Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next · 5328f35b
      Greg Kroah-Hartman 提交于
      Felipe writes:
      
      usb: patches for v3.13
      
      Final conversions to configfs for mass storage, acm_ms, and
      multi gadgets.
      
      MUSB should now work out of the box on AM335x-based boards
      (beagle bone white and black) with DMA thanks to Sebastian's
      work.
      
      We can now enable VERBOSE_DEBUG on builds of drivers/usb/gadget/
      by selecting CONFIG_USB_GADGET_VERBOSE.
      
      s3c-hsotg got quite a few non-critical fixes but also learned
      a few new tricks (isochronous transfers, multi count support).
      
      The Marvel USB3 Controller driver got a memory leak fix.
      
      devm_usb_get_phy() learned not to return NULL, ever.
      
      Other than these patches, we have the usual set of cleanups
      ranging from removal of unnecessary *_set_drvdata() to using
      SIMPLE_DEV_PM_OPS.
      Signed-of-by: NFelipe Balbi <balbi@ti.com>
      5328f35b
  5. 20 10月, 2013 12 次提交
  6. 19 10月, 2013 6 次提交
  7. 18 10月, 2013 4 次提交