]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: ux500: Remove unnecessary attributes from DMA channel request pdata
authorLee Jones <lee.jones@linaro.org>
Wed, 15 May 2013 09:51:34 +0000 (10:51 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 23 May 2013 19:13:57 +0000 (21:13 +0200)
commit50511449dd89099067fd9727c96449b5bc048da6
tree48869d6d38b5ac5b3c5904afcf92fbddb6729239
parent5d489a435169d6e95bafcab048b5acc677c9bca7
ARM: ux500: Remove unnecessary attributes from DMA channel request pdata

DMA data width and packet size information is only required at channel
configuration time. Any information passed from platform data is passed
directly to the DMA40 driver to use during channel allocation, but these
pieces of information are subsequently ignored by the driver, so we may
as well remove them.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/usb.c