From: Nicolas Ferre Date: Thu, 10 May 2012 10:17:41 +0000 (+0200) Subject: dmaengine: at_hdmac: take maxburst from slave configuration X-Git-Tag: v3.5-rc1~80^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dd1ea8eb46a71201943148cc0ed3182cd04e288;p=pandora-kernel.git dmaengine: at_hdmac: take maxburst from slave configuration The maxburst/chunk size was taken from the private slave DMA data structure. Use the common API provided by DMA_SLAVE_CONFIG to setup src/dst maxburst values. The ctrla field is not needed anymore in the slave private structure nor the header constants that were located in an architecture specific directory. The at91sam9g45_devices.c file that was using this platform data is also modified to remove this now useless data. Signed-off-by: Nicolas Ferre Signed-off-by: Vinod Koul --- Reading git-diff-tree failed