“ffd63d8c84fcb91ad3d932bbcefa47a321601cb1”上不存在“projects/ChangeWeDer/imports.yml”
  1. 21 5月, 2010 1 次提交
  2. 01 5月, 2010 1 次提交
    • T
      usb: Fix tusb6010 for DMA API · 1d0f11b3
      Tony Lindgren 提交于
      Commit 18eabe23 introduced
      DMA buffer ownership. Fix tusb6010 accordingly. To compile,
      also dummy musb_platform_save and restore functions need to
      be added.
      
      Also change the order of musb_read_fifo() to happen after
      dma_cache_maint to have the DMA operations completed before
      moving the remaining unaligned bytes with PIO. The DMA
      access and PIO touch different areas of the FIFO, so this
      change only makes the code a bit easier to follow.
      
      Tested on n810 and g_ether with variable size ping test.
      The test seems to fail for some ping sizes, but that seems to
      be a different problem.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Acked-by: NFelipe Balbi <felipe.balbi@nokia.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      1d0f11b3
  3. 03 3月, 2010 1 次提交
  4. 16 6月, 2009 1 次提交
    • D
      musb: proper hookup to transceiver drivers · 84e250ff
      David Brownell 提交于
      Let the otg_transceiver in MUSB be managed by an external driver;
      don't assume it's integrated.  OMAP3 chips need it to be external,
      and there may be ways to interact with the transceiver which add
      functionality to the system.
      
      Platform init code is responsible for setting up the transeciver,
      probably using the NOP transceiver for integrated transceivers.
      External ones will use whatever the board init code provided,
      such as twl4030 or something more hands-off.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      84e250ff
  5. 24 4月, 2009 1 次提交
  6. 08 1月, 2009 1 次提交
  7. 14 11月, 2008 1 次提交
  8. 14 8月, 2008 1 次提交