Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mach-ux500: fix USB build error | Linus Walleij | 2011-06-27 | 1 | -0/+1 |
| | | | | | | | | | | | The mach-ux500/usb.c was referencing DMA macros, but not including <linux/dma-mapping.h> so it didn't compile. Fixed by a proper #include. Cc: Arnd Bergmann <arnd@arndb.de> Cc: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> | ||||
* | mach-ux500: add platform data for musb | Mian Yousaf Kaukab | 2011-03-14 | 1 | -0/+160 |
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 <mian-yousaf.kaukab@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> |