• David Brownell's avatar
    [PATCH] USB: omap_udc updates · 14f651a8
    David Brownell authored
    This is a collection of updates to the OMAP UDC driver.
    
      - OMAP-1510 support, including DMA (the DMA controller isn't quite
        the same as on newer chips) but not double buffering.
    
      - Some PIO work:
    
          * fix some races that showed up on OMAP-1510
    
          * tracking down annoying PIO-OUT lossage and making double buffering
            start to behave (needed as fallback if all DMA channels are in use).
    
      - DMA-IN works on both 1510 and 16xx
    
    Plus minor cleanups.
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
    14f651a8
omap_udc.h 6.53 KB