1. 27 6月, 2006 10 次提交
  2. 24 6月, 2006 1 次提交
  3. 26 4月, 2006 1 次提交
  4. 03 4月, 2006 7 次提交
  5. 28 3月, 2006 1 次提交
  6. 22 3月, 2006 1 次提交
  7. 09 2月, 2006 1 次提交
  8. 18 1月, 2006 1 次提交
  9. 08 1月, 2006 1 次提交
  10. 04 1月, 2006 3 次提交
  11. 16 11月, 2005 1 次提交
  12. 10 11月, 2005 2 次提交
  13. 30 10月, 2005 1 次提交
  14. 28 10月, 2005 1 次提交
  15. 15 9月, 2005 1 次提交
  16. 08 9月, 2005 1 次提交
  17. 11 7月, 2005 3 次提交
  18. 28 6月, 2005 1 次提交
    • D
      [PATCH] USB: more omap_udc updates (dma and omap1710) · 65111084
      David Brownell 提交于
      More omap_udc updates:
      
        * OMAP 1710 updates
            - new UDC bit for clearing endpoint toggle, affecting CLEAR_HALT
            - new OTG bits affecting wakeup
        * Fix the bug Vladimir noted, that IN-DMA transfer code path kicks in
          for under 1024 bytes (not "up to 1024 bytes")
        * Handle transceiver setup more intelligently
            - use transceiver whenever one's available; this can be handy
              for GPIO based, loopback, or transceiverless configs
            - cleanup correctly after the "unrecognized HMC" case
        * DMA performance tweaks
            - allow burst/pack for memory access
            - use 16 bit DMA access most of the time on TIPB
        * Add workarounds for some DMA errata (not observed "in the wild"):
            - DMA CSAC/CDAC reads returning zero
            - RX/TX DMA config registers bit 12 always reads as zero (TI patch)
        * More "sparse" warnings removed, notably "changing" the SETUP packet
          to return data in USB byteorder (an API change, null effect on OMAP
          except for these warnings).
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      65111084
  19. 22 6月, 2005 1 次提交
  20. 03 5月, 2005 1 次提交