]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data
authorLee Jones <lee.jones@linaro.org>
Fri, 3 May 2013 14:32:02 +0000 (15:32 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 23 May 2013 19:12:41 +0000 (21:12 +0200)
commit4bd04e2ed415754a38118399328bc2c494f68632
treece7a8e073009358a1e83b3bc409700643945debe
parentc86519c1ab025969e551441bb35bb8ec28f8cff0
ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data

'psize' is used to calculate the maximum DMA burst size. However it
is only taken into consideration when editing the DMA channel's
configuration. The Audio DMA platform data is only used to allocate
a channel, not configure it. That will be done at a later date within
the MSP driver.

We're also removing comments which are no longer required, as
'data_width' is no longer set in any device's platform data period.

Tested-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/board-mop500-audio.c