History log of /arch/arm/mach-ux500/dma-db5500.c
Revision Date Author Comments
18403424c4fe5bac509bf52343f5d5407d45ee3a 06-Feb-2012 Lee Jones <lee.jones@linaro.org> ARM: ux500: pass parent pointer to each platform device

This patch provides a means for any device within ux500
platform code to allocate its own parent. This is particularly
prudent with the introduction of /sys/devices/socX, as a
device can now proclaim to be integral part of an SoC, rather
than a more generic platform device. Latter patches make good
use of this functionality.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
741caea4e518f5374cc9ff7cfaabc0e591416420 21-Jan-2011 Mian Yousaf Kaukab <mian-yousaf.kaukab@linaro.org> mach-ux500: add MUSB to db5500 devices

- DMA tx and rx maps for usb channels are set to be configured at
runtime
- MUSB is enabled with soc specific base address, irq and dma
configurations

Signed-off-by: Mian Yousaf Kaukab <mian-yousaf.kaukab@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
e8b1cc3a341684dfc02fd02f52308752b031668c 05-Dec-2010 Per Forlin <per.forlin@linaro.org> ux500: Add DMA support for U5500

Add basic DMA configuration for u5500 supporting memcpy.
Make way for SDI0 dma support by setting SDI0 to -1,
indicating it will be configured in runtime.

Signed-off-by: Per Forlin <per.forlin@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>