OSDN Git Service

ARM: ux500: Strip out duplicate USB DMA configuration
authorLee Jones <lee.jones@linaro.org>
Fri, 3 May 2013 14:31:57 +0000 (15:31 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 23 May 2013 19:11:55 +0000 (21:11 +0200)
commitdf7c9bbc246e6f173a2e718976aad7c163ed81ba
tree7f5d25a212973b9e50fe9e0418ea4df48e709eb0
parent26955c07dcf3c36b6427e52fec0f725300ca079e
ARM: ux500: Strip out duplicate USB DMA configuration

For the moment at least, the TX and RX channels for DB8500 USB are
identical, so this patch generalises them into a single structure
and passes it twice. Once as the TX and again for the RX configuration.
We're keeping the infrastructure the same i.e. passing the TX and RX
separately in case they start to differ on latter incarnations of the
platform.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/cpu-db8500.c