28 Jun, 2011

1 commit

  • The mach-ux500/usb.c was referencing DMA macros, but not
    including so it didn't compile. Fixed by
    a proper #include.

    Cc: Arnd Bergmann
    Cc: Mian Yousaf Kaukab
    Signed-off-by: Linus Walleij
    Signed-off-by: Arnd Bergmann

    Linus Walleij
     

14 Mar, 2011

1 commit

  • USB resources and DMA40 configurations are dynamically with
    the data provided in ux500_add_usb() call. Though only DMA40
    configurations differ between U8500 and U5500 (USB resource
    are common between them).

    Signed-off-by: Mian Yousaf Kaukab
    Signed-off-by: Linus Walleij

    Mian Yousaf Kaukab