1. 19 Oct, 2005 3 commits
  2. 18 Oct, 2005 6 commits
  3. 17 Oct, 2005 1 commit
  4. 14 Oct, 2005 1 commit
    • David Brownell's avatar
      [PATCH] ARM: OMAP: USB peripheral DMA update' · 3e709eac
      David Brownell authored
      The change to make DMA work two bytes at a time omitted an important
      tweak that affects the file_storage gadget:  it needs to recognize when
      the host writes an odd number of bytes.  (The change was made to get
      past a controller lockup that seemed to be caused by byte-at-a-time DMA
      using too much bandwidth on one of the I/O busses during network stress
      testing.  The network layer ignores such extra bytes.)
      
      This patch resolves that issue by checking the relevant bit and adjusting
      the rx byte count, so that for example a legal 13 byte request doesn't
      morph into an illegal 14 byte one any more.
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      3e709eac
  5. 12 Oct, 2005 5 commits
  6. 11 Oct, 2005 15 commits
  7. 10 Oct, 2005 9 commits